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

Raymond Toy rtoy at common-lisp.net
Tue Jul 6 19:55:42 CEST 2010


    Date: Tuesday, July 6, 2010 @ 13:55:42
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/general-info

Modified: release-20b.txt

Update to note that overlong utf-8 sequences are actually correctly
caught now.


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


Index: src/general-info/release-20b.txt
diff -u src/general-info/release-20b.txt:1.34 src/general-info/release-20b.txt:1.35
--- src/general-info/release-20b.txt:1.34	Mon Jul  5 12:07:36 2010
+++ src/general-info/release-20b.txt	Tue Jul  6 13:55:42 2010
@@ -54,9 +54,6 @@
     - 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.
-    - CMUCL no longer crashes on Mac OS X if the dynamic space size is
-      too large.  This was caused by an erroneous value for the
-      maximum dynamic space size. 
     - Error handling has been added to external formats.  Previously,
       all external formats would silently replace bad encodings with a
       suitable replacement character.  Now, the user can specify how
@@ -162,6 +159,9 @@
       The SSE state is saved along with the x87 state.
     - GCD of positive integers no longer returns a negative result for
       certain arguments.
+    - CMUCL no longer crashes on Mac OS X if the dynamic space size is
+      too large.  This was caused by an erroneous value for the
+      maximum dynamic space size. 
     - When printing out argument values in the debugger and also
       during TRACE, the incorrect values were returned for the SSE2
       core.  This was caused by using the x87 values instead of the
@@ -170,6 +170,8 @@
       been fixed.  This bug manifests itself by causing valid
       sequences to be incorrectly decoded, resulting in a replacement
       character.
+    - UTF-8 correctly catches overlong sequences now.  Previously,
+      overlong sequences were missed.
 
   * Trac Tickets:
     #33: get-dispatch-macro-character doesn't signal errors in



More information about the cmucl-commit mailing list