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

Raymond Toy rtoy at common-lisp.net
Mon Jul 5 18:07:36 CEST 2010


    Date: Monday, July 5, 2010 @ 12:07:36
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/general-info

Modified: release-20b.txt

Update with bugfix for bad buffering for decoding external formats.


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


Index: src/general-info/release-20b.txt
diff -u src/general-info/release-20b.txt:1.33 src/general-info/release-20b.txt:1.34
--- src/general-info/release-20b.txt:1.33	Sat Jul  3 17:25:20 2010
+++ src/general-info/release-20b.txt	Mon Jul  5 12:07:36 2010
@@ -166,6 +166,10 @@
       during TRACE, the incorrect values were returned for the SSE2
       core.  This was caused by using the x87 values instead of the
       sse2 values in the sigcontext.  This is fixed now.
+    - A critical bug in the fast unicode stream buffering routine has
+      been fixed.  This bug manifests itself by causing valid
+      sequences to be incorrectly decoded, resulting in a replacement
+      character.
 
   * Trac Tickets:
     #33: get-dispatch-macro-character doesn't signal errors in



More information about the cmucl-commit mailing list