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

Update notes for ANSI fixes.

parent ae18401e
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,13 @@ New in this release:
RECURSIVE-P is true.
- FILE-LENGTH now signals a TYPE-ERROR when the stream is not a
stream associated with a file.
- Floats are now printed and read accurately, preserving
read/print consistency. (Was sometimes off by a bit in the
least significant bit.)
- Printing of rationals should generate correct results now for
all cases of *print-base* and *print-radix*.
- Symbol printer should print better with unusual settings of
*print-case* and friends.
* Numerous bugfixes:
- NSET-EXCLUSIVE-OR returns the same results as SET-EXCLUSIVE-OR
......
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