*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5895 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matthias Köppe 2004-04-27 18:38:40 +00:00
commit 8870f55a89

View file

@ -1,6 +1,19 @@
Version 1.3.22 (in progress)
==================================
04/25/2004: mkoeppe (Matthias Koeppe)
[Guile] In the generated GOOPS code, don't create methods
that would not specialize any arguments; simply re-export
the primitive functions. (This is a performance
optimization which reduces load time and execution time.)
[Guile] In -gh mode, fix the "too many initializers" error
which was caused by an incompatible swig_type_info layout.
[Guile] The typemap for FILE * in ports.i now also accepts
a regular FILE * pointer object. Also a bug with Scheme
file ports that are open for input and output has been
fixed.
04/25/2004: wsfulton
Change entry 03/21/2004 revoked. The change introduced another