From d24a072d7accd24a0c48db15e179c2f10e18778b Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 26 Jul 2005 21:32:31 +0000 Subject: [PATCH] Update. --- general-info/release-19c.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/general-info/release-19c.txt b/general-info/release-19c.txt index 8045520ee..e87dbd032 100644 --- a/general-info/release-19c.txt +++ b/general-info/release-19c.txt @@ -29,6 +29,7 @@ New in this release: it. * Numerous ANSI compliance fixes: + - FILE-POSITION on string input streams accept :START and :END for the position. - The default value for keyword args for deftype is '*, not NIL. @@ -41,6 +42,7 @@ New in this release: accepts the optional environment arg, as specified by ANSI CL. * Numerous bugfixes: + - Regression in MRG32K3A benchmark fixed. - (format t "~8,2f" -0.0) has the right length now. This happened because we didn't recognize -0.0 is negative. @@ -53,6 +55,12 @@ New in this release: * Other changes: + - Due to some bugs in modular arithmetic, generating either + wrong code or much slower code, you can now disable modular + arithmetic by setting c::*enable-modular-arithmetic* to NIL. + This is a workaround pending a better solution. + + * Improvements to the PCL implementation of CLOS: * Changes to rebuilding procedure: -- GitLab