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
303e3c8f
Commit
303e3c8f
authored
17 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
3cc0567a
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-19e.txt
+11
-1
11 additions, 1 deletion
general-info/release-19e.txt
with
11 additions
and
1 deletion
general-info/release-19e.txt
+
11
−
1
View file @
303e3c8f
...
@@ -84,9 +84,19 @@ New in this release:
...
@@ -84,9 +84,19 @@ New in this release:
of 0w0.
of 0w0.
o SIN and TAN return -0w0 when the argument is -0w0.
o SIN and TAN return -0w0 when the argument is -0w0.
Previously, they returned 0w0.
Previously, they returned 0w0.
o Signed zeroes are handled better for addition, subtraction,
and multiplication. That is, the correct signed zero is
returned now.
o Overflow in addition, multiplication, and division returns
infinity if traps are disabled.
- The assembler for ppc had some arguments for some instructions
- The assembler for ppc had some arguments for some instructions
in the wrong order, producing the wrong effect.
in the wrong order, producing the wrong effect.
- When making displaced arrays, the element types are checked to
see if they are type equivalent. If not, an error is signaled.
- The reader for #= and ## has been enhanced to be much faster for
cases with a large number of shared objects. However, it is also
somewhat slower for simple cases.
* Trac Tickets:
* Trac Tickets:
- #8 fixed so logs of bignums and ratios that won't fit into a
- #8 fixed so logs of bignums and ratios that won't fit into a
float can be computed, instead of signalling an error.
float can be computed, instead of signalling an error.
...
...
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