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
49ba75aa
Commit
49ba75aa
authored
22 years ago
by
toy
Browse files
Options
Downloads
Patches
Plain Diff
Update for some recent changes.
parent
1a3b3005
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-18e.txt
+13
-0
13 additions, 0 deletions
general-info/release-18e.txt
with
13 additions
and
0 deletions
general-info/release-18e.txt
+
13
−
0
View file @
49ba75aa
...
@@ -19,6 +19,16 @@ over the Internet, and is mostly in the public domain.
...
@@ -19,6 +19,16 @@ over the Internet, and is mostly in the public domain.
New in this release:
New in this release:
* Feature enhancements:
* Feature enhancements:
- Karatsuba multiplier added to give faster multiplication for
big bignums.
- The sparc port has experimental support for native 64-bit
integers (unsigned-byte 64) and (signed-byte 64) on sparc v9
(64-bit) architectures. Enabled if the feature :sparc-v8plus
is set.
- The x86 port better support for linking foreign libraries. You
can now dump cores with foreign libraries and reload the core
without having to reload the libraries. Available if the feature
:linkage-table is set.
* Numerous ANSI compliance fixes:
* Numerous ANSI compliance fixes:
- SYMBOL-MACROLET signals an error when an attempt is made to
- SYMBOL-MACROLET signals an error when an attempt is made to
...
@@ -48,6 +58,9 @@ New in this release:
...
@@ -48,6 +58,9 @@ New in this release:
prints a warning about this being poor style.
prints a warning about this being poor style.
- the type (complex (eql 0)) is accepted now instead of
- the type (complex (eql 0)) is accepted now instead of
generating an error.
generating an error.
- the sequence functions check to make sure sequences are
specified and that, if lengths are given, the result matches
the given length.
* Numerous bugfixes:
* Numerous bugfixes:
- READ-BYTE on certain types of multi-byte elements was incorrect
- READ-BYTE on certain types of multi-byte elements was incorrect
...
...
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