summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanupDave Beazley2000-09-011-5/+2
* Added new Swig_init functionDave Beazley2000-09-012-0/+14
* Fixed bug with creating pointer constants.Dave Beazley2000-09-011-1/+1
* Fixed bugs reported by Purify.Matthias Köppe2000-09-013-2/+3
* Fixed const problem.Dave Beazley2000-09-011-5/+5
* Modified C++ handling code to inherit destructors so that a derived classDave Beazley2000-08-311-0/+14
* Handle `ltdlmod' linkage.Matthias Köppe2000-08-311-2/+11
* Fixed problem with abstract base classes.Dave Beazley2000-08-311-5/+5
* Fixed C++ code generation so that constructors for abstract classes aren'tDave Beazley2000-08-311-0/+2
* Fixed naming generation problem for static C++ variables.Dave Beazley2000-08-311-0/+1
* Fixed problem in void pointer handling.Dave Beazley2000-08-311-5/+13
* Fixed problem in handling of void pointers.Dave Beazley2000-08-311-2/+6
* Use `EXIT_SUCCESS' and `EXIT_FAILURE'.Thien-Thi Nguyen2000-08-3111-490/+490
* (SWIG_exit): Fix bug: Use exit code.Thien-Thi Nguyen2000-08-311-5/+5
* Comment. No functional change.Thien-Thi Nguyen2000-08-311-1/+2
* Fixed void pointer problem.Dave Beazley2000-08-311-2/+10
* Handle more than 10 args.Matthias Köppe2000-08-311-5/+17
* Use \033 instead of \e since the latter is not standard (Sun cc warnsMatthias Köppe2000-08-311-1/+1
* Bug fixes.Dave Beazley2000-08-311-3/+5
* Variable linking patches.Dave Beazley2000-08-311-5/+43
* Bug fixes in variable linking.Dave Beazley2000-08-301-2/+27
* Fixed handling of char types.Matthias Köppe2000-08-301-1/+7
* Declare initialization function in runtime section.Matthias Köppe2000-08-301-0/+2
* Extensive bug fixes to variable linking.Dave Beazley2000-08-301-27/+70
* Added Swig_string_mangle() functionDave Beazley2000-08-302-0/+16
* Fixed %init directive warning.Matthias Köppe2000-08-301-1/+1
* Added documentation for variable and constant wrappers.Matthias Köppe2000-08-301-90/+86
* Bug fixesDave Beazley2000-08-302-10/+16
* Modified to include a nice typename as part of the _swig_type_info structure.Dave Beazley2000-08-301-3/+14
* '-toplevel' option obsoleted.Masaki Fukushima2000-08-302-377/+344
* Fixed handling of ignored args.Matthias Köppe2000-08-301-3/+5
* File insertion now data-driven via %insert.Matthias Köppe2000-08-301-13/+1
* (SwigType_str, SwigType_lstr, SwigType_rcaststr, SwigType_lcaststr)Matthias Köppe2000-08-302-8/+8
* Lot's of minor bug fixesDave Beazley2000-08-307-14/+94
* Slight cleanup. Test of new CVS commit message.Dave Beazley2000-08-291-4/+1
* New Guile command-line argument "-procdoc", specifying procedureMatthias Köppe2000-08-292-36/+61
* Added configuration file for Guile.Matthias Köppe2000-08-291-1/+2
* (SWIG_config_file) Constified prototype, enabling build with Solaris c++.Matthias Köppe2000-08-292-2/+2
* Added dependency to allow for parallel builds.Matthias Köppe2000-08-291-1/+3
* Made it so language modules can specify a file to process before anything els...Dave Beazley2000-08-296-8/+32
* Fixed minor bug with line continuations in macros.Dave Beazley2000-08-291-1/+1
* Major clean up in the Guile module.Matthias Köppe2000-08-281-198/+123
* Fixed typemap specification syntax with strings.Matthias Köppe2000-08-281-2/+0
* Changed internal handling of string literals. Added new typemap specificatio...Dave Beazley2000-08-2810-107/+219
* Modified to follow typedefs when resolving typemaps. Slight modificationsDave Beazley2000-08-281-44/+64
* Slight change to Cmp() function to better handle null-pointers.Dave Beazley2000-08-281-0/+3
* Enabled the Guile module again.Matthias Köppe2000-08-272-4/+4
* Fixed declaration of SwigType_typedef_resolve andMatthias Köppe2000-08-271-1/+2
* Include library (`-l') files at the beginning, rather than at the end.Matthias Köppe2000-08-271-4/+6
* Updated Guile module.Matthias Köppe2000-08-272-143/+138