aboutsummaryrefslogtreecommitdiff
path: root/Lib
AgeCommit message (Expand)Author
2013-04-28Use freearg instead of argout to free temp variableGeert Janssens
2013-04-28Some C++ experience neededWilliam S Fulton
2013-04-28guile: fix std_map.i "$1 not found" errorGeert Janssens
2013-04-28Fix deprecation warnings for test suite under guile 2.0Geert Janssens
2013-04-28Drop guilegh interfaceGeert Janssens
2013-04-28Drop support for guile 1.6 and olderGeert Janssens
2013-04-28Add support for guile 2.0: update swg and interface filesGeert Janssens
2013-04-20Pike - a few updates to get Pike 7.8 running most of the examplesWilliam S Fulton
2013-04-19Minor extraneous makefiles tidy upWilliam S Fulton
2013-04-10Fix typecheck OUTPUT typemaps for JavaMarvin Greenberg
2013-04-09[PHP] Add missing directorin typemap for char* and char[] whichOlly Betts
2013-04-08Patch fixing warning 322 in rubycontainer_extendedNishant Rodrigues
2013-04-08Cosmetic - use C comments instead of C++ comments for recent Ruby changeWilliam S Fulton
2013-04-06Rewrite Ruby's GC_VALUE without use of macros for easier debuggingWilliam S Fulton
2013-04-06More rb_protect rewrite to use rb_rescue for Ruby 1.9William S Fulton
2013-04-05Ruby 1.9 fixes.William S Fulton
2013-04-02Fixes for Ruby 1.9 std::complex wrappers.William S Fulton
2013-03-31Fix seg fault when using STL containers of generic Ruby types, GC_VALUE or LA...William S Fulton
2013-03-29Fix delete_if (reject!) for the STL container wrappers.William S Fulton
2013-03-26Fix some invalid iterator usage in Python when deleting/inserting slices from...William S Fulton
2013-03-26Fix invalid iterators used with -ve ranges - PythonWilliam S Fulton
2013-03-20Remove lingering relic of PHP4 supportOlly Betts
2013-03-20Fix typo in comment (swift->swig)Olly Betts
2013-03-19Fix typo in Python docstring for acquire methodOlly Betts
2013-03-04SWIG_TypeCompare was not working as commented - return values were 0,1 and no...William S Fulton
2013-02-26Macro expansion to self assign is effectively ignored.Michel Zou
2013-02-25MOdified only no-cast-rank version of SWIG_AddCast.Michel Zou
2013-02-25Revert "Fixed #1300 clang warning in SWIG_Python_ConvertPtrAndOwn."Michel Zou
2013-02-22Fixed #1300 clang warning in SWIG_Python_ConvertPtrAndOwn.Michel Zou
2013-02-09CFFI - Fix missing package before &body - patch #22tpapp
2013-01-12Merge branch 'master' of github.com:swig/swigWilliam S Fulton
2013-01-12Convert to unix fileformatWilliam S Fulton
2013-01-12Replace references to Subversion with GitWilliam S Fulton
2013-01-08Fix assorted typos.Olly Betts
2013-01-07add boost_shared_ptr for Rjoequant
2013-01-06r changes to handle external pointersjoequant
2013-01-05Merge branch 'SFbug1295' of https://github.com/ptomulik/swigWilliam S Fulton
2013-01-04added patch for SF bug #1295Paweł Tomulik
2013-01-04Fix for SourceForge Bug #1283.Brant K. Kyser
2012-12-14Ruby: Replace all occurences of STR2CSTR macro with calls to StringValuePtrKlaus Kämpf
2012-12-09Bug #3563647 - PyInt_FromSize_t unavailable prior to Python 2.5 for unsigned ...William S Fulton
2012-12-09Apply patch #3571029 which adds missing director support for const unsigned l...William S Fulton
2012-12-09Perl - Fix C++ comment in C wrappers.William S Fulton
2012-11-28octave: Simplified module loading.Karl Wette
2012-11-09Fix overflow with parameters > LONG_MAX with Python 3.Vadim Zeitlin
2012-10-31Define uintgo for the benefit of Go .swig files.Ian Lance Taylor
2012-10-30Fix Go support for enums to work correctly when Go int type is 64 bits.Ian Lance Taylor
2012-10-05Adjust for change in the size of the Go type int. Until some time inIan Lance Taylor
2012-10-02Adjust typemaps.i for change in handling of reference to slice.Ian Lance Taylor
2012-09-13Add caveat emptor for peek method in Java directorsWilliam S Fulton