Skip to content
Snippets Groups Projects
Commit 31700eb2 authored by rtoy's avatar rtoy
Browse files

Update.

parent de66afd8
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,8 @@ New in this release: ...@@ -28,6 +28,8 @@ New in this release:
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
larger than 2GB.
* Numerous ANSI compliance fixes: * Numerous ANSI compliance fixes:
- FILE-AUTHOR should signal errors appropriately. - FILE-AUTHOR should signal errors appropriately.
...@@ -42,6 +44,7 @@ New in this release: ...@@ -42,6 +44,7 @@ New in this release:
- FFLOOR and friends preserve the sign of the arg, so -0.0 is - FFLOOR and friends preserve the sign of the arg, so -0.0 is
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.
* Other changes: * Other changes:
......
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