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
3e0d66e4
Commit
3e0d66e4
authored
20 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update with info from commit logs.
parent
9cd63791
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
+11
-3
11 additions, 3 deletions
general-info/release-19b.txt
with
11 additions
and
3 deletions
general-info/release-19b.txt
+
11
−
3
View file @
3e0d66e4
...
@@ -23,14 +23,20 @@ New in this release:
...
@@ -23,14 +23,20 @@ New in this release:
faster bignum reader.
faster bignum reader.
- Extended REQUIRE to support *MODULE-PROVIDER-FUNCTIONS* from
- Extended REQUIRE to support *MODULE-PROVIDER-FUNCTIONS* from
SBCL.
SBCL.
- NetBSD supported
- NetBSD supported
.
- SIMPLE-STREAM fixes:
- SIMPLE-STREAM fixes:
o READ-SEQUENCE and WRITE-SEQUENCE for
o READ-SEQUENCE and WRITE-SEQUENCE for
signed-byte/unsigned-byte 8 streams.
signed-byte/unsigned-byte 8 streams.
o Memory-mapped file streams.
o Memory-mapped file streams.
- Large file support for Solaris, so CMUCL can handle files
- Large file support for Solaris, so CMUCL can handle files
larger than 2GB.
larger than 2GB.
- Support for Mac OS X
- Support for Mac OS X.
- A much faster GCD implementation.
- A faster Karatsuba multiplier when the number of words of the
bignums is not a power of 2. (Break-even is still around 1500
bits, though.)
- New command-line switch -debug-lisp-search to show how lisp is
searching for its core file.
* Numerous ANSI compliance fixes:
* Numerous ANSI compliance fixes:
- FILE-AUTHOR should signal errors appropriately.
- FILE-AUTHOR should signal errors appropriately.
...
@@ -52,7 +58,9 @@ New in this release:
...
@@ -52,7 +58,9 @@ New in this release:
returned for negative args.
returned for negative args.
- EXPT sometimes returne NaN instead of 1 when the power was 0.
- EXPT sometimes returne NaN instead of 1 when the power was 0.
- Weak pointers don't have O(n^2) GC behavior anymore.
- Weak pointers don't have O(n^2) GC behavior anymore.
- X11 authorization changes to solve problems seen with servers
that don't listen to TCP connection requests.
* Other changes:
* Other changes:
* 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