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
1665dd10
Commit
1665dd10
authored
19 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update.
parent
9f652c05
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
+12
-0
12 additions, 0 deletions
general-info/release-19b.txt
with
12 additions
and
0 deletions
general-info/release-19b.txt
+
12
−
0
View file @
1665dd10
...
@@ -130,6 +130,9 @@ New in this release:
...
@@ -130,6 +130,9 @@ New in this release:
better.
better.
- (formatter "~V[...~]" now returns the correct result for
- (formatter "~V[...~]" now returns the correct result for
second value.
second value.
- MAKE-DISPATCH-MACRO-CHARACTER is supposed to return T.
- APROPOS and APROPOS-LIST don't take 3 args anymore. ANSI CL
says they only take 2.
* 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
...
@@ -200,6 +203,15 @@ New in this release:
...
@@ -200,6 +203,15 @@ New in this release:
- ~G output always had a zero for the last digit when
- ~G output always had a zero for the last digit when
exponential form was used. Fix this so the last digit has the
exponential form was used. Fix this so the last digit has the
correct digit.
correct digit.
- Output to (make-two-way-stream (make-concatenated-stream)
(make-broadcast-stream)) silently discards output instead of
producing an error.
- STRING<, STRING<=, STRING>, STRING>= no longer produces
incorrect results.
- COPY-SEQ sometimes produced erroneous results because the
compiler was confused by the derived result type of COPY-SEQ.
- Many (all?) compiler failures about a STRANGE-TEMPLATE-FAILURE
should be fixed.
* Other changes:
* Other changes:
- Infinite loops in map and friends caused by specifying
- Infinite loops in map and friends caused by specifying
...
...
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