summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2014-04-29 11:24:04 +1200
committerOlly Betts <olly@survex.com>2014-04-29 11:31:29 +1200
commit618868ce3dbbde24bff185afea0c019d031cf857 (patch)
tree7e582f9dc3fc68d78e2f20bdc0fe05be1cabb739 /CHANGES
parent4c86f17bcb151bf01e01577ee288ca415274829a (diff)
downloadswig-618868ce3dbbde24bff185afea0c019d031cf857.tar.gz
Fix typos
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 297da776f..821d76b2c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9970,7 +9970,7 @@ Version 1.3.23 (November 11, 2004)
- Remove the ability to share type information by using c linking.
All type sharing happens through a global variable in the target language.
+ Remove SWIG_NOIMPORT, SWIG_RUNTIME, and related defines.
- + Depreciate -runtime, -noruntime command line options
+ + Deprecate -runtime, -noruntime command line options
+ Update test-suite common.mk to correctly build multicpptest
+ Remove reference to precommon.swg
+ Update the guile_gh interface to share data by a global var instead
@@ -21212,9 +21212,9 @@ Version 1.3 Alpha 1 (February 11, 2000)
*** POTENTIAL INCOMPATIBILITY ***
1/30/00 : loic
- Conditionaly compile experimental code with --enable-experiment
+ Conditionally compile experimental code with --enable-experiment
configure flag.
- Fix .cvsignore to ignore configrue & yacc generated files
+ Fix .cvsignore to ignore configure & yacc generated files
1/28/00 : loic
Apply automake everywhere