*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4574 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Luigi Ballabio 2003-03-19 16:35:19 +00:00
commit d4ae171593
2 changed files with 2 additions and 1 deletions

View file

@ -92,6 +92,7 @@ Version 1.3.18 (In progress)
(a) Integration with scripting language (a la std::vector) for
Python, Ruby, MzScheme, and Guile;
(b) Simple wrapper for other languages
03/10/2003: beazley
Fixed problem with escape sequences in string and character constants. SWIG
wasn't parsing certain octal codes correctly.

2
README
View file

@ -23,7 +23,7 @@ working on this are:
Jason Stewart (jason@openinformatics.com) (Perl5)
Lyle Johnson (lyle@users.sourceforge.net) (Ruby)
Richard Palmer (richard@magicality.org) (PHP)
Luigi Ballabio (luigi.ballabio@fastwebnet.it) (Macintosh, STL wrapping)
Luigi Ballabio (luigi.ballabio@fastwebnet.it) (STL wrapping)
Sam Liddicott (saml@liddicott.com) (PHP)
Art Yerkes (ayerkes@speakeasy.net) (Ocaml)
Thien-Thi Nguyen (ttn@glug.org) (build/test/misc)