diff --git a/README b/README index fee038674..8530e9d7d 100644 --- a/README +++ b/README @@ -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