summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Minor updates.Dave Beazley2000-09-011-12/+26
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@787 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* *** empty log message ***Dave Beazley2000-09-011-1/+32
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@786 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Minor cleanupDave Beazley2000-09-011-5/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@785 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added new Swig_init functionDave Beazley2000-09-012-0/+14
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@784 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed a few constant problems. Used new %constant directive instead.Dave Beazley2000-09-011-3/+6
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@783 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed bug with creating pointer constants.Dave Beazley2000-09-011-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@782 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed bugs reported by Purify.Matthias Köppe2000-09-013-2/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@781 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed const problem.Dave Beazley2000-09-011-5/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@780 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* New exampleDave Beazley2000-09-017-0/+390
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@779 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* New exampleDave Beazley2000-08-318-0/+521
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@778 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Modified C++ handling code to inherit destructors so that a derived classDave Beazley2000-08-311-0/+14
| | | | | | | | without a destructor can pick up a destructor (if any) from a base class. This is highly experimental---I may take it out if it breaks too much stuff. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@777 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Handle `ltdlmod' linkage.Matthias Köppe2000-08-311-2/+11
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@776 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* New exampleDave Beazley2000-08-317-0/+407
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@775 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed problem with abstract base classes.Dave Beazley2000-08-311-5/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@774 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed C++ code generation so that constructors for abstract classes aren'tDave Beazley2000-08-311-0/+2
| | | | | | | generated (note: this is a sick hack). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@773 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed naming generation problem for static C++ variables.Dave Beazley2000-08-311-0/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@772 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added some C++ stuff.Dave Beazley2000-08-311-13/+15
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@771 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* *** empty log message ***Thien-Thi Nguyen2000-08-311-16/+22
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@770 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* (check-c++-examples): New target.Thien-Thi Nguyen2000-08-311-1/+5
| | | | | | | (check): Depend on `check-c++-examples'. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@769 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Initial revisionThien-Thi Nguyen2000-08-3113-0/+254
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@768 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Slight changes. Added note about C++.Dave Beazley2000-08-311-6/+32
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@767 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed problem in void pointer handling.Dave Beazley2000-08-311-5/+13
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@766 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* New exampleDave Beazley2000-08-317-0/+235
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@765 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed problem in handling of void pointers.Dave Beazley2000-08-311-2/+6
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@764 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* (check-aliveness, check-gifplot-example): Expand.Thien-Thi Nguyen2000-08-311-3/+25
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@763 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* New exampleDave Beazley2000-08-318-2/+235
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@762 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Use `EXIT_SUCCESS' and `EXIT_FAILURE'.Thien-Thi Nguyen2000-08-3111-490/+490
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@761 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed type-checking problem.Dave Beazley2000-08-311-0/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@760 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* (SWIG_exit): Fix bug: Use exit code.Thien-Thi Nguyen2000-08-311-5/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@759 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Comment. No functional change.Thien-Thi Nguyen2000-08-311-1/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@758 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* (check): New target.Thien-Thi Nguyen2000-08-3113-30/+31
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@757 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* New exampleDave Beazley2000-08-316-0/+197
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@756 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed void pointer problem.Dave Beazley2000-08-311-2/+10
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@755 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* *** empty log message ***Dave Beazley2000-08-312-1/+20
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@754 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Free malloc'ed string copies after function call.Matthias Köppe2000-08-311-0/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@753 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* (GSWIG_scm2str) Simplified.Matthias Köppe2000-08-311-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@752 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Updated Guile builds.Matthias Köppe2000-08-311-6/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@751 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* (GUILEINCLUDE) Changed to exclude "/guile" portion of the path.Matthias Köppe2000-08-311-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@750 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* *** empty log message ***Matthias Köppe2000-08-311-1/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@749 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Handle more than 10 args.Matthias Köppe2000-08-313-5/+45
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@748 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed last change.Matthias Köppe2000-08-312-2/+6
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@747 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Use \033 instead of \e since the latter is not standard (Sun cc warnsMatthias Köppe2000-08-311-1/+1
| | | | | | | about an anachronism). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@746 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Bug fixes.Dave Beazley2000-08-311-3/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@745 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Variable linking patches.Dave Beazley2000-08-311-5/+43
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@744 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* New exampleDave Beazley2000-08-317-0/+285
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@743 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* New exampleDave Beazley2000-08-307-0/+333
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@742 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Bug fixes in variable linking.Dave Beazley2000-08-301-2/+27
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@741 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Translated GIFPlot example to Guile Scheme.Matthias Köppe2000-08-309-0/+191
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@740 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed handling of char types.Matthias Köppe2000-08-303-3/+16
| | | | | | | Added support for optional arguments. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@739 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Updated Guile examples.Matthias Köppe2000-08-304-5/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@738 626c5289-ae23-0410-ae9c-e8d60b6d4f22