Skip to content
Snippets Groups Projects
Commit 83969ea4 authored by Raymond Toy's avatar Raymond Toy
Browse files

Update from logs

parent cba6f60b
No related branches found
No related tags found
No related merge requests found
......@@ -31,14 +31,25 @@ New in this release:
details.
* ANSI compliance fixes:
* CMUCL was not printing pathnames like (make-pathname :directory
'(:absolute "tmp" "" "/")) correctly. This is now printed using
#P(...).
* Bugfixes:
* DECODE-FLOAT was not correctly declared and could not be
compiled to handle double-double-floats.
* The source distribution now includes the scripts from the bin
directory, which was previously missing.
* The stack needs to be 16-byte aligned on Darwin.
* ldb no longer prints prompts forever when EOF is reached.
* Trac Tickets:
* Other changes:
* The layout of the cmucl directories has been changed.
* On darwin/x86, gcc-4.2 is explicitly used in case Xcode 4 is
installed. CMUCL doesn't run correctly when built with gcc/llvm
in Xcode 4.
* 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