Skip to content
Snippets Groups Projects
Commit fd8f27c7 authored by rtoy's avatar rtoy
Browse files

Merge from HEAD to update release notes.

parent 631b7be7
No related branches found
No related tags found
No related merge requests found
...@@ -199,6 +199,10 @@ New in this release: ...@@ -199,6 +199,10 @@ New in this release:
cleaned up and should be far more robust against different 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 versions of the OS. The same is true on sparc as well as Mac OS
X. 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: * Trac Tickets:
#33: get-dispatch-macro-character doesn't signal errors in #33: get-dispatch-macro-character doesn't signal errors in
...@@ -209,6 +213,9 @@ New in this release: ...@@ -209,6 +213,9 @@ New in this release:
to build motifd. to build motifd.
#39: non-standard lexical syntax #39: non-standard lexical syntax
The reader macros are no longer installed by default. 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: * Other changes:
- :freebsd4 is no longer a *feature* - :freebsd4 is no longer a *feature*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment