From 4af0dc588f8d876b2350e73a24e72871bf521cf8 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Mon, 23 Apr 2012 17:26:06 -0400 Subject: [PATCH] LispWorks now ships with ASDF 2.019. Yay! Updating documentation. --- doc/asdf.texinfo | 6 +++--- doc/index.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo index fba2be641..611c26cf1 100644 --- a/doc/asdf.texinfo +++ b/doc/asdf.texinfo @@ -219,9 +219,9 @@ You can usually load this copy using Common Lisp's @code{require} function: As of the writing of this manual, the following implementations provide ASDF 2 this way: -abcl allegro ccl clisp cmucl ecl sbcl xcl. -The following implementations don't provide it yet but will in a future release: -lispworks scl. +abcl allegro ccl clisp cmucl ecl lispworks sbcl xcl. +The following implementation doesn't provide it yet but will in a future release: +scl. The following implementations are obsolete, not actively maintained, and most probably will never bundle it: cormancl gcl genera mcl. diff --git a/doc/index.html b/doc/index.html index 14c3283dd..3c24901b8 100644 --- a/doc/index.html +++ b/doc/index.html @@ -109,8 +109,8 @@ <td> </td> <td align="left">gcl mcl</td></tr> <tr><th align="left">Proprietary</th> - <td align="left">allegro</td> - <td align="left">lispworks scl</td> + <td align="left">allegro lispworks</td> + <td align="left">scl</td> <td align="left">cormanlisp genera</td></tr> </table> <!-- Note to self: -- GitLab