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
90907c8b
Commit
90907c8b
authored
14 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
d32d70af
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
general-info/release-20c.txt
+19
-1
19 additions, 1 deletion
general-info/release-20c.txt
with
19 additions
and
1 deletion
general-info/release-20c.txt
+
19
−
1
View file @
90907c8b
...
...
@@ -24,6 +24,8 @@ New in this release:
- Update to Unicode 5.2.0.
- Add support for character name completion. This can be used by
Slime to do character name completion.
- Initial support for Solaris/x86. CMUCL will run on Solaris/x86
with all features available.
* Changes
- ASDF2 updated to version 2.010.
...
...
@@ -62,6 +64,12 @@ New in this release:
CMUCL. READ-CHAR will use the specified external format for
such streams. READ-BYTE reads (unsigned-byte 8) elements from
such streams.
- UNINTERN no longer removes the wrong symbol. UNINTERN would
remove the symbol when inherited from another package although
it should not.
- DEFSTRUCT allows multiple keyword constructors as required by
the spec..
* Bugfixes:
- The pairwise composition table is now correctly built.
Previously, it skipped over non-BMP codepoints. This also
...
...
@@ -88,7 +96,17 @@ New in this release:
- SUBSEQ with an end index less than the start index sometimes
crashes CMUCL. Now, signal an error if the boudns are not
valid.
- Localization support was causing many calls to stat trying to
find non-existent translation files. This has been fixed so
that the results are cached. (If new translations are added,
the cache will need to be cleared or cmucl restarted.) This
change cuts building time by half on Solaris/sparc.
- On NetBSD, function-end breakpoints, especially for
tail-recursive functions, are working now.
- On NetBSD, display of FP numbers (sse2 and x87) during tracing
has been corrected. Previously, random values were displayed.
- Executables images can now be created on NetBSD again.
* Trac Tickets:
* Other changes:
...
...
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