From c858fe62cf63dc8accb5ef0f2d184cfd9e387236 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Thu, 22 Apr 2004 21:33:55 +0000 Subject: [PATCH] Update notes for ANSI fixes. --- general-info/release-19a.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/general-info/release-19a.txt b/general-info/release-19a.txt index 4820f8637..56ddfa5d1 100644 --- a/general-info/release-19a.txt +++ b/general-info/release-19a.txt @@ -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 -- GitLab