From 5d975a1189b6a904f6bac85e94fb35b8d5ee6eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Fri, 23 Sep 2005 09:53:11 +0000 Subject: [PATCH] Sync language list between README and ANNOUNCE. Fix capitalization of CLISP. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7488 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/ANNOUNCE | 10 ++++++---- SWIG/README | 10 +++++----- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/SWIG/ANNOUNCE b/SWIG/ANNOUNCE index bdcdfd3a0..1e974c200 100644 --- a/SWIG/ANNOUNCE +++ b/SWIG/ANNOUNCE @@ -9,13 +9,15 @@ and large number of enhancements throughout. What is SWIG? ------------- + SWIG is a software development tool that reads C/C++ header files and generates the wrapper code needed to make C and C++ code accessible from other languages including Perl, Python, Tcl, Ruby, PHP, Java, -Guile, MzScheme, Ocaml, Chicken Scheme, C#, and Allegro Common Lisp. -Major applications of SWIG include generation of scripting language -extension modules, rapid prototyping, testing, and user interface -development for large C/C++ systems. +Scheme (Guile, MzScheme, CHICKEN), Ocaml, Lua, Pike, C#, Modula-3, and +Common Lisp (CLISP, Allegro CL, UFFI). Major applications of SWIG +include generation of scripting language extension modules, rapid +prototyping, testing, and user interface development for large C/C++ +systems. Availability: ------------- diff --git a/SWIG/README b/SWIG/README index 07a6c04b8..2abf0a38a 100644 --- a/SWIG/README +++ b/SWIG/README @@ -2,10 +2,10 @@ SWIG (Simplified Wrapper and Interface Generator) Version: 1.3.26 (October 1, 2005) -Tagline: SWIG is a compiler that integrates C and C++ with - languages including Perl, Python, Tcl, Guile, Mzscheme, - Java, Lua, Ruby, PHP, Ocaml, Pike, C#, Modula-3, CHICKEN - and Allegro Common Lisp. +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, UFFI). SWIG reads annotated C/C++ header files and creates wrapper code (glue code) in order to make the corresponding C/C++ libraries available to @@ -72,7 +72,7 @@ What's New? =========== SWIG-1.3.26 summary: -- New language modules: Lua, CLisp and Common Lisp with UFFI. +- New language modules: Lua, CLISP and Common Lisp with UFFI. - Big overhaul to the PHP module. - Change to the way 'extern' is handled. - Minor bug fixes specific to C#, Java, Modula3, Ocaml, Allegro CL,