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
de69bade
Commit
de69bade
authored
11 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
ddfb0372
No related branches found
Branches containing commit
Tags
snapshot-2013-09
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-20e.txt
+10
-0
10 additions, 0 deletions
src/general-info/release-20e.txt
with
10 additions
and
0 deletions
src/general-info/release-20e.txt
+
10
−
0
View file @
de69bade
...
...
@@ -48,12 +48,17 @@ New in this release:
* Added UNICODE package to hold Unicode-related functions.
Currently contains Unicode extended versions of STRING-UPCASE,
STRING-DOWNCASE, and STRING-CAPITALIZE.
* Optimizations in the x86 backend to speed up some operations and
reduce register restrictions.
* ANSI compliance fixes:
* Attempts to modify the standard readtable or the standard pprint
dispatch table will now signal a continuable error.
* Remove the Unicode extensions from string-upcase and friends.
This functionality is moved to the new UNICODE package.
* DISASSEMBLE is conforming now; there are no options to
DISASSEMBLE. However, you can use DISASSEM:DISASSEMBLE if more
options are needed.
* Bugfixes:
* REPLACE and friends on strings were limited to strings less than
...
...
@@ -74,6 +79,11 @@ New in this release:
is represented internally as a UNION type, confusing the type
derivation code.
* Clean up and optimize x86 move VOPS and length/list VOP.
* DISASSEM:DISASSEMBLE takes new keyword args, base, case, radix
to specify values for *print-base*, *print-case*, and
*print-radix* for disassembly. The defaults are 16, :downcase,
and *print-radix*, respectively. This is a change from previous
versions which used a base of 10 and a case of :upcase.
* 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