*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6274 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-09-27 19:36:53 +00:00
commit 4f439bfe7c

View file

@ -1,6 +1,13 @@
Version 1.3.23 (in progress)
==================================
09/27/2004: wsfulton
Patch from Bill Clarke -
1) Warning emitted when -importall and -includeall is used together,
with -includeall taking precedence.
2) Fixes to ensure SWIGIMPORT is always defined when a file is being
imported with %import. This macro definition is is now documented.
09/26/2004: mmatus
- add %feature("exceptionclass") to identify a class used
@ -83,6 +90,7 @@ Version 1.3.23 (in progress)
shows on Solaris and gcc, eg:
Warning(202): Could not evaluate '!defined(SWIGJAVA) &&
!(defined(SWIGCSHARP)'
Also fixes a bug where '#if "a" == "b" == 1' wouldn't have worked
09/10/2004: wsfulton
Restored multiple build directories for the test-suite. Patch from