Skip to content
Snippets Groups Projects
Commit 49ba75aa authored by toy's avatar toy
Browse files

Update for some recent changes.

parent 1a3b3005
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment