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

Raymond Toy rtoy at common-lisp.net
Sun Aug 15 17:12:55 CEST 2010


    Date: Sunday, August 15, 2010 @ 11:12:55
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/general-info

Modified: release-20b.txt

Update from logs.


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


Index: src/general-info/release-20b.txt
diff -u src/general-info/release-20b.txt:1.43 src/general-info/release-20b.txt:1.44
--- src/general-info/release-20b.txt:1.43	Wed Aug  4 10:28:23 2010
+++ src/general-info/release-20b.txt	Sun Aug 15 11:12:55 2010
@@ -199,6 +199,10 @@
       cleaned up and should be far more robust against different
       versions of the OS.  The same is true on sparc as well as Mac OS
       X.
+    - It is possible to hash NaNs now.  (Previously gave an invalid
+      operation exception.)
+    - For SSE2 builds, = no longer signals an error if one operand is NaN.  This
+      matches what happens for x87.
 
   * Trac Tickets:
     #33: get-dispatch-macro-character doesn't signal errors in
@@ -209,6 +213,9 @@
       to build motifd.
     #39: non-standard lexical syntax
       The reader macros are no longer installed by default.
+    #36: file-position broken for utf16 and utf32.
+      FILE-POSITION returns the correct value for UTF16 and UTF32 when
+      there is a BOM in the file.
 
   * Other changes:
     - :freebsd4 is no longer a *feature*



More information about the cmucl-commit mailing list