From 9cd63791cc339d44e6fec1a7bcd6d7c97be75388 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Fri, 27 Aug 2004 12:34:24 +0000 Subject: [PATCH] Update with recent changes. --- general-info/release-19b.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/general-info/release-19b.txt b/general-info/release-19b.txt index 3f2b34927..12b8ee693 100644 --- a/general-info/release-19b.txt +++ b/general-info/release-19b.txt @@ -30,6 +30,7 @@ New in this release: o Memory-mapped file streams. - Large file support for Solaris, so CMUCL can handle files larger than 2GB. + - Support for Mac OS X * Numerous ANSI compliance fixes: - FILE-AUTHOR should signal errors appropriately. @@ -39,6 +40,12 @@ New in this release: - When constructing logical pathnames, all components will be automatically upcased. Needed for print/read consistency, and fixes an issue with ASDF and logical pathnames. + - Numerous fixes to the float printer, including a new float + printer. + - Justification (~< ~>) works better. + - ~V with the value of NIL in format strings is treated to mean + as if it weren't given at all, as specified by ANSI CL. + - Characters print consistently with ~:C and ~S. * Numerous bugfixes: - FFLOOR and friends preserve the sign of the arg, so -0.0 is @@ -48,7 +55,7 @@ New in this release: * Other changes: - * Numerous improvements to the PCL implementation of CLOS: + * Improvements to the PCL implementation of CLOS: * Improvements to Hemlock, the Emacs-like editor: -- GitLab