diff --git a/ANNOUNCE b/ANNOUNCE index cd273f590..2187b0f6b 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -11,7 +11,7 @@ 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 programming languages including Perl, Python, Tcl, Ruby, PHP, C#, Go, Java, Javascript, Lua, Scheme (Guile, MzScheme), -D, Ocaml, Octave, R, Scilab, Common Lisp (Allegro CL, CFFI). +D, Ocaml, Octave, R, Scilab, Common Lisp (CFFI). SWIG can also export its parse tree in the form of XML. Major applications of SWIG include generation of scripting language extension modules, rapid diff --git a/CHANGES.current b/CHANGES.current index 8d1666a62..1505ac4e0 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.0 (in progress) =========================== +2019-02-04: wsfulton + [Allegrocl] #1447 Allegro Common Lisp has been disabled as a target language in SWIG as part of a + clean up to remove target languages that have been neglected/not functional. + 2019-02-04: wsfulton [Chicken] #1447 CHICKEN has been disabled as a target language in SWIG as part of a clean up to remove target languages that have been neglected/not functional. diff --git a/Doc/Manual/Lisp.html b/Doc/Manual/Lisp.html index f1dc3d17b..6eb448a12 100644 --- a/Doc/Manual/Lisp.html +++ b/Doc/Manual/Lisp.html @@ -11,7 +11,6 @@
- Allegro Common Lisp support in SWIG has been updated to include - support for both C and C++. You can read about the interface - here + interfaces. SWIG currently supports the + Common Foreign Function Interface(CFFI).
Supported Target Language Options
- -allegrocl - Generate ALLEGROCL wrappers
-cffi - Generate CFFI wrappers
-csharp - Generate C# wrappers
-d - Generate D wrappers
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index 405185e7c..3d5369995 100644
--- a/Doc/Manual/Sections.html
+++ b/Doc/Manual/Sections.html
@@ -39,7 +39,6 @@ Last update : SWIG-4.0.0 (in progress)
Supported Language Modules Documentation