| Commit message (Expand) | Author | Age | Files | Lines |
* | small allegrocl update. see CHANGES.current | Mikel Bancroft | 2007-05-16 | 1 | -27/+20 |
* | Escape literal `%' in Printf() calls ("%typemap" and similar). | Olly Betts | 2007-05-09 | 1 | -11/+11 |
* | Removed unused extra parameter in call to Printf(). | Olly Betts | 2007-05-09 | 1 | -1/+1 |
* | Removed unused extra arguments from calls to Printf(). | Olly Betts | 2007-05-09 | 1 | -2/+2 |
* | Fix unescaped literal % (in "%varargs") in call to Printf(). | Olly Betts | 2007-05-09 | 1 | -1/+1 |
* | Re-add missing \n to deprecation warning for -feature, which got reverted | Olly Betts | 2007-05-09 | 1 | -2/+2 |
* | Fix unused parameters passed to Printf(). | Olly Betts | 2007-05-09 | 1 | -6/+4 |
* | Changed -init_name to -initname per William's | Gonzalo Garramuno | 2007-05-09 | 1 | -4/+4 |
* | Remove unused trailing NIL parameter in call to Printf(), presumably left | Olly Betts | 2007-05-08 | 1 | -1/+1 |
* | Remove unused trailing `0' parameter in call to Printf. | Olly Betts | 2007-05-08 | 1 | -1/+1 |
* | Fix bad output in "unsupported" message for -perl -package and -perl -interface | Olly Betts | 2007-05-08 | 1 | -4/+4 |
* | Remove accidental extra parameter in call to Printf(). | Olly Betts | 2007-05-08 | 1 | -1/+1 |
* | Add missing \n to deprecation warning for -feature, and fix terminology | Olly Betts | 2007-05-08 | 1 | -2/+2 |
* | Applied Olly's patch for protoTypes, which could | Gonzalo Garramuno | 2007-05-08 | 1 | -1/+14 |
* | Improved algorithm of renaming of methods with numbers at the end. | Gonzalo Garramuno | 2007-05-04 | 2 | -5/+12 |
* | Removed some bloat from repeated autodoc comments. | Gonzalo Garramuno | 2007-05-04 | 1 | -8/+41 |
* | Overloaded parameters printed for static functions | Gonzalo Garramuno | 2007-05-03 | 1 | -1/+3 |
* | Refactored the overloaded method error into | Gonzalo Garramuno | 2007-05-03 | 1 | -7/+4 |
* | Changed name of variable msg to swigMsg to avoid | Gonzalo Garramuno | 2007-05-03 | 1 | -2/+2 |
* | Fixed a minor issue in the test-suite regarding | Gonzalo Garramuno | 2007-05-03 | 1 | -21/+20 |
* | Improved overload method mismatch error with | Gonzalo Garramuno | 2007-05-03 | 1 | -6/+54 |
* | Made rdoc documentation spit the full name of | Gonzalo Garramuno | 2007-05-03 | 1 | -6/+5 |
* | Better autodocs. | Gonzalo Garramuno | 2007-05-03 | 1 | -21/+58 |
* | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9758 626c5289... | Gonzalo Garramuno | 2007-05-03 | 1 | -10/+1 |
* | Added support for inheritance in class description, | Gonzalo Garramuno | 2007-05-03 | 1 | -14/+66 |
* | Made autodoc ignore numinputs=0. | Gonzalo Garramuno | 2007-05-02 | 1 | -2/+11 |
* | Improved autodoc documentation for standard ruby methods | Gonzalo Garramuno | 2007-05-02 | 1 | -51/+31 |
* | Improvements to ruby's autodocumentation. | Gonzalo Garramuno | 2007-05-02 | 1 | -0/+3 |
* | Improved rdoc generation. | Gonzalo Garramuno | 2007-05-02 | 1 | -49/+173 |
* | STL stream support for Ruby. | Gonzalo Garramuno | 2007-05-02 | 1 | -1/+416 |
* | Fixed issues with C++ classes and hierachies across multiple source files. | Mark Gossage | 2007-05-02 | 1 | -33/+24 |
* | Fixed a bug with argout values being incorrectly | Gonzalo Garramuno | 2007-05-01 | 1 | -1/+14 |
* | Updated CHANGES.current. | Gonzalo Garramuno | 2007-04-30 | 1 | -5/+6 |
* | Fixed incorrect outputing of free_* functions | Gonzalo Garramuno | 2007-04-29 | 1 | -5/+8 |
* | Updated "asvoid" to become "numoutputs" as documented. | Gonzalo Garramuno | 2007-04-29 | 1 | -1/+1 |
* | Fixed ruby's newobject1 and newobject2 demos. | Gonzalo Garramuno | 2007-04-28 | 1 | -8/+23 |
* | fixed closing paren | Surendra Singhi | 2007-04-21 | 1 | -1/+1 |
* | Fix parsing of float constants with an exponent (e.g. 1e-02f) (bug #1699646). | Olly Betts | 2007-04-21 | 1 | -3/+19 |
* | Fixed a bug with clos method, and generating constructors. | Surendra Singhi | 2007-04-21 | 1 | -11/+60 |
* | [Python] Fix lack of generation of docstrings when -O is used. | Olly Betts | 2007-04-20 | 1 | -2/+9 |
* | Add in pre, post and cshin attributes for the csin typemap | William S Fulton | 2007-04-17 | 1 | -5/+152 |
* | Add in pre, post and pgcppname attributes for the javain typemap | William S Fulton | 2007-04-17 | 1 | -11/+171 |
* | comment fixes | William S Fulton | 2007-04-17 | 1 | -1/+5 |
* | Don't treat `restrict' as a reserved identifier in C++ mode. | Olly Betts | 2007-04-16 | 1 | -4/+2 |
* | Stop passing unused argument to Printf(). | Olly Betts | 2007-04-15 | 1 | -1/+1 |
* | [PHP5] If ZTS is enabled, release <module>_globals_id in MSHUTDOWN | Olly Betts | 2007-04-04 | 1 | -4/+8 |
* | [PHP4] Add missing ZTS annotations to generated C++ wrapper code | Olly Betts | 2007-04-03 | 1 | -2/+2 |
* | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9666 626c5289... | Surendra Singhi | 2007-04-01 | 1 | -2/+3 |
* | Avoid generating '<:' token when using SwigValueWrapper<> on a type | Olly Betts | 2007-03-30 | 1 | -27/+23 |
* | String copying patch from Josh Cherry reducing memory consumption by about 25%. | William S Fulton | 2007-03-23 | 1 | -5/+3 |