From fd8f27c702adcd64d5da0f29663018631de4b96d Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Sun, 15 Aug 2010 15:23:42 +0000 Subject: [PATCH] Merge from HEAD to update release notes. --- general-info/release-20b.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/general-info/release-20b.txt b/general-info/release-20b.txt index 55438bb9f..f4e2be9fc 100644 --- a/general-info/release-20b.txt +++ b/general-info/release-20b.txt @@ -199,6 +199,10 @@ New in this release: 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 @@ New in this release: 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* -- GitLab