aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2000-09-18 09:35:36 +0000
committerMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2000-09-18 09:35:36 +0000
commite867ed25a8905b498d054b20d8b50418c0afd4b9 (patch)
tree405cd19eaed32b6c747724562bca5ae884c5480c /CHANGES
parent92ae5e5161ce1a0ebbb8a8304180c0a450cbb0ca (diff)
downloadswig-e867ed25a8905b498d054b20d8b50418c0afd4b9.tar.gz
Incorporated patch #101430, fixing bugs in the Guile module.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@852 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d2aea3232..653014e39 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,14 @@ SWIG (Simplified Wrapper and Interface Generator)
Version 1.3 Alpha 5
===================
+9/18/00 : mkoeppe
+ Incorporated patch #101430, fixing bugs in the Guile module:
+ 1. Some arguments were erroneously taken as *optional* arguments when
+ ignored arguments were present.
+ 2. Guile 1.3.4 was not supported since functions introduced in Guile
+ 1.4 were used.
+ 3. Added handling of `const char *'.
+
9/17/00 : beazley
Fixed problem with failed assertion and large files.