Skip to content
Snippets Groups Projects
Commit 3e0d66e4 authored by rtoy's avatar rtoy
Browse files

Update with info from commit logs.

parent 9cd63791
No related branches found
No related tags found
No related merge requests found
...@@ -23,14 +23,20 @@ New in this release: ...@@ -23,14 +23,20 @@ New in this release:
faster bignum reader. faster bignum reader.
- Extended REQUIRE to support *MODULE-PROVIDER-FUNCTIONS* from - Extended REQUIRE to support *MODULE-PROVIDER-FUNCTIONS* from
SBCL. SBCL.
- NetBSD supported - NetBSD supported.
- SIMPLE-STREAM fixes: - SIMPLE-STREAM fixes:
o READ-SEQUENCE and WRITE-SEQUENCE for o READ-SEQUENCE and WRITE-SEQUENCE for
signed-byte/unsigned-byte 8 streams. signed-byte/unsigned-byte 8 streams.
o Memory-mapped file streams. o Memory-mapped file streams.
- Large file support for Solaris, so CMUCL can handle files - Large file support for Solaris, so CMUCL can handle files
larger than 2GB. larger than 2GB.
- Support for Mac OS X - Support for Mac OS X.
- A much faster GCD implementation.
- A faster Karatsuba multiplier when the number of words of the
bignums is not a power of 2. (Break-even is still around 1500
bits, though.)
- New command-line switch -debug-lisp-search to show how lisp is
searching for its core file.
* Numerous ANSI compliance fixes: * Numerous ANSI compliance fixes:
- FILE-AUTHOR should signal errors appropriately. - FILE-AUTHOR should signal errors appropriately.
...@@ -52,7 +58,9 @@ New in this release: ...@@ -52,7 +58,9 @@ New in this release:
returned for negative args. returned for negative args.
- EXPT sometimes returne NaN instead of 1 when the power was 0. - EXPT sometimes returne NaN instead of 1 when the power was 0.
- Weak pointers don't have O(n^2) GC behavior anymore. - Weak pointers don't have O(n^2) GC behavior anymore.
- X11 authorization changes to solve problems seen with servers
that don't listen to TCP connection requests.
* Other changes: * Other changes:
* Improvements to the PCL implementation of CLOS: * Improvements to the PCL implementation of CLOS:
......
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