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
3306cc61
Commit
3306cc61
authored
17 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
fa8ea7c8
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
+7
-0
7 additions, 0 deletions
general-info/release-19e.txt
with
7 additions
and
0 deletions
general-info/release-19e.txt
+
7
−
0
View file @
3306cc61
...
@@ -100,6 +100,10 @@ New in this release:
...
@@ -100,6 +100,10 @@ New in this release:
o Overflow in addition, multiplication, and division returns
o Overflow in addition, multiplication, and division returns
infinity if traps are disabled.
infinity if traps are disabled.
o EQL supports DOUBLE-DOUBLE-FLOAT's now.
o EQL supports DOUBLE-DOUBLE-FLOAT's now.
o The printer and reader should now be consistent for
double-double-floats.
o Conversion of bignums and ratios to double-double-floats
should be more accurate.
- 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
- When making displaced arrays, the element types are checked to
...
@@ -129,6 +133,9 @@ New in this release:
...
@@ -129,6 +133,9 @@ New in this release:
- #10 fixed. ROUND should now return correct answers for floats
- #10 fixed. ROUND should now return correct answers for floats
bigger than most-positive-fixnum.
bigger than most-positive-fixnum.
- #11 fixed. EQL handles double-double-float's correctly now.
- #11 fixed. EQL handles double-double-float's correctly now.
- #1 fixed. prin1 and ~E should produce the same results.
- #12 fixed. (format t "~10,1,2,0,'*,,'DE" 1d-6) prints "0.1D-05"
now.
* Other changes:
* Other changes:
- UNIX:UNIX-ERRNO accesses the thread errno value instead of the
- UNIX:UNIX-ERRNO accesses the thread errno value instead of the
...
...
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