aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorLoic Dachary <loic@users.sourceforge.net>2000-01-13 15:13:59 +0000
committerLoic Dachary <loic@users.sourceforge.net>2000-01-13 15:13:59 +0000
commitbcf13955679ba6d6c45b89111cc71caf23282890 (patch)
treec74570e5c43b1dca1aa1d474d9f1777cf776d181 /CHANGES
parent7a448937b1c0db0e8866f60be53ba05e3bda4cd3 (diff)
downloadswig-bcf13955679ba6d6c45b89111cc71caf23282890.tar.gz
Source/Modules1.1/java.cxx: fixed char* -> const char* warnings that are
errors when compiling with gcc-2.95.2 Source/SWIG1.1/main.cxx: cast const char* to char* for String_replace token and rep should really be const. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@76 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0b48feef2..7a365ac2b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
SWIG (Simplified Wrapper and Interface Generator)
+1/13/00 : loic
+ Source/Modules1.1/java.cxx: fixed char* -> const char* warnings that are
+ errors when compiling with gcc-2.95.2
+ Source/SWIG1.1/main.cxx: cast const char* to char* for String_replace
+ token and rep should really be const.
+
1/12/00 : beazley
Added Harco's Java modules.