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
d93c4807
Commit
d93c4807
authored
19 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
2e5b2926
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-19d.txt
+11
-6
11 additions, 6 deletions
general-info/release-19d.txt
with
11 additions
and
6 deletions
general-info/release-19d.txt
+
11
−
6
View file @
d93c4807
...
...
@@ -29,6 +29,8 @@ New in this release:
now be printed using the CMUCL extension #P(...). However,
there are still cases where CMUCL cannot print pathnames
readably, but these involve search-lists and patterns.
- LONG-LONG and UNSIGNED-LONG-LONG are recognized types in the
C-CALL package for signed and unsigned 64-bit integers.
* Numerous ANSI compliance fixes:
...
...
@@ -48,6 +50,8 @@ New in this release:
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.
- DOTIMES will execute the loop the specified number of times,
independent of what the loop might do to the loop counter.
* Numerous bugfixes:
...
...
@@ -60,12 +64,13 @@ New in this release:
- 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.)
- For Darwin/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 functions which are varargs functions.
- Callbacks with long-long args or results should work correctly
now for Darwin/ppc.
* 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