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
7d8a9670
Commit
7d8a9670
authored
16 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
424c9964
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-19f.txt
+11
-0
11 additions, 0 deletions
general-info/release-19f.txt
with
11 additions
and
0 deletions
general-info/release-19f.txt
+
11
−
0
View file @
7d8a9670
...
@@ -100,6 +100,9 @@ New in this release:
...
@@ -100,6 +100,9 @@ New in this release:
- The interpreter catches invalid EVAL-WHEN situations just like
- The interpreter catches invalid EVAL-WHEN situations just like
the compiler, instead of silently ignoring them.
the compiler, instead of silently ignoring them.
- FLOAT-PRECISION supports double-double floats.
- FLOAT-PRECISION supports double-double floats.
- Tracing should now be working on Darwin/x86. Previously,
certain cases would cause Lisp to segfault in bad ways where you
could not return to the repl.
* Trac Tickets:
* Trac Tickets:
- #16: Read-time hash-table issue
- #16: Read-time hash-table issue
...
@@ -121,6 +124,11 @@ New in this release:
...
@@ -121,6 +124,11 @@ New in this release:
Fixed by delaying the logand defoptimizer.
Fixed by delaying the logand defoptimizer.
- #15: x86 double-float issue
- #15: x86 double-float issue
Fixed when using SSE2 support. We will not fix this for x87.
Fixed when using SSE2 support. We will not fix this for x87.
- #25: Compiler bug
Fixed.
- #26: slot-value type check
Fixed for some cases. When used in methods, slot-value may not
do the type check.if the object is not a argument to the method.
* Other changes:
* Other changes:
- IS1, IS2, IS3, and IS4 are recognized character names for the
- IS1, IS2, IS3, and IS4 are recognized character names for the
...
@@ -148,6 +156,9 @@ New in this release:
...
@@ -148,6 +156,9 @@ New in this release:
slot-value-using-class have been fixed.
slot-value-using-class have been fixed.
Get-accessor-method-function was causing an error to be signaled
Get-accessor-method-function was causing an error to be signaled
incorrectly.
incorrectly.
- (setf (slot-value <obj> <slot>) <new>) will now signal an error
in some situations when the new value is not of the correct
declared type for slot.
* Changes to building procedure:
* Changes to building procedure:
...
...
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