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
b17b1cc8
Commit
b17b1cc8
authored
17 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
558925d4
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-19f.txt
+13
-3
13 additions, 3 deletions
general-info/release-19f.txt
with
13 additions
and
3 deletions
general-info/release-19f.txt
+
13
−
3
View file @
b17b1cc8
...
...
@@ -22,21 +22,31 @@ New in this release:
* Feature enhancements:
* ANSI compliance fixes:
- Fix bug in backquote printer. If the variable is @foo, we want
to print ", @foo" not ",@foo". Similarly, for .foo, we want to
print ", .foo" instead of ",.foo".
* Bugfixes:
- Compiler can now derive the rank of an array, even if the array
is not simple.
- Fix off-by-one bug in ~R which prevents printing numbers from
10^63 to 10^66-1. 10^63 is a vigintillion.
- The compiler and interpreter should now handle slot-value the
same. Previously, different results were returned for things
like (slot-value foo :a).
* Trac Tickets:
- #13 fixed. (format nil "~11,3,2,0,'*,,'EE" .9999) produce
- #13 fixed. (format nil "~11,3,2,0,'*,,'EE" .9999) produce
s
0.100e+1 instead of 1.000e+0.
* Other changes:
* Improvements to the PCL implementation of CLOS:
* Changes to
re
building procedure:
* Changes to building procedure:
This release is not binary compatible with code compiled using CMUCL
19
d
; you will need to recompile FASL files.
19
e
; you will need to recompile FASL files.
See <URL:http://www.cons.org/cmucl/> for download information,
guidelines on reporting bugs, and mailing list details.
...
...
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