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
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
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
5d90aed0
Commit
5d90aed0
authored
14 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
dd5ae6b1
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
+10
-1
10 additions, 1 deletion
general-info/release-20c.txt
with
10 additions
and
1 deletion
general-info/release-20c.txt
+
10
−
1
View file @
5d90aed0
...
...
@@ -25,7 +25,8 @@ New in this release:
- 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.
with all features available, except only Unicode and SSE2 is
supported.
* Changes
- ASDF2 updated to version 2.010.
...
...
@@ -106,6 +107,14 @@ New in this release:
- 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.
- EXT::DESCRIBE-EXTERNAL-FORMAT was not exported.
- TRACE was erroneously allowing encapsulation when tracing local
flet/labels functions. This doesn't actually trace anything.
An error is now signaled in this case. This usually happens
because the function is in one of CMUCL's internal
implementation packages. If you know what you're doing, you can
use the trace option :encapsulate nil to trace them. Tracing
functions used by TRACE can cause bad things.
* Trac Tickets:
...
...
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