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
48cf2ecd
Commit
48cf2ecd
authored
19 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from commit logs.
parent
3cce7d43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
general-info/release-19d.txt
+11
-0
11 additions, 0 deletions
general-info/release-19d.txt
with
11 additions
and
0 deletions
general-info/release-19d.txt
+
11
−
0
View file @
48cf2ecd
...
@@ -46,6 +46,8 @@ New in this release:
...
@@ -46,6 +46,8 @@ New in this release:
accepted.
accepted.
- Printing a zero using ~E will now include a trailing zero
- Printing a zero using ~E will now include a trailing zero
after the decimal point, as required by CLHS, 22.3.3.2.
after the decimal point, as required by CLHS, 22.3.3.2.
- DOCUMENTATION and (SETF DOCUMENTATION) now works for
structures of type list or vector.
* Numerous bugfixes:
* Numerous bugfixes:
...
@@ -55,6 +57,15 @@ New in this release:
...
@@ -55,6 +57,15 @@ New in this release:
return the same result now.
return the same result now.
- DESTRUCTURING-BIND no longer causes an error when the list to
- DESTRUCTURING-BIND no longer causes an error when the list to
be destructured is circular.
be destructured is circular.
- PEEK-CHAR for Gray streams handles end of file correctly now.
- For the ppc port, the alignment of objects in alien structures
now matches the PowerOpen ABI for Mac OS X.
- For PPC, CMUCL was not following the ABI when calling out to C
varargs functions. Now we always copy any float args to the
corresponding int regs (or stack) as required by the ABI.
This isn't necessary for non-varargs functions, but CMUCL
doesn't know which are varargs. (There are still some issues
with vararg functions and float args.)
* Other changes:
* Other changes:
...
...
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