summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMikel Bancroft <mikel@franz.com>2006-02-27 21:45:07 +0000
committerMikel Bancroft <mikel@franz.com>2006-02-27 21:45:07 +0000
commit4aabff8208b5d819bc0b1b37fe4765de9c25c51c (patch)
treeaeb1e7b50dd73ad277a42bc90e308ef7e2d0b431 /CHANGES
parente574834505b05e0275557f2a65d0e723cdb05aae (diff)
downloadswig-4aabff8208b5d819bc0b1b37fe4765de9c25c51c.tar.gz
02/27/2006: mutandiz
[allegrocl] Add support for INPUT, OUTPUT, and INOUT typemaps. For OUTPUT variables, the lisp wrapper returns multiple values. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8911 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6276a9b93..4b4633084 100644
--- a/CHANGES
+++ b/CHANGES
@@ -444,6 +444,21 @@ Version 1.3.28 (February 12, 2006)
SWIG_exception(SWIG_RuntimeError,"unknown exception");
}
+01/09/2006: mutandiz
+ [Allegrocl]
+
+ Fixes a number of SEGVs primarily in the handling of
+ various anonymous types. Found in a pass through the
+ swig test-suite. Still more to do here, but this is a
+ good checkpoint.
+
+ Adds -cwrap and -nocwrap as an allegrocl specific
+ command-line argument. Controls generating of a C
+ wrapper file when wrapping C code. By default only a
+ lisp file is created for C code wrapping.
+
+ Doc updates for the command-line arguments and fixes as
+ pointed out on swig-devel
01/05/2006: wsfulton
[Java] Fix unsigned long long and const unsigned long long & typemaps