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
630281e2
Commit
630281e2
authored
20 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
419579f4
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-19b.txt
+13
-1
13 additions, 1 deletion
general-info/release-19b.txt
with
13 additions
and
1 deletion
general-info/release-19b.txt
+
13
−
1
View file @
630281e2
...
@@ -43,6 +43,8 @@ New in this release:
...
@@ -43,6 +43,8 @@ New in this release:
- Pretty-printer for LOOP.
- Pretty-printer for LOOP.
- Added some more pprinters for various forms.
- Added some more pprinters for various forms.
- Callbacks supported on Mac OS X.
- Callbacks supported on Mac OS X.
- Loop analysis code added to the compiler. It's incorporated
into the build, but not used in any way yet.
* Numerous ANSI compliance fixes:
* Numerous ANSI compliance fixes:
- FILE-AUTHOR should signal errors appropriately.
- FILE-AUTHOR should signal errors appropriately.
...
@@ -78,12 +80,14 @@ New in this release:
...
@@ -78,12 +80,14 @@ New in this release:
- Signal appropriate error conditions instead of a plain error
- Signal appropriate error conditions instead of a plain error
condition in many situations.
condition in many situations.
- TYPECASE was treating the type T as an otherwise clause even
- TYPECASE was treating the type T as an otherwise clause even
though it was not the last clause. It
's
should be just a
though it was not the last clause. It should be just a
regular clause.
regular clause.
- ASIN, ACOS, ACOSH, and ATANH were returning the wrong values
- ASIN, ACOS, ACOSH, and ATANH were returning the wrong values
when the arg was a real number on the branch cut.
when the arg was a real number on the branch cut.
- Missed some places where loop variables were duplicated, which
- Missed some places where loop variables were duplicated, which
should signal a program-error.
should signal a program-error.
- LOOP INITIALLY clauses occur after variable initialization for
FOR, WITH, and AS clauses, as required by ANSI CL.
* Numerous bugfixes:
* Numerous bugfixes:
- FFLOOR and friends preserve the sign of the arg, so -0.0 is
- FFLOOR and friends preserve the sign of the arg, so -0.0 is
...
@@ -118,8 +122,16 @@ New in this release:
...
@@ -118,8 +122,16 @@ New in this release:
larger than CLX expected. Replaced card16 with card32.
larger than CLX expected. Replaced card16 with card32.
- Callbacks on sparc that returned double-floats were sometimes
- Callbacks on sparc that returned double-floats were sometimes
causing a sigbus error.
causing a sigbus error.
- Type specifiers like (float low high) where low and high were
outside the range of single-float numbers no longer cause
compiler errors.
- Fix source-form reporting in the disassembler.
* Other changes:
* Other changes:
- Infinite loops in map and friends caused by specifying
sequence types that are too hairy for CMUCL should no longer
occur. But CMUCL will now signal an error, which may not be
compliant either.
* Improvements to the PCL implementation of CLOS:
* 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