summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* small allegrocl update. see CHANGES.currentMikel Bancroft2007-05-161-27/+20
* Escape literal `%' in Printf() calls ("%typemap" and similar).Olly Betts2007-05-091-11/+11
* Removed unused extra parameter in call to Printf().Olly Betts2007-05-091-1/+1
* Removed unused extra arguments from calls to Printf().Olly Betts2007-05-091-2/+2
* Fix unescaped literal % (in "%varargs") in call to Printf().Olly Betts2007-05-091-1/+1
* Re-add missing \n to deprecation warning for -feature, which got revertedOlly Betts2007-05-091-2/+2
* Fix unused parameters passed to Printf().Olly Betts2007-05-091-6/+4
* Changed -init_name to -initname per William's Gonzalo Garramuno2007-05-091-4/+4
* Remove unused trailing NIL parameter in call to Printf(), presumably leftOlly Betts2007-05-081-1/+1
* Remove unused trailing `0' parameter in call to Printf.Olly Betts2007-05-081-1/+1
* Fix bad output in "unsupported" message for -perl -package and -perl -interfaceOlly Betts2007-05-081-4/+4
* Remove accidental extra parameter in call to Printf().Olly Betts2007-05-081-1/+1
* Add missing \n to deprecation warning for -feature, and fix terminologyOlly Betts2007-05-081-2/+2
* Applied Olly's patch for protoTypes, which couldGonzalo Garramuno2007-05-081-1/+14
* Improved algorithm of renaming of methods with numbers at the end.Gonzalo Garramuno2007-05-042-5/+12
* Removed some bloat from repeated autodoc comments.Gonzalo Garramuno2007-05-041-8/+41
* Overloaded parameters printed for static functionsGonzalo Garramuno2007-05-031-1/+3
* Refactored the overloaded method error intoGonzalo Garramuno2007-05-031-7/+4
* Changed name of variable msg to swigMsg to avoid Gonzalo Garramuno2007-05-031-2/+2
* Fixed a minor issue in the test-suite regardingGonzalo Garramuno2007-05-031-21/+20
* Improved overload method mismatch error withGonzalo Garramuno2007-05-031-6/+54
* Made rdoc documentation spit the full name ofGonzalo Garramuno2007-05-031-6/+5
* Better autodocs.Gonzalo Garramuno2007-05-031-21/+58
* git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9758 626c5289...Gonzalo Garramuno2007-05-031-10/+1
* Added support for inheritance in class description,Gonzalo Garramuno2007-05-031-14/+66
* Made autodoc ignore numinputs=0.Gonzalo Garramuno2007-05-021-2/+11
* Improved autodoc documentation for standard ruby methodsGonzalo Garramuno2007-05-021-51/+31
* Improvements to ruby's autodocumentation.Gonzalo Garramuno2007-05-021-0/+3
* Improved rdoc generation.Gonzalo Garramuno2007-05-021-49/+173
* STL stream support for Ruby.Gonzalo Garramuno2007-05-021-1/+416
* Fixed issues with C++ classes and hierachies across multiple source files. Mark Gossage2007-05-021-33/+24
* Fixed a bug with argout values being incorrectlyGonzalo Garramuno2007-05-011-1/+14
* Updated CHANGES.current.Gonzalo Garramuno2007-04-301-5/+6
* Fixed incorrect outputing of free_* functionsGonzalo Garramuno2007-04-291-5/+8
* Updated "asvoid" to become "numoutputs" as documented.Gonzalo Garramuno2007-04-291-1/+1
* Fixed ruby's newobject1 and newobject2 demos.Gonzalo Garramuno2007-04-281-8/+23
* fixed closing parenSurendra Singhi2007-04-211-1/+1
* Fix parsing of float constants with an exponent (e.g. 1e-02f) (bug #1699646).Olly Betts2007-04-211-3/+19
* Fixed a bug with clos method, and generating constructors.Surendra Singhi2007-04-211-11/+60
* [Python] Fix lack of generation of docstrings when -O is used.Olly Betts2007-04-201-2/+9
* Add in pre, post and cshin attributes for the csin typemapWilliam S Fulton2007-04-171-5/+152
* Add in pre, post and pgcppname attributes for the javain typemapWilliam S Fulton2007-04-171-11/+171
* comment fixesWilliam S Fulton2007-04-171-1/+5
* Don't treat `restrict' as a reserved identifier in C++ mode.Olly Betts2007-04-161-4/+2
* Stop passing unused argument to Printf().Olly Betts2007-04-151-1/+1
* [PHP5] If ZTS is enabled, release <module>_globals_id in MSHUTDOWNOlly Betts2007-04-041-4/+8
* [PHP4] Add missing ZTS annotations to generated C++ wrapper codeOlly Betts2007-04-031-2/+2
* git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9666 626c5289...Surendra Singhi2007-04-011-2/+3
* Avoid generating '<:' token when using SwigValueWrapper<> on a typeOlly Betts2007-03-301-27/+23
* String copying patch from Josh Cherry reducing memory consumption by about 25%.William S Fulton2007-03-231-5/+3