*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5960 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-05-31 07:27:14 +00:00
commit d76a783efd

View file

@ -1,6 +1,17 @@
Version 1.3.22 (in progress)
==================================
05/31/2004: wsfulton
Fix for exception specifications that are references. Problem reported by
Oren Miller. Also improves the generated exception declarations in the
catch handler for pointers - a pointer is used instead of a reference to
a pointer. Added default throws typemaps for SWIGTYPE &, SWIGTYPE * and
SWIGTYPE[ANY] (Java and C#).
05/31/2004: wsfulton
[Java, C#] Some minor typesafe enum improvements, including storing the name of
the enum item. The toSring() / ToString() methods are overridden to return this name.
05/30/2004: wuzzeb (John Lenz)
[Chicken]
- Update how examples and the test suite are built.