Update docs to mention MKCL.
authorFrancois-Rene Rideau <fare@tunes.org>
Sat, 28 Jul 2012 21:06:00 +0000 (17:06 -0400)
committerFrancois-Rene Rideau <fare@tunes.org>
Sat, 28 Jul 2012 21:06:00 +0000 (17:06 -0400)
doc/asdf.texinfo
doc/index.html

index 00213e6..c95d903 100644 (file)
@@ -220,12 +220,12 @@ 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 lispworks sbcl xcl.
+abcl allegro ccl clisp cmucl ecl lispworks mkcl 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.
+cormanlisp gcl genera mcl.
 
 If the implementation you are using doesn't provide ASDF 2,
 see @pxref{Loading ASDF,,Loading an otherwise installed ASDF} below.
@@ -637,7 +637,7 @@ by evaluating the following Lisp form:
 @end example
 
 On some implementations (namely recent versions of
-ABCL, Clozure CL, CLISP, CMUCL, ECL, SBCL and SCL),
+ABCL, Allegro CL, Clozure CL, CMUCL, ECL, GNU CLISP, LispWorks, MKCL, SBCL and XCL),
 ASDF hooks into the @code{CL:REQUIRE} facility
 and you can just use:
 
@@ -2917,7 +2917,7 @@ checking that some compile-time side-effects were properly balanced,
 etc.
 
 Note that there is no around-load hook. This is on purpose.
-Some implementations such as ECL or GCL link object files,
+Some implementations such as ECL, GCL or MKCL link object files,
 which allows for no such hook.
 Other implementations allow for concatenating FASL files,
 which doesn't allow for such a hook either.
index 55f78e7..866d6f8 100644 (file)
             <th align="left">Will provide it</th>
             <th align="left">Obsolete</th></tr>
           <tr><th align="left">Free</th>
-            <td align="left">abcl ccl clisp cmucl ecl sbcl xcl</td>
+            <td align="left">abcl ccl clisp cmucl ecl mkcl sbcl xcl</td>
             <td> </td>
             <td align="left">gcl mcl</td></tr>
           <tr><th align="left">Proprietary</th>
              ecl       (juanjo)
 
              The maintainers of the following implementations require direct notification:
-             abcl ccl cmucl gcl lispworks sbcl scl xcl
+             abcl ccl cmucl gcl lispworks sbcl mkcl scl xcl
 Armed Bear <armedbear-devel@common-lisp.net>,
 openmcl-devel@clozure.com,
 cmucl-imp@cons.org,
 gcl-devel@gnu.org,
 lisp-support@lispworks.com,
 SBCL Devel-list <sbcl-devel@lists.sourceforge.net>,
+Jean-Claude Beaudoin <jean.claude.beaudoin@gmail.com>,
 Douglas Crosher <dtc3@scieneer.com>,
 Peter Graves <gnooth@gmail.com>
           -->
@@ -317,7 +318,7 @@ Peter Graves <gnooth@gmail.com>
         <a class="nav" href="http://common-lisp.net/" title="Common-Lisp.net"> <img src="http://common-lisp.net/project/cl-containers/shared/buttons/lisp-lizard.png" width="80" height="15" title="Common-Lisp.net" alt="Common-Lisp.net button" /></a>
         <p><span class="copyright"Copyright &copy; 2001-2012 Daniel Barlow and contributors</span></p>
         <p>ASDF has an <a href="http://www.opensource.org/licenses/mit-license.php">MIT style</a> license</p>
-        <div id="timestamp">Last updated 2012-06-29</div>
+        <div id="timestamp">Last updated 2012-07-28</div>
     </div>
   </body>
 </html>