Skip to content
Snippets Groups Projects
Commit 8c1e04cc authored by rtoy's avatar rtoy
Browse files

o Update for recent change.

o Update the version number for ASDF.
parent 246e31c7
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ New in this release: ...@@ -28,7 +28,7 @@ New in this release:
with all features available, except only Unicode is supported. with all features available, except only Unicode is supported.
* Changes * Changes
- ASDF2 updated to version 2.014.1. - ASDF2 updated to version 2.016.
- COMPILE-FILE now accepts a :DECODING-ERROR argument that - COMPILE-FILE now accepts a :DECODING-ERROR argument that
indicates how to handle decoding errors when reading the file. indicates how to handle decoding errors when reading the file.
It has the same meaning and effect as the :DECODING-ERROR It has the same meaning and effect as the :DECODING-ERROR
...@@ -54,6 +54,9 @@ New in this release: ...@@ -54,6 +54,9 @@ New in this release:
- Add LISP:LOAD-ALL-UNICODE-DATA to load all the Unicode - Add LISP:LOAD-ALL-UNICODE-DATA to load all the Unicode
information into core. This is useful for creating an information into core. This is useful for creating an
executable image that does not need unidata.bin. 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: * ANSI compliance fixes:
- Fixes for signaling errors with READ-CHAR and READ-BYTE - Fixes for signaling errors with READ-CHAR and READ-BYTE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment