CMUCL commit: RELEASE-20B-BRANCH src/general-info (release-20b.txt)
Raymond Toy
rtoy at common-lisp.net
Sun Aug 15 17:23:42 CEST 2010
Date: Sunday, August 15, 2010 @ 11:23:42
Author: rtoy
Path: /project/cmucl/cvsroot/src/general-info
Tag: RELEASE-20B-BRANCH
Modified: release-20b.txt
Merge from HEAD to update release notes.
-----------------+
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.41.2.2 src/general-info/release-20b.txt:1.41.2.3
--- src/general-info/release-20b.txt:1.41.2.2 Wed Aug 4 21:58:21 2010
+++ src/general-info/release-20b.txt Sun Aug 15 11:23:42 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