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

Update from logs.

parent eeab7066
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,9 @@ New in this release: ...@@ -52,7 +52,9 @@ New in this release:
happens and now matches how ppc and sparc behave. happens and now matches how ppc and sparc behave.
* OSX Lion and XCode 4 can now compile cmucl without problems. * OSX Lion and XCode 4 can now compile cmucl without problems.
* OSX 10.4 is no longer supported. * OSX 10.4 is no longer supported.
* Micro optimizations for floats: 2*x -> x+x and x/2^n ->
(2^(n))*x.
* ANSI compliance fixes: * ANSI compliance fixes:
* CMUCL was not printing pathnames like (make-pathname :directory * CMUCL was not printing pathnames like (make-pathname :directory
'(:absolute "tmp" "" "/")) correctly. This is now printed using '(:absolute "tmp" "" "/")) correctly. This is now printed using
...@@ -88,6 +90,8 @@ New in this release: ...@@ -88,6 +90,8 @@ New in this release:
external format. It defaulted to using external format. It defaulted to using
*DEFAULT-EXTERNAL-FORMAT* instead of the format used when *DEFAULT-EXTERNAL-FORMAT* instead of the format used when
compiling the file. compiling the file.
* Minor build issue in CLM debugger interface due to USE-PACKAGE
no longer having special compiler treatment.
* Trac Tickets: * Trac Tickets:
* #50: Print/read error with make-pathname. * #50: Print/read error with make-pathname.
...@@ -100,9 +104,6 @@ New in this release: ...@@ -100,9 +104,6 @@ New in this release:
* Other changes: * Other changes:
* The layout of the cmucl directories has been changed. * 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.
* Add -R option to build.sh to force recompiling the C * Add -R option to build.sh to force recompiling the C
runtime. (Default it to compile only what is changed.) runtime. (Default it to compile only what is changed.)
* Add -R option to build-all.sh to force recompiling the C * Add -R option to build-all.sh to force recompiling the C
......
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