aboutsummaryrefslogtreecommitdiff
path: root/Lib
AgeCommit message (Expand)Author
2000-10-02*** empty log message ***Dave Beazley
2000-09-29*** empty log message ***Dave Beazley
2000-09-29new fileDave Beazley
2000-09-25Fixed ambiguous else.Dave Beazley
2000-09-25Oops. Fixed _SWIG_ConvertPtr name.Dave Beazley
2000-09-22Fixed typo.Matthias Köppe
2000-09-21[Guile] New typemaps for FILE *.Matthias Köppe
2000-09-20[Guile] Changed SCHEME_NAME to FUNC_NAME.Matthias Köppe
2000-09-18Many bug fixes to Ruby moduleMasaki Fukushima
2000-09-18Incorporated patch #101430, fixing bugs in the Guile module.Matthias Köppe
2000-09-03Updated Guile modules.Matthias Köppe
2000-09-03a few bug fixesMasaki Fukushima
2000-09-02Major fixes to pointer librariesDave Beazley
2000-09-02Updated for new type handling.Dave Beazley
2000-09-02Fixed pointer library.Dave Beazley
2000-09-02Changed _swig_type_info to swig_type_infoDave Beazley
2000-09-01Moved location of extern "C" (patch for Python 1.6 compilation).Dave Beazley
2000-08-31Fixed type-checking problem.Dave Beazley
2000-08-31Free malloc'ed string copies after function call.Matthias Köppe
2000-08-31(GSWIG_scm2str) Simplified.Matthias Köppe
2000-08-31Handle more than 10 args.Matthias Köppe
2000-08-30Fixed handling of char types.Matthias Köppe
2000-08-30Added documentation for variable and constant wrappers.Matthias Köppe
2000-08-30Use the nice type name for printing pointer objects.Matthias Köppe
2000-08-30Added 'str' member to the _swig_type_info structure. This contains a "nice"Dave Beazley
2000-08-30'-toplevel' option obsoleted.Masaki Fukushima
2000-08-30File insertion now data-driven via %insert.Matthias Köppe
2000-08-30Bug fixesDave Beazley
2000-08-29Updated Guile runtime code.Matthias Köppe
2000-08-29New Guile command-line argument "-procdoc", specifying procedureMatthias Köppe
2000-08-29Added configuration file for Guile.Matthias Köppe
2000-08-29*** empty log message ***Dave Beazley
2000-08-28Major clean up in the Guile module.Matthias Köppe
2000-08-28Eliminated compiler warning.Dave Beazley
2000-08-27New typemaps for ANSI C `size_t' and `ptrdiff_t' types.Matthias Köppe
2000-08-27Fixed last change.Matthias Köppe
2000-08-27Ruby module changed to use pointer object instead of mangled string.Masaki Fukushima
2000-08-21(_swig_type_info): New struct typedef.Thien-Thi Nguyen
2000-08-21added wstring typemap. contributed by:Harco de Hilster
2000-08-18Added SWIG_MakePtr() and made other fixes.Dave Beazley
2000-08-17Perl5 changes. Bug fixesDave Beazley
2000-08-17Removed compiler warning.Dave Beazley
2000-08-16Bug fixesDave Beazley
2000-08-15Moved generic type-checking code to common.swgDave Beazley
2000-08-14changed c++ string argout typemap to freeargHarco de Hilster
2000-08-10Applied memory leak patch.Dave Beazley
2000-08-04added java exception support submitted by Tal Shalif <tal@slt.atr.co.jp>Harco de Hilster
2000-08-04added string typemaps send by Tal Shalif <tal@slt.atr.co.jp>Harco de Hilster
2000-07-24(SWIG_MakePtr, SWIG_GetPtr): Delete these declarations.Thien-Thi Nguyen
2000-07-22(Ruby Support): Fix some type mangle problem in Ruby library.Masaki Fukushima