summaryrefslogtreecommitdiff
path: root/Source/Modules/modula3.cxx
Commit message (Expand)AuthorAgeFilesLines
* merge revisions 11872:11876 from trunk to gsoc2008-jezabek branch - license c...William S Fulton2010-03-061-2/+6
* Merged revisions 10794,10801-10809,10827-10831,10834,10846-10856,10860,10862-...Jan Jezabek2009-06-211-23/+27
* Merged revisions 10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-...Jan Jezabek2008-06-241-2/+2
* Merged revisions 10418:10475 from trunk.Jan Jezabek2008-05-201-14/+13
* enforce consistency in wrap:action wrt line spacingWilliam S Fulton2008-05-011-1/+1
* Fixes for $wrapname to work in %exceptionWilliam S Fulton2008-02-251-2/+3
* Replace cvs $Header$ with svn $Id$William S Fulton2007-10-171-1/+1
* Fix unused parameter in Printf.Olly Betts2007-05-171-14/+9
* Remove unused trailing NIL parameter in call to Printf(), presumably leftOlly Betts2007-05-081-1/+1
* -fakeversion appears in generated files. Made comment with version number at ...William S Fulton2006-11-151-1/+1
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-2385/+2125
* ensure $symname is suitably expandedWilliam S Fulton2006-07-051-0/+4
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-061-7/+5
* Fix DllExport - it is a leftover from the C# module and should not be used.William S Fulton2006-03-021-2/+2
* Deal with Microsofts attempt at deprecating C standard runtime functions for ...William S Fulton2006-02-191-5/+2
* implement the 'allowexcept' feature for global variablesMarcelo Matus2006-01-281-1/+1
* Modify following features to work as flags, so that they can be truely set an...William S Fulton2005-09-301-1/+1
* Modify following features to work as flags, so that they can be truely set an...William S Fulton2005-09-301-6/+6
* Modula-3 convention: enumeration item names shall start with a capitalamigalemming2005-09-291-13/+15
* Better error message displayed when file cannot be openedWilliam S Fulton2005-09-081-4/+8
* Make variable accessor functions the same across all modules for %extend with...William S Fulton2005-06-231-5/+12
* more patches for dodgy gcc-2.96 compiler from Hugo van der SandenWilliam S Fulton2005-06-171-2/+2
* covariant and override attributes better nameWilliam S Fulton2005-05-201-2/+2
* swig -help prints to stdout not stderr nowWilliam S Fulton2005-02-151-1/+1
* warning fixes compiling under mingwWilliam S Fulton2004-11-081-2/+2
* typemap m3wrapargconst allow definition of local constantsamigalemming2004-11-021-5/+29
* various fixes to remove warningsWilliam S Fulton2004-11-011-1/+1
* Removed ability to share type information by C linkingJohn Lenz2004-10-161-4/+0
* Sun Workshop warning fixesWilliam S Fulton2004-08-251-8/+8
* Fixes to compile on some buggy Redhat gcc 2.96 versionsWilliam S Fulton2004-08-121-2/+2
* modula3: documented some of the conceptions and typemaps, added anchors to mo...amigalemming2004-05-301-2/+4
* fixed NIL pointer problem for 'generaterename', nameToModula3 creates capital...Henning Thielemann2004-04-081-6/+16
* Fixes to compile under VC++ 6:William S Fulton2004-04-011-6/+6
* made enum block_type a protected member of class MODULA3, hope that VC++ 6 is...Henning Thielemann2004-04-011-11/+12
* added basic Modula-3 supportHenning Thielemann2004-03-191-0/+4184