CMUCL commit: src/general-info (release-20b.txt)

Raymond Toy rtoy at common-lisp.net
Wed May 19 04:42:50 CEST 2010


    Date: Tuesday, May 18, 2010 @ 22:42:50
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/general-info

Modified: release-20b.txt

Update from logs.


-----------------+
 release-20b.txt |    8 ++++++++
 1 file changed, 8 insertions(+)


Index: src/general-info/release-20b.txt
diff -u src/general-info/release-20b.txt:1.24 src/general-info/release-20b.txt:1.25
--- src/general-info/release-20b.txt:1.24	Tue May  4 11:09:44 2010
+++ src/general-info/release-20b.txt	Tue May 18 22:42:50 2010
@@ -46,6 +46,14 @@
     - Source information (file) for defstructs and deftypes is now
       provided.  DESCRIBE will now print out the name of the file
       where the defstruct/deftype was defined.
+    - ASDF2 and MK-DEFSYS have been added as contrib modules.  Use
+      (require 'asdf) or (require 'defsystem) to load these,
+      respectively. 
+    - The previous cmu-contrib module no longer exists.  Just use
+      (require 'module-name) to load the desired contrib module.
+    - A new switch, -help, has been added.  These print out brief
+      summary of the available command line switches and then exits.
+      You may also use --help, which is an alias for -help.
 
   * ANSI compliance fixes:
     - COMPILE will update the macro-function if the specified name



More information about the cmucl-commit mailing list