Add "PHP5 class wrappers" to the list of exciting new stuff in 1.3.30.

Add "R" to the summary of supported languages.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9513 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2006-11-02 12:05:03 +00:00
commit ef3906f038

5
README
View file

@ -4,8 +4,8 @@ Version: 1.3.30rc1 (November 1, 2006)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
Scheme (Guile, MzScheme, CHICKEN), Pike, C#, Modula-3, and
Common Lisp (CLISP, Allegro CL, CFFI, UFFI).
Scheme (Guile, MzScheme, CHICKEN), Pike, C#, Modula-3,
Common Lisp (CLISP, Allegro CL, CFFI, UFFI), and R.
SWIG reads annotated C/C++ header files and creates wrapper code (glue
code) in order to make the corresponding C/C++ libraries available to
@ -96,6 +96,7 @@ SWIG-1.3.30 summary:
- Numerous director fixes and improvements
- Improved mingw/msys support
- Better constants support in Guile and chicken modules
- Support for generating PHP5 class wrappers
- Minor improvements/fixes in cffi, php, allegrocl, perl, chicken, lua, ruby,
ocaml, python, java, c# and guile language modules
- Many many other bug fixes