Skip to content
Snippets Groups Projects
Commit 16358d15 authored by rtoy's avatar rtoy
Browse files

Remove redundant info.

parent 10122f8f
No related branches found
No related tags found
No related merge requests found
...@@ -44,10 +44,6 @@ New in this release: ...@@ -44,10 +44,6 @@ New in this release:
iso8859-1 and utf-8 are supported. Utf-8 support is limited iso8859-1 and utf-8 are supported. Utf-8 support is limited
since CMUCL only has 8-bit characters. since CMUCL only has 8-bit characters.
- UNIX-MPROTECT added to access mprotect. - 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: * ANSI compliance fixes:
- BOA constructors with &AUX variables are handled better now. - BOA constructors with &AUX variables are handled better now.
...@@ -78,9 +74,6 @@ New in this release: ...@@ -78,9 +74,6 @@ New in this release:
- DOUBLE-DOUBLE-FLOAT fixes: - DOUBLE-DOUBLE-FLOAT fixes:
o Converting negative rationals to double-double-float's doesn't o Converting negative rationals to double-double-float's doesn't
produce wrong answers anymore. 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 o (float <negative bignum> 1w0) no longer returns a positive
result. result.
o Some issues with creation of DOUBLE-DOUBLE-FLOAT and (COMPLEX o Some issues with creation of DOUBLE-DOUBLE-FLOAT and (COMPLEX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment