diff --git a/swigweb/compat.ht b/swigweb/compat.ht
index f9ffe9707..57ee06b71 100755
--- a/swigweb/compat.ht
+++ b/swigweb/compat.ht
@@ -70,8 +70,9 @@ The following languages are also supported in SWIG 1.3.6 onwards.
PHP support was added in SWIG 1.3.11.
-Objective Caml (Ocaml) support was added in SWIG 1.3.14.
-Support for C# and the Chicken scheme compiler was added in SWIG 1.3.18.
+Objective Caml (Ocaml) and Pike support was added in SWIG 1.3.14.
+Support for C# and the Chicken scheme compiler was added in SWIG 1.3.18.
+Support for Allegro and CL and Modula-3 was added in SWIG-1.3.22.
Any newer versions of these languages should be assumed to be diff --git a/swigweb/doc.ht b/swigweb/doc.ht index b4bafb484..c5a047f3e 100644 --- a/swigweb/doc.ht +++ b/swigweb/doc.ht @@ -4,14 +4,13 @@ SWIG Documentation, Presentations, and Papers
-
SWIG -1.3.21 is the latest development release (2004/01/11). View the SWIG +1.3.22 is the latest development release (2004/09/04). View the release notes. Windows users should download swigwin-1.3.21 +href="http://prdownloads.sourceforge.net/swig/swigwin-1.3.22.zip">swigwin-1.3.22 which includes a prebuilt executable.
@@ -51,14 +51,14 @@ SWIG-1.3.x instead of SWIG-1.1 (especially since 1.3 is much more capable). SWIG 1.1p5 is the latest stable release of SWIG-1.1 (1998/02/05). -Note (2000/01/18) SWIG1.1p5 has a number of compilation issues +Note (2000/01/18) SWIG-1.1p5 has a number of compilation issues with ANSI C++ compilers and will probably generate a lot of compiler warnings. Sorry.
-SWIG1.1-883 is the last maintenance version of SWIG1.1 (December 1999). This isn't really a +SWIG1.1-883 is the last maintenance version of SWIG-1.1 (December 1999). This isn't really a "release", but the last nightly build that was completed before -development work shifted to SWIG1.3. It fixes a number of bugs in +development work shifted to SWIG-1.3. It fixes a number of bugs in SWIG1.1p5. diff --git a/swigweb/index.ht b/swigweb/index.ht index 4a790faa6..e73122abd 100644 --- a/swigweb/index.ht +++ b/swigweb/index.ht @@ -10,9 +10,9 @@ C and C++ with a variety of high-level programming languages. SWIG is primarily used with common scripting languages such as Perl, Python, Tcl/Tk, and Ruby, however the list of supported languages also includes -non-scripting languages such as Java, OCAML and C#. Also several -interpreted and compiled Scheme implementations (Guile, MzScheme, -Chicken) are supported. SWIG is most +non-scripting languages such as C#, Java, Modula-3 and OCAML. Also several +interpreted and compiled Scheme implementations (Chicken, Guile, MzScheme) +are supported. SWIG is most commonly used to create high-level interpreted or compiled programming environments, user interfaces, and as a tool for testing and prototyping C/C++ software. SWIG can also export its parse tree in the form of XML and @@ -32,9 +32,17 @@ and non-commercial use.
+2004/09/04 +SWIG-1.3.22 has been released. This release continues the ongoing improvements and bug fixes in SWIG. +The major areas of improvement are in exception handling, enums and the STL. New languages with this +release are Allegro CL and Modula-3. The documentation has been revamped and it is now +available in the following formats: single html page, multiple html pages and a pdf +document. +
2004/01/11 -SWIG-1.3.21 has been released. This is a minor bug fix release. +SWIG-1.3.21 has been released. This is a minor bug fix release.
2003/12/17 @@ -45,6 +53,11 @@ improved C++ support, directors, contracts, and more. 2003/12/17 An article by Phil Tomson about SWIG and Ruby appears in the January 2004 issue of C/C++ Users Journal. +
+2003/10/27 +The Code Generation Network undertakes an +interview talking about SWIG. +
2003/03/28 SWIG-1.3.19 has been @@ -136,7 +149,7 @@ See the download page for release notes and versions f
-2001/12/10 The development documentation for SWIG1.3 has been extensively updated. Not yet finished, but includes coverage of most +2001/12/10 The development documentation for SWIG-1.3 has been extensively updated. Not yet finished, but includes coverage of most new SWIG features including the redesigned typemap system and improved exception handling. @@ -145,7 +158,7 @@ improved exception handling. Problems with SWIG? Look here for more information and to contribute.
-2001/09/28 Development documentation for SWIG1.3 is now online. This is a work in progress, but many new SWIG features +2001/09/28 Development documentation for SWIG-1.3 is now online. This is a work in progress, but many new SWIG features are described.
@@ -184,7 +197,7 @@ has been released. This release has too many changes to list here, but it fixes a lot of bugs in SWIG1.3a3 and SWIG1.3a4, includes new language modules for Ruby and Mzscheme, and has some new examples. Note: this is a somewhat unstable release and may not be suitable for first time users. -Download SWIG1.1 instead. +Download SWIG-1.1 instead.