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
Show more breadcrumbs
Tarn Burton
cmucl
Commits
b1fc8a04
Commit
b1fc8a04
authored
14 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
a8a4f4a1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
general-info/release-20b.txt
+14
-1
14 additions, 1 deletion
general-info/release-20b.txt
with
14 additions
and
1 deletion
general-info/release-20b.txt
+
14
−
1
View file @
b1fc8a04
...
@@ -78,7 +78,9 @@ New in this release:
...
@@ -78,7 +78,9 @@ New in this release:
- Add EXT:LIST-ALL-EXTERNAL-FORMATS to list all known external
- Add EXT:LIST-ALL-EXTERNAL-FORMATS to list all known external
formats and their aliases.
formats and their aliases.
- ADD EXT:DESCRIBE-EXTERNAL-FORMAT to print a description of the
- ADD EXT:DESCRIBE-EXTERNAL-FORMAT to print a description of the
specified exernal format.
specified exernal format. To support this, the macros
DEFINE-EXTERNAL-FORMAT and DEFINE-COMPOSING-EXTERNAL-FORMAT have
changed.
* ANSI compliance fixes:
* ANSI compliance fixes:
- COMPILE will update the macro-function if the specified name
- COMPILE will update the macro-function if the specified name
...
@@ -176,6 +178,17 @@ New in this release:
...
@@ -176,6 +178,17 @@ New in this release:
character.
character.
- UTF-8 correctly catches overlong sequences now. Previously,
- UTF-8 correctly catches overlong sequences now. Previously,
overlong sequences were missed.
overlong sequences were missed.
- When UTF-8 decoder encounters an overlong sequence, a surrogate
code point, or a too-large codepoint, the entire sequence is
converted to the replacement character. Previously, all of the
octets except the first were put back, and the data read again.
- Some GC improvements for sparc and ppc. (Changes for ppc
untested). GC could incorretly move the PC and other registers,
causing a segfault.
- A bug inadvertently introduced in the 2010-04 non-unicode
snapshot has been fixed. The bug prevented the non-unicode
versions of CMUCL from loading the external format aliases
file.
* Trac Tickets:
* Trac Tickets:
#33: get-dispatch-macro-character doesn't signal errors in
#33: get-dispatch-macro-character doesn't signal errors in
...
...
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