From 6d7e3df54efd9a96164045512e41d6d7235a4c01 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 5 Feb 2019 07:21:35 +0000 Subject: [PATCH] Disable Allegrcol target language Clean up to disable target languages that have been neglected/not functional. Target language be fully deleted in SWIG 4.1 unless a new maintainer brings it up to an acceptable status (experimental or supported). Issue #1447 --- ANNOUNCE | 2 +- CHANGES.current | 4 ++++ Doc/Manual/Lisp.html | 13 ++----------- Doc/Manual/Preprocessor.html | 1 - Doc/Manual/SWIG.html | 1 - Doc/Manual/Sections.html | 1 - Doc/Manual/chapters | 1 - Makefile.in | 10 +--------- README | 2 +- Source/Makefile.am | 1 - Source/Modules/swigmain.cxx | 3 +-- TODO | 8 -------- configure.ac | 31 ------------------------------- 13 files changed, 10 insertions(+), 68 deletions(-) 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 @@