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
28a0069e
Commit
28a0069e
authored
19 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from commit logs for snapshot.
parent
679a5d0a
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
+8
-5
8 additions, 5 deletions
general-info/release-19b.txt
with
8 additions
and
5 deletions
general-info/release-19b.txt
+
8
−
5
View file @
28a0069e
...
...
@@ -19,6 +19,7 @@ over the Internet, and is mostly in the public domain.
New in this release:
* Feature enhancements:
- CMUCL ported to Mac OS X.
- Added a much faster and much less consy bignum printer and a
faster bignum reader.
- Extended REQUIRE to support *MODULE-PROVIDER-FUNCTIONS* from
...
...
@@ -133,8 +134,8 @@ New in this release:
- 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.
- A reader error is signaled when bad ratios (like 1/0) are
read.
- A reader error is signaled when bad ratios (like 1/0) are
read
or when a float can't fit into the specified float type.
- A form like #(1 . 2) signals a reader error now.
* Numerous bugfixes:
...
...
@@ -219,6 +220,8 @@ New in this release:
LOGBITP.)
- Type derivation for SCALE-FLOAT is fixed. Should also work
better on x86.
- generic-site.lisp won't give an error when updating
*HERALD-ITEMS* when the -quiet flag is used.
* Other changes:
- Infinite loops in map and friends caused by specifying
...
...
@@ -240,9 +243,9 @@ New in this release:
- REQUIRE no longer disables package-locks when loading
requested file. But package-locks are disabled for CMUCL's
own system libraries like gray-streams, clx, etc.
- CMUCL should fail gracefully if something is already
mapped at
addresses CMUCL wants for itself. Previously, CMUCL
would
just use it.
- CMUCL should fail gracefully
on x86
if something is already
mapped at
addresses CMUCL wants for itself. Previously, CMUCL
would
just use it.
* Improvements to the PCL implementation of CLOS:
- AMOP-style custom slot allocation supported.
...
...
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