Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Jon Boone
cmucl
Commits
7ce792af
Commit
7ce792af
authored
12 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
eeab7066
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/general-info/release-20d.txt
+5
-4
5 additions, 4 deletions
src/general-info/release-20d.txt
with
5 additions
and
4 deletions
src/general-info/release-20d.txt
+
5
−
4
View file @
7ce792af
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment