summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed to DYNAMIC typemaps.Dave Beazley2002-12-111-0/+5
* Add NULL pointer checks for char *Dave Beazley2002-12-091-16/+48
* *** empty log message ***Dave Beazley2002-11-301-2/+2
* The great mergeDave Beazley2002-11-30135-7450/+17369
* Added -feature to ruby/Makefile.swig templateMasaki Fukushima2001-02-251-2/+2
* Check_Type() added to FILE* typemapMasaki Fukushima2001-02-251-0/+3
* Updated versionDave Beazley2001-01-171-4/+4
* Initial revisionThien-Thi Nguyen2001-01-173-0/+982
* Fixed default argument handling bug reported by Michael Scharf.Dave Beazley2000-10-211-1/+0
* *** empty log message ***Dave Beazley2000-10-021-1/+1
* *** empty log message ***Dave Beazley2000-09-291-0/+21
* new fileDave Beazley2000-09-291-0/+11
* Fixed ambiguous else.Dave Beazley2000-09-251-3/+3
* Oops. Fixed _SWIG_ConvertPtr name.Dave Beazley2000-09-251-1/+1
* Fixed typo.Matthias Köppe2000-09-221-1/+1
* [Guile] New typemaps for FILE *.Matthias Köppe2000-09-213-1/+58
* [Guile] Changed SCHEME_NAME to FUNC_NAME.Matthias Köppe2000-09-201-1/+1
* Many bug fixes to Ruby moduleMasaki Fukushima2000-09-183-4/+8
* Incorporated patch #101430, fixing bugs in the Guile module.Matthias Köppe2000-09-182-1/+11
* Updated Guile modules.Matthias Köppe2000-09-031-0/+4
* a few bug fixesMasaki Fukushima2000-09-031-3/+6
* Major fixes to pointer librariesDave Beazley2000-09-025-738/+107
* Updated for new type handling.Dave Beazley2000-09-021-39/+22
* Fixed pointer library.Dave Beazley2000-09-021-38/+21
* Changed _swig_type_info to swig_type_infoDave Beazley2000-09-0214-178/+170
* Moved location of extern "C" (patch for Python 1.6 compilation).Dave Beazley2000-09-011-1/+1
* Fixed type-checking problem.Dave Beazley2000-08-311-0/+2
* Free malloc'ed string copies after function call.Matthias Köppe2000-08-311-0/+5
* (GSWIG_scm2str) Simplified.Matthias Köppe2000-08-311-2/+2
* Handle more than 10 args.Matthias Köppe2000-08-312-0/+28
* Fixed handling of char types.Matthias Köppe2000-08-302-2/+9
* Added documentation for variable and constant wrappers.Matthias Köppe2000-08-301-0/+2
* Use the nice type name for printing pointer objects.Matthias Köppe2000-08-302-1/+2
* Added 'str' member to the _swig_type_info structure. This contains a "nice"Dave Beazley2000-08-301-0/+1
* '-toplevel' option obsoleted.Masaki Fukushima2000-08-301-0/+13
* File insertion now data-driven via %insert.Matthias Köppe2000-08-302-20/+28
* Bug fixesDave Beazley2000-08-301-2/+2
* Updated Guile runtime code.Matthias Köppe2000-08-293-100/+85
* New Guile command-line argument "-procdoc", specifying procedureMatthias Köppe2000-08-291-2/+2
* Added configuration file for Guile.Matthias Köppe2000-08-291-0/+7
* *** empty log message ***Dave Beazley2000-08-291-0/+8
* Major clean up in the Guile module.Matthias Köppe2000-08-281-170/+43
* Eliminated compiler warning.Dave Beazley2000-08-281-2/+2
* New typemaps for ANSI C `size_t' and `ptrdiff_t' types.Matthias Köppe2000-08-271-4/+18
* Fixed last change.Matthias Köppe2000-08-271-22/+23
* Ruby module changed to use pointer object instead of mangled string.Masaki Fukushima2000-08-274-439/+181
* (_swig_type_info): New struct typedef.Thien-Thi Nguyen2000-08-211-26/+25
* added wstring typemap. contributed by:Harco de Hilster2000-08-211-3/+48
* Added SWIG_MakePtr() and made other fixes.Dave Beazley2000-08-181-1/+16
* Perl5 changes. Bug fixesDave Beazley2000-08-172-288/+71