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
9cc33cba
Commit
9cc33cba
authored
13 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs
parent
34c7f05c
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
+4
-2
4 additions, 2 deletions
general-info/release-20c.txt
with
4 additions
and
2 deletions
general-info/release-20c.txt
+
4
−
2
View file @
9cc33cba
...
@@ -28,7 +28,7 @@ New in this release:
...
@@ -28,7 +28,7 @@ New in this release:
with all features available, except only Unicode is supported.
with all features available, except only Unicode is supported.
* Changes
* Changes
- ASDF2 updated to version 2.01
0
.
- ASDF2 updated to version 2.01
4.1
.
- COMPILE-FILE now accepts a :DECODING-ERROR argument that
- COMPILE-FILE now accepts a :DECODING-ERROR argument that
indicates how to handle decoding errors when reading the file.
indicates how to handle decoding errors when reading the file.
It has the same meaning and effect as the :DECODING-ERROR
It has the same meaning and effect as the :DECODING-ERROR
...
@@ -72,6 +72,8 @@ New in this release:
...
@@ -72,6 +72,8 @@ New in this release:
- In COMPILE-FILE, the :OUTPUT-FILE can also be a stream.
- In COMPILE-FILE, the :OUTPUT-FILE can also be a stream.
- (OPEN f :DIRECTION :IO :IF-DOES-NOT-EXIST NIL) no longer signals
- (OPEN f :DIRECTION :IO :IF-DOES-NOT-EXIST NIL) no longer signals
an error if f does not exist. It returns NIL now.
an error if f does not exist. It returns NIL now.
- The second value returned by COMPLE-FILE is now T when there are
style warnings.
* Bugfixes:
* Bugfixes:
- The pairwise composition table is now correctly built.
- The pairwise composition table is now correctly built.
...
@@ -119,7 +121,7 @@ New in this release:
...
@@ -119,7 +121,7 @@ New in this release:
functions used by TRACE can cause bad things.
functions used by TRACE can cause bad things.
- In some situations the compiler could not constant fold SQRT
- In some situations the compiler could not constant fold SQRT
calls because KERNEL:%SQRT was not defined on x86 with SSE2.
calls because KERNEL:%SQRT was not defined on x86 with SSE2.
Fix this.
Fix this
by making sure KERNEL:%SQRT is defined
.
* Trac Tickets:
* Trac Tickets:
- #43: unread-char doesn't change file-position
- #43: unread-char doesn't change file-position
...
...
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