Date: Friday, June 10, 2011 @ 12:34:59 Author: rtoy Path: /project/cmucl/cvsroot/src/general-info
Modified: release-20c.txt
o Update for recent change. o Update the version number for ASDF.
-----------------+ release-20c.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
Index: src/general-info/release-20c.txt diff -u src/general-info/release-20c.txt:1.23 src/general-info/release-20c.txt:1.24 --- src/general-info/release-20c.txt:1.23 Fri Jun 10 10:38:27 2011 +++ src/general-info/release-20c.txt Fri Jun 10 12:34:58 2011 @@ -28,7 +28,7 @@ with all features available, except only Unicode is supported.
* Changes - - ASDF2 updated to version 2.014.1. + - ASDF2 updated to version 2.016. - COMPILE-FILE now accepts a :DECODING-ERROR argument that indicates how to handle decoding errors when reading the file. It has the same meaning and effect as the :DECODING-ERROR @@ -54,6 +54,9 @@ - Add LISP:LOAD-ALL-UNICODE-DATA to load all the Unicode information into core. This is useful for creating an executable image that does not need unidata.bin. + - CMUCL no longer exits if you specify a core file with an + executable image. A warning is printed instead and the core + file is used.
* ANSI compliance fixes: - Fixes for signaling errors with READ-CHAR and READ-BYTE