Skip to content
Snippets Groups Projects
Commit 0ef11713 authored by rtoy's avatar rtoy
Browse files

Update from commit logs.

parent f2c10b1e
No related branches found
No related tags found
No related merge requests found
......@@ -25,13 +25,16 @@ New in this release:
- COMPILE-FILE accepts the new keyword arg :XREF. When non-NIL,
cross-reference information found during compilation is saved
to the fasl file.
- UNIX-UNAME added for non-x86 platforms, which already had it.
* Numerous ANSI compliance fixes:
- FILE-POSITION on string input streams accept :START and :END
for the position.
* Numerous bugfixes:
- Regression in MRG32K3A benchmark fixed.
- (format t "~8,2f" -0.0) has the right length now. This
happened because we didn't recognize -0.0 is negative.
* 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