Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl-copy
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
Richard M Kreuter
cmucl-copy
Commits
6d37b348
Commit
6d37b348
authored
15 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
e100ce4e
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-20a.txt
+26
-1
26 additions, 1 deletion
general-info/release-20a.txt
with
26 additions
and
1 deletion
general-info/release-20a.txt
+
26
−
1
View file @
6d37b348
...
...
@@ -57,7 +57,9 @@ New in this release:
o Symbols are always normalized to NFC form.
- WRITE-VECTOR and READ-VECTOR support vectors of with element
sizes of 1 bit, 2 bits and 4 bits.
sizes of 1 bit, 2 bits and 4 bits. For :NETWORK-ORDER, the
bytes are written such that the lowest indexed element is
written to the most significant part of a byte.
* ANSI compliance fixes:
...
...
@@ -75,6 +77,24 @@ New in this release:
(Confusion about the length of the vector versus the index as an
octet count, not element count.)
- Motif (CLM) should work with Unicode.
- The stream created by WITH-INPUT-FROM-STREAM was not properly
closed.
- SXHASH was returning different values for -0f0 and -0d0 for
compiled and interpreted code. The both return the same value
now.
- Some issues with potential spurious floating-point exceptions
with complex arithmetic on x86 with SSE2 have been fixed.
(Random junk in unused parts of an sse2 register could cause
spurious FP exceptions.)
- Numeric contagion for complex + real and complex - real was not
done correctly in compiled code. Proper contagion is now done
by converting the real to a complex before performing the
operation.
- CMUCL can now handle the X11 local Unix display connection on
Mac OS X.
- SETF-SLOT-VALUE-USING-CLASS-DFUN no longer signals errors when
checking the new value against the declared slot type when the
declared slot type was too hairy for TYPEP.
* Trac Tickets:
#31: pathname bug with :case :common
...
...
@@ -85,6 +105,11 @@ New in this release:
- SOFTWARE-VERSION may return different results than previously.
UNIX:UNIX-UNAME is now used to obtain the software version on
Linux and Solaris.
- User's manual updated with a section on internalization
(unicode).
- DESCRIBE on characters includes the character's code and name.
- CLX updated to the portable clx version from Christophe Rhodes
darcs repository of 2009-06-16.
* Improvements to the PCL implementation of CLOS:
...
...
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