summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add swig-2.0.4 release datev2.0.4rel-2.0.4William S Fulton2011-05-213-3/+3
* More language modules for release notesWilliam S Fulton2011-05-201-4/+4
* Add in error handling in the even of not being able to find a base when initi...William S Fulton2011-05-201-1/+8
* Patch #3191625 fixing overloading of integer types.William S Fulton2011-05-192-1/+4
* Patch #3260265 fixing overloading of non-primitive types and integers in Perl...William S Fulton2011-05-194-3/+26
* Test modifications of changed behaviour in perl 5.12 and 5.14 in reporting er...William S Fulton2011-05-192-8/+8
* remove unused macroWilliam S Fulton2011-05-191-63/+0
* Fix import_stl testcaseWilliam S Fulton2011-05-195-58/+64
* Label Python entries in CHANGES.currentWilliam S Fulton2011-05-191-10/+10
* html fixesWilliam S Fulton2011-05-192-4/+3
* Fixes for -builtin docs.Stefan Zager2011-05-182-9/+13
* Workaround for Octave crashing at extit in the mods and multi_import testcasesWilliam S Fulton2011-05-181-1/+1
* Cleaned up section about dependency requirements for -builtin.Stefan Zager2011-05-171-35/+2
* Add release summaryWilliam S Fulton2011-05-171-0/+8
* Apply #3289851 to fix memory leak in directors when checking for pending exce...William S Fulton2011-05-172-1/+5
* Apply #3300072 from Christian Delbaere to fix multiple module loading not alw...William S Fulton2011-05-173-9/+16
* more CHANGES.current editsXavier Delacour2011-05-171-0/+4
* Add CHANGES.current note about octave API>=40 compatability changeXavier Delacour2011-05-171-0/+4
* begin section was missing in some of the docsWilliam S Fulton2011-05-172-7/+9
* Help goes to stdout not stderrWilliam S Fulton2011-05-171-2/+2
* Allow global operators to be SWIG-wrapped functions (by Karl Wette)Xavier Delacour2011-05-173-13/+30
* Adds support for Python __r*__ operators (by Karl Wette)Xavier Delacour2011-05-171-0/+10
* Fix an incompatibility with never versions of Octave (by Karl Wette)Xavier Delacour2011-05-172-1/+12
* Minor improvement to the printing of Octave SWIG classes (by Karl Wette)Xavier Delacour2011-05-171-7/+14
* Fixes to two bugs in Lib/octave/octcomplex.swg (by Karl Wette)Xavier Delacour2011-05-171-10/+7
* Octave changes by Karl Wette:Xavier Delacour2011-05-172-12/+72
* Documented non-looping dependency graph requirement for -builtin.Stefan Zager2011-05-161-8/+82
* Remove VARARGS_SENTINEL typemaps further to revision 12666. Note that the ide...William S Fulton2011-05-143-11/+20
* HTML fixesWilliam S Fulton2011-05-142-21/+34
* %varargs - better documentation and remove additional argument generation whi...William S Fulton2011-05-144-16/+57
* reorder tests alphabeticallyWilliam S Fulton2011-05-141-12/+12
* cosmetic - cleanupWilliam S Fulton2011-05-141-4/+0
* Python 3.2 portability fixesWilliam S Fulton2011-05-132-37/+71
* Remove a compiler warning for builtinWilliam S Fulton2011-05-131-0/+1
* PyVarObject_HEAD_INIT to conform to C standard - pointers cannot be used in s...William S Fulton2011-05-121-63/+81
* PyVarObject_HEAD_INIT to conform to C standard - pointers cannot be used in s...William S Fulton2011-05-121-4/+6
* Fixed PyGetSetDescr for python3.2.Stefan Zager2011-05-087-19/+53
* revert 12657 - incorrect changes madeWilliam S Fulton2011-05-063-7/+6
* Fix %varargs when used with a numerical argument, which was emitting one more...William S Fulton2011-05-064-2/+27
* [Lua, Python, Tcl] C/C++ prototypes shown in error message when calling an ov...William S Fulton2011-05-057-17/+52
* Cosmetic - comments addedWilliam S Fulton2011-05-051-1/+6
* Remove incomplete directorin typemaps as users incorrectly assumed they were ...William S Fulton2011-05-034-88/+0
* Rev 12650 - rename runtime component of varargs_typemap testcaseWilliam S Fulton2011-05-032-4/+4
* Remove directorout INPUT/INOUT/OUTPUT typemaps - they will never be used as t...William S Fulton2011-05-034-50/+2
* Rename varargs_typemap test case to python_varargs_typemap, and moveIan Lance Taylor2011-05-023-4/+4
* Document the -soname option.Ian Lance Taylor2011-05-021-1/+10
* vc++ compile failure workaround in testcaseWilliam S Fulton2011-04-301-0/+5
* Initialize a couple of members accidentally left uninitialized.Ian Lance Taylor2011-04-301-0/+2
* Added asdict() method to convert std::map to a python dict.Stefan Zager2011-04-292-18/+29
* Fixed bug 2811549: const vs. non-const iterators for STL types.Stefan Zager2011-04-292-4/+8