From 16358d157cab885d2e399079d6c651f50cf6eb04 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Wed, 6 Feb 2008 17:47:06 +0000 Subject: [PATCH] Remove redundant info. --- general-info/release-19e.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/general-info/release-19e.txt b/general-info/release-19e.txt index 7331a84e3..8b8aa4d1f 100644 --- a/general-info/release-19e.txt +++ b/general-info/release-19e.txt @@ -44,10 +44,6 @@ New in this release: iso8859-1 and utf-8 are supported. Utf-8 support is limited since CMUCL only has 8-bit characters. - UNIX-MPROTECT added to access mprotect. - - EXT:DOUBLE-DOUBLE-FLOAT type added, which is an extended - precision number type with about 31 digits of precision. It is - fully integrated with the FLOAT type. The exponent marker is - "w". * ANSI compliance fixes: - BOA constructors with &AUX variables are handled better now. @@ -78,9 +74,6 @@ New in this release: - DOUBLE-DOUBLE-FLOAT fixes: o Converting negative rationals to double-double-float's doesn't produce wrong answers anymore. - o Conversion of bignums to double-double-floats preserves more - bits of the bignum now. This allows for read/print consistency - for this particular case. (The general case is still broken.) o (float <negative bignum> 1w0) no longer returns a positive result. o Some issues with creation of DOUBLE-DOUBLE-FLOAT and (COMPLEX -- GitLab