summaryrefslogtreecommitdiff
path: root/CHANGES.current
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 10672,10676-10677,10682-10683 via svnmerge from Jan Jezabek2008-07-221-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://swig.svn.sourceforge.net/svnroot/swig/trunk ........ r10672 | olly | 2008-07-17 03:17:08 +0200 (Thu, 17 Jul 2008) | 2 lines Fix a typo; improve wording. ........ r10676 | wsfulton | 2008-07-17 23:05:49 +0200 (Thu, 17 Jul 2008) | 1 line SF #2019156 Configuring with --without-octave or --without-alllang did not disable octave. ........ r10677 | wsfulton | 2008-07-17 23:08:22 +0200 (Thu, 17 Jul 2008) | 1 line tidy output after detecting X11 headers ........ r10682 | wsfulton | 2008-07-19 20:08:06 +0200 (Sat, 19 Jul 2008) | 1 line a bit more on pgcpp ........ r10683 | wsfulton | 2008-07-20 00:45:54 +0200 (Sun, 20 Jul 2008) | 1 line Fix building of Tcl examples/test-suite on Mac OSX ........ git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-jezabek@10700 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Merged revisions ↵Jan Jezabek2008-07-151-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 10616,10621,10624-10629,10633-10641,10643,10647,10649-10650,10662 via svnmerge from https://swig.svn.sourceforge.net/svnroot/swig/trunk ........ r10616 | talby | 2008-07-01 01:41:27 +0200 (Tue, 01 Jul 2008) | 2 lines Hopefully this provides more portable values for Infinity and NaN in Perl. ........ r10621 | wsfulton | 2008-07-02 00:02:14 +0200 (Wed, 02 Jul 2008) | 1 line update old commandline option ........ r10624 | olly | 2008-07-02 05:17:46 +0200 (Wed, 02 Jul 2008) | 5 lines [Python] Import the C extension differently for Python 2.6 and later so that an implicit relative import doesn't produce a deprecation warning for 2.6 and a failure for 2.7 and later. Patch from Richard Boulton in SF#2008229. ........ r10625 | bhy | 2008-07-02 06:56:11 +0200 (Wed, 02 Jul 2008) | 1 line fix the relative import patch by try both relative and absolute import ........ r10626 | olly | 2008-07-02 07:55:18 +0200 (Wed, 02 Jul 2008) | 4 lines [PHP4] Support for PHP4 has been removed. The PHP developers are no longer making new PHP4 releases, and won't even be patching critical security issues after 2008-08-08. ........ r10627 | bhy | 2008-07-02 08:06:56 +0200 (Wed, 02 Jul 2008) | 1 line fix the previous commit -- new approach using imp module ........ r10628 | bhy | 2008-07-02 08:29:15 +0200 (Wed, 02 Jul 2008) | 1 line minor fix on relative import: close fp if exception occured during imp.find_module ........ r10629 | bhy | 2008-07-02 09:08:00 +0200 (Wed, 02 Jul 2008) | 1 line reconstruct the relative import, now the generated code looks better ........ r10633 | olly | 2008-07-03 02:09:56 +0200 (Thu, 03 Jul 2008) | 9 lines WARN_* constants are user visible, so keep existing WARN_PHP4_* for backward compatibility, but add preferred forms WARN_PHP_* and use these ourselves. Rename Lib/php4 to Lib/php, Source/Modules/php4.cxx to Source/Modules/php.cxx. Add typemaps for const reference so Examples/test-suite/apply_signed_char.i works. ........ r10634 | olly | 2008-07-03 02:12:58 +0200 (Thu, 03 Jul 2008) | 2 lines Remove file added in error. ........ r10635 | olly | 2008-07-03 02:37:38 +0200 (Thu, 03 Jul 2008) | 2 lines Rename php4*.swg to php*.swg. ........ r10636 | olly | 2008-07-03 03:13:51 +0200 (Thu, 03 Jul 2008) | 2 lines Update wrt PHP4. ........ r10637 | olly | 2008-07-03 04:32:11 +0200 (Thu, 03 Jul 2008) | 4 lines [PHP] The deprecated command line option "-phpfull" has been removed. We recommend building your extension as a dynamically loadable module. ........ r10638 | olly | 2008-07-03 04:32:41 +0200 (Thu, 03 Jul 2008) | 2 lines Fix version number ........ r10639 | olly | 2008-07-03 08:04:24 +0200 (Thu, 03 Jul 2008) | 2 lines Make t_output_helper() static. ........ r10640 | olly | 2008-07-03 08:05:34 +0200 (Thu, 03 Jul 2008) | 2 lines Make testcase li_typemaps work for PHP. ........ r10641 | olly | 2008-07-03 11:12:16 +0200 (Thu, 03 Jul 2008) | 2 lines Fix check::classname() to compare case-insensitively and not try to interpolate objects into strings. ........ r10643 | olly | 2008-07-04 00:00:01 +0200 (Fri, 04 Jul 2008) | 4 lines The operator& trick in allowexcept.i doesn't work for SWIG/PHP because the generated code takes the address of the variable in the code in the "vinit" section. So comment out the private operator& for PHP. ........ r10647 | olly | 2008-07-04 01:55:33 +0200 (Fri, 04 Jul 2008) | 2 lines [PHP] The SWIG cdata.i library module is now supported. ........ r10649 | olly | 2008-07-04 03:02:22 +0200 (Fri, 04 Jul 2008) | 4 lines [PHP] The deprecated command line option "-make" has been removed. Searches on Google codesearch suggest that nobody is using it now anyway. ........ r10650 | olly | 2008-07-04 03:22:11 +0200 (Fri, 04 Jul 2008) | 4 lines [PHP] For std_vector.i and std_map.i, rename empty() to is_empty() since "empty" is a PHP reserved word. Based of patch from Mark Klein in SF#1943417. ........ r10662 | wsfulton | 2008-07-14 23:09:23 +0200 (Mon, 14 Jul 2008) | 1 line Fix director typemaps for pointers so that NULL pointers are correctly marshalled to C#/Java null in director methods ........ git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-jezabek@10664 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Merged revisions 10579-10580,10582,10584,10588-10589,10594 via svnmerge from Jan Jezabek2008-06-271-151/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://swig.svn.sourceforge.net/svnroot/swig/trunk ........ r10579 | wsfulton | 2008-06-24 23:48:46 +0200 (Tue, 24 Jun 2008) | 1 line remove deprecated -c commandline option (runtime library generation) ........ r10580 | wsfulton | 2008-06-24 23:53:12 +0200 (Tue, 24 Jun 2008) | 1 line correct comment about deprecated option ........ r10582 | wsfulton | 2008-06-25 01:00:27 +0200 (Wed, 25 Jun 2008) | 1 line use rsync and ssh to upload releases to SourceForge as ftp no longer works ........ r10584 | wsfulton | 2008-06-25 01:24:48 +0200 (Wed, 25 Jun 2008) | 1 line correction for 1.3.36 ........ r10588 | wsfulton | 2008-06-25 02:16:04 +0200 (Wed, 25 Jun 2008) | 1 line section update ........ r10589 | wsfulton | 2008-06-25 02:16:40 +0200 (Wed, 25 Jun 2008) | 1 line bump version to 1.3.37 ........ r10594 | wsfulton | 2008-06-26 20:33:06 +0200 (Thu, 26 Jun 2008) | 1 line correct typo in first entry about %fragment ........ git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-jezabek@10597 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Merged revisions ↵Jan Jezabek2008-06-241-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-10578 via svnmerge from https://swig.svn.sourceforge.net/svnroot/swig/trunk ........ r10527 | mgossage | 2008-06-17 04:57:15 +0200 (Tue, 17 Jun 2008) | 1 line [lua] bugfix 1938142 (bool& and bool* support) ........ r10530 | wsfulton | 2008-06-19 22:02:13 +0200 (Thu, 19 Jun 2008) | 1 line Add R keyword support. Rename keywords for successful compilation of Java and C# code. More consistent keyword warnings across the different languages. ........ r10531 | wsfulton | 2008-06-19 23:15:48 +0200 (Thu, 19 Jun 2008) | 1 line add complete list of R reserved words ........ r10536 | wsfulton | 2008-06-21 13:35:33 +0200 (Sat, 21 Jun 2008) | 1 line better terminology for static types ........ r10537 | wsfulton | 2008-06-21 13:42:48 +0200 (Sat, 21 Jun 2008) | 1 line remove raise as keyword test- it conflicts with _raise in LIBCMT on windows ........ r10539 | wsfulton | 2008-06-21 17:21:29 +0200 (Sat, 21 Jun 2008) | 1 line Lua example warning removal fixes for vc++ ........ r10540 | wsfulton | 2008-06-21 17:23:02 +0200 (Sat, 21 Jun 2008) | 1 line Remove some vc++ /W4 warnings ........ r10541 | wsfulton | 2008-06-21 18:04:55 +0200 (Sat, 21 Jun 2008) | 1 line minor vc++ /W4 warning fixes ........ r10542 | wsfulton | 2008-06-21 21:07:51 +0200 (Sat, 21 Jun 2008) | 1 line 'byte' is already used in Ruby on windows, so use another keyword ........ r10543 | wsfulton | 2008-06-21 22:45:32 +0200 (Sat, 21 Jun 2008) | 1 line Fix crashing in the Ruby reject method in the STL wrappers ........ r10544 | wsfulton | 2008-06-21 22:48:28 +0200 (Sat, 21 Jun 2008) | 1 line Fix crashing in the Ruby reject method in the STL wrappers ........ r10545 | wsfulton | 2008-06-21 22:49:10 +0200 (Sat, 21 Jun 2008) | 1 line remove unnecessary variable int the char **STRING_ARRAY out typemap ........ r10546 | wsfulton | 2008-06-21 23:07:49 +0200 (Sat, 21 Jun 2008) | 1 line Fix Ruby C++ example dependencies in dsp files ........ r10547 | wsfulton | 2008-06-22 00:25:36 +0200 (Sun, 22 Jun 2008) | 1 line Fix unused parameter warnings in python when using gcc's -W -Wall options ........ r10548 | wsfulton | 2008-06-22 00:26:35 +0200 (Sun, 22 Jun 2008) | 1 line Fix virtual destructor ........ r10549 | wsfulton | 2008-06-22 01:25:20 +0200 (Sun, 22 Jun 2008) | 1 line various warning fixes ........ r10550 | wsfulton | 2008-06-22 02:09:11 +0200 (Sun, 22 Jun 2008) | 1 line Another fix for the JVM hanging on exit problem when using directors ........ r10551 | wsfulton | 2008-06-22 02:09:51 +0200 (Sun, 22 Jun 2008) | 1 line documentation sections update ........ r10552 | wsfulton | 2008-06-22 02:18:10 +0200 (Sun, 22 Jun 2008) | 1 line more docs on defining macros for the thread hanging problem ........ r10558 | wsfulton | 2008-06-22 23:30:20 +0200 (Sun, 22 Jun 2008) | 1 line fix unused parms in last commit for C code ........ r10559 | wsfulton | 2008-06-23 00:12:43 +0200 (Mon, 23 Jun 2008) | 1 line Suppress unused methods warning for VC++ ........ r10560 | wsfulton | 2008-06-23 22:26:07 +0200 (Mon, 23 Jun 2008) | 1 line fix partialcheck-test-suite and parallel make for r, chicken, tcl and php ........ r10561 | wsfulton | 2008-06-23 22:39:41 +0200 (Mon, 23 Jun 2008) | 1 line correct message display when running the partialcheck-test-suite make target ........ r10562 | wsfulton | 2008-06-23 23:14:53 +0200 (Mon, 23 Jun 2008) | 1 line fix typo ........ r10563 | olly | 2008-06-23 23:23:54 +0200 (Mon, 23 Jun 2008) | 3 lines Fix bad use of Python API (untested, since I can't even compile this code on x86-64!) ........ r10564 | olly | 2008-06-24 00:58:03 +0200 (Tue, 24 Jun 2008) | 3 lines [PHP] Fix segfault when wrapping a non-class function marked with %newobject (testcase char_strings). ........ r10565 | olly | 2008-06-24 02:27:34 +0200 (Tue, 24 Jun 2008) | 3 lines [PHP] Fix assertion failure when handling %typemap(in,numinputs=0) (testcase ignore_parameter). ........ r10566 | olly | 2008-06-24 02:33:08 +0200 (Tue, 24 Jun 2008) | 2 lines [PHP] Fix typemap_namespace.i to not try to copy a non-existent typemap. ........ r10567 | olly | 2008-06-24 02:41:07 +0200 (Tue, 24 Jun 2008) | 3 lines Clean up dead and unused code in SwigToPhpType(), and rename to GetShadowReturnType(). ........ r10568 | olly | 2008-06-24 02:42:29 +0200 (Tue, 24 Jun 2008) | 2 lines Fix cosmetic typo in string constant. ........ r10574 | wsfulton | 2008-06-24 22:10:28 +0200 (Tue, 24 Jun 2008) | 1 line zap last entry ........ r10575 | wsfulton | 2008-06-24 22:11:46 +0200 (Tue, 24 Jun 2008) | 1 line variable name changes to remove php keywords ........ r10576 | wsfulton | 2008-06-24 22:12:08 +0200 (Tue, 24 Jun 2008) | 1 line variable name hiding fix ........ r10577 | wsfulton | 2008-06-24 22:12:43 +0200 (Tue, 24 Jun 2008) | 1 line More info about numobjects added ........ r10578 | wsfulton | 2008-06-24 22:13:41 +0200 (Tue, 24 Jun 2008) | 1 line update for 1.3.36 release ........ git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-jezabek@10581 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Merged revisions ↵Jan Jezabek2008-06-091-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 10498-10499,10503-10504,10506,10508,10511,10515-10516,10518-10519 via svnmerge from https://swig.svn.sourceforge.net/svnroot/swig/trunk ........ r10498 | talby | 2008-05-26 22:09:56 +0200 (Mon, 26 May 2008) | 2 lines run test cases in the Perl set by the --with-perl5 configure option. ........ r10499 | talby | 2008-05-26 23:04:06 +0200 (Mon, 26 May 2008) | 3 lines The perl5 minherit runtime test will work better if the classes are actually built under SWIGPERL. ........ r10503 | wsfulton | 2008-05-28 11:44:37 +0200 (Wed, 28 May 2008) | 1 line Fix variable wrappers when using -proxy. Patch from Jan Jezabek ........ r10504 | bhy | 2008-05-28 19:27:48 +0200 (Wed, 28 May 2008) | 2 lines Fixed SF #1971977: typo in pycontainer.swg (related to -extranative option) ........ r10506 | wsfulton | 2008-05-29 02:45:28 +0200 (Thu, 29 May 2008) | 1 line Fix variable wrappers when using -noproxy ........ r10508 | bhy | 2008-05-30 15:53:33 +0200 (Fri, 30 May 2008) | 1 line Fixed SF #1976978, apply the macros for primitive types to std::wstring ........ r10511 | olly | 2008-05-30 18:11:27 +0200 (Fri, 30 May 2008) | 4 lines Fix typo in handling of /*@SWIG[...]*/ comments in the scanner. This just meant we were only actually looking for /*@SWI at the start of the comment, so was pretty harmless in practice. ........ r10515 | wsfulton | 2008-06-02 22:10:40 +0200 (Mon, 02 Jun 2008) | 1 line Fix samename testcase for c# and java ........ r10516 | wsfulton | 2008-06-02 22:15:39 +0200 (Mon, 02 Jun 2008) | 1 line Fix enums when using -noproxy ........ r10518 | bhy | 2008-06-07 13:20:07 +0200 (Sat, 07 Jun 2008) | 4 lines Added a test case for keyword renaming. Now it works for Python in SWIG's -c++ mode, but in C mode it doesn't work! (you can try with make keyword_rename.ctest) ........ r10519 | bhy | 2008-06-07 15:40:51 +0200 (Sat, 07 Jun 2008) | 1 line fixed keyword_rename.ctest tese case, caused by a mistake in Swig/naming.c ........ git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-jezabek@10524 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Merged revisions 10480-10482 via svnmerge from Jan Jezabek2008-05-201-0/+21
| | | | | | | | | | | | | | | | | | | | | https://swig.svn.sourceforge.net/svnroot/swig/trunk ........ r10480 | wsfulton | 2008-05-20 22:56:48 +0200 (Tue, 20 May 2008) | 1 line Use checked exceptions in director typemaps throws attribute as it tests more ........ r10481 | wsfulton | 2008-05-20 23:25:10 +0200 (Tue, 20 May 2008) | 1 line Add partialcheck make targets. Also add RUNTOOL, COMPILETOOL and SWIGTOOL variables for invoking tools when running tests, compiling or invoking swig ........ r10482 | wsfulton | 2008-05-20 23:27:22 +0200 (Tue, 20 May 2008) | 1 line Add partialcheck make targets. Also add RUNTOOL, COMPILETOOL and SWIGTOOL variables for invoking tools when running tests, compiling or invoking swig ........ git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-jezabek@10483 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Merged revisions 10418:10475 from trunk.Jan Jezabek2008-05-201-0/+47
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-jezabek@10476 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add patch #1956607 -MT support for changing the makefile target nameWilliam S Fulton2008-05-031-0/+11
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10413 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [Lua] Removed generation of _wrap_delete_XXXXX (wrappered destructor) which ↵Mark Gossage2008-04-301-0/+6
| | | | | | | | | was unused and causing warning with g++ -Wall. Removed other unused warning in typemaps.i and other places. Added Examples/lua/embed3, and run tests a few test cases. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10402 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [Python] Fix generated code for IBM's C++ compiler on AIX (patchOlly Betts2008-04-241-3/+7
| | | | | | | from Goeran Uddeborg in SF#1928048). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10387 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Rename BSIZE in Examples/test-suite/arrays_scope.i to BBSIZE to avoidOlly Betts2008-04-241-0/+5
| | | | | | | | a clash with BSIZE defined by headers on AIX with Perl (reported in SF#1928048). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10386 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add allprotected mode for wrapping protected members when using directorsWilliam S Fulton2008-04-201-83/+8
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10381 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add Lua pointer reference typemapsWilliam S Fulton2008-04-071-0/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10363 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Updates for 1.3.35 releaseWilliam S Fulton2008-04-061-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10362 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10361 ↵William S Fulton2008-04-061-0/+4
| | | | 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix shared_ptr typemaps for use with %pythonnondynamicWilliam S Fulton2008-04-041-0/+8
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10344 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [Python] Add %newobject reference to python memory management subsection of ↵Olly Betts2008-04-031-0/+4
| | | | | | | | | manual (patch from mdbeachy in SF#1894610). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10339 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix shared_ptr typemaps where the pointer type is a templated type with with ↵William S Fulton2008-03-271-0/+4
| | | | | | more than one parameter. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10327 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [lua] Added a typemap DISOWN for SWIGTYPE* and SWIGTYPE[], and support for ↵Mark Gossage2008-03-271-0/+4
| | | | | | %delobject feature. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10326 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Apply patch #1844301 from Monty Taylor to suppress enum constructor unused ↵William S Fulton2008-03-261-0/+4
| | | | | | warnings. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10324 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Apply patch #1924524 from Casey Raymondson which ensures the 'No constructor ↵William S Fulton2008-03-261-0/+6
| | | | | | defined' message is displayed when attempting to call a constructor on a class that doesn't have a constructor wrapper, eg if the C++ class is abstract. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10323 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Apply patch #1925702 from Casey Raymondson which removeswarning 512 for ↵William S Fulton2008-03-261-0/+4
| | | | | | std::vector wrappers git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10322 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [Python] Apply GCC 4.3 warnings patch from Philipp Thomas (SF#1925122).Olly Betts2008-03-261-0/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10321 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Thread safety patch for Python STL iterators from Abhinandan JainWilliam S Fulton2008-03-211-0/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10317 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [lua] added %luacode feature, documentation & examplesMark Gossage2008-03-171-0/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10312 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix nonportable sed usage which failed on Mac OS X (and probablyOlly Betts2008-03-171-0/+4
| | | | | | | other platforms). Fixes SF#1903612. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10311 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix memory leak in SWIG's parser (based on patch from RussellOlly Betts2008-03-171-0/+4
| | | | | | | Bryant in SF#1914023).` git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10310 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix bug #1878285 - unnecessary cast for C struct creation wrappers.William S Fulton2008-03-121-0/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10304 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* remove debugging info from shared_ptr typemapsWilliam S Fulton2008-03-121-0/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10302 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [lua] updated docs for exceptionsMark Gossage2008-03-061-0/+5
| | | | | | | added new examples (exception,embed2) update typmaps git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10300 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* char *& typemaps addedWilliam S Fulton2008-03-041-0/+6
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10295 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix #1904537 Swig causes a Perl warning 'x used only once' in Perl 5.10 ↵William S Fulton2008-02-291-0/+4
| | | | | | reported by Ari Jolma git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10286 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* global variables test and shared_ptr varin/varout typemapsWilliam S Fulton2008-02-291-1/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10285 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* bump version numberWilliam S Fulton2008-02-281-229/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10280 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* readying 1.3.34William S Fulton2008-02-271-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10271 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* R function pointersWilliam S Fulton2008-02-271-0/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10269 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add item about fix to R 2.6Joseph Wang2008-02-141-0/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10259 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix year in dates of recent changesOlly Betts2008-02-141-4/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10258 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add support function for displaying the declaration of a methods. Add ↵William S Fulton2008-02-131-0/+10
| | | | | | special variables for use in \%exception: git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10255 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [Lua] Added a patch by Torsten Landschoff to fix the unary minus issueMark Gossage2008-02-111-0/+4
| | | | | | Ran 'astyle --style=kr -2' across lua.cxx to neaten it up git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10246 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* add some more info about the runtime api changeWilliam S Fulton2008-02-101-0/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10245 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Bump SWIG_RUNTIME_VERSION due to change in the conversion functions, ie ↵William S Fulton2008-02-101-0/+4
| | | | | | change in definition of swig_converter_func git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10244 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fix mergeWilliam S Fulton2008-02-091-3/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10238 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Complete the Python support for shared_ptr mainly for derived classes. This ↵William S Fulton2008-02-091-0/+79
| | | | | | includes the smartptr feature for overriding the class registration function and shared_ptr typemaps git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10236 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [Python] Fix format string bug (SF#1882220).Olly Betts2008-02-011-0/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10228 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Additions to %types so that a user can specify the code to go into the ↵William S Fulton2008-01-311-1/+32
| | | | | | casting / conversion function git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10222 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Small update to documentation in Typemaps.html, to warn about use of local ↵Mark Gossage2008-01-301-0/+4
| | | | | | variables in typemaps for multiple types. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10221 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix ARRAYSOFCLASSES bug reported by Kevin Mills where the changes made to an ↵William S Fulton2008-01-251-0/+5
| | | | | | array element in the C layer are not reflected back into Java git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10219 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [lua] updated configure script yet againMark Gossage2008-01-241-0/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10218 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Remove conversion from one STL container to anotherWilliam S Fulton2008-01-211-0/+10
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10214 626c5289-ae23-0410-ae9c-e8d60b6d4f22