From 31700eb24171024c86fa303073323856666b9b9e Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Thu, 15 Jul 2004 13:47:43 +0000 Subject: [PATCH] Update. --- general-info/release-19b.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/general-info/release-19b.txt b/general-info/release-19b.txt index ee0eb8ea4..3f2b34927 100644 --- a/general-info/release-19b.txt +++ b/general-info/release-19b.txt @@ -28,6 +28,8 @@ New in this release: o READ-SEQUENCE and WRITE-SEQUENCE for signed-byte/unsigned-byte 8 streams. o Memory-mapped file streams. + - Large file support for Solaris, so CMUCL can handle files + larger than 2GB. * Numerous ANSI compliance fixes: - FILE-AUTHOR should signal errors appropriately. @@ -42,6 +44,7 @@ New in this release: - FFLOOR and friends preserve the sign of the arg, so -0.0 is returned for negative args. - EXPT sometimes returne NaN instead of 1 when the power was 0. + - Weak pointers don't have O(n^2) GC behavior anymore. * Other changes: -- GitLab