Skip to content
Snippets Groups Projects
Commit 95ee0f5d authored by toy's avatar toy
Browse files

Update.

parent 773624c1
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,9 @@ New in this release: ...@@ -160,7 +160,9 @@ New in this release:
This is to prevent overflows and divide-by-zero errors when This is to prevent overflows and divide-by-zero errors when
creating a hash-table with a too-small rehash-threshold. creating a hash-table with a too-small rehash-threshold.
- MACROLET now accepts declarations, as prescribed by ANSI CL. - MACROLET now accepts declarations, as prescribed by ANSI CL.
- MAKE-PATHNAME signals an error on invalid combinations
(:absolute or :wild-inferiors followed by :back or :up).
* Numerous bugfixes: * Numerous bugfixes:
- NSET-EXCLUSIVE-OR returns the same results as SET-EXCLUSIVE-OR - NSET-EXCLUSIVE-OR returns the same results as SET-EXCLUSIVE-OR
wrt to duplicate elements. wrt to duplicate elements.
...@@ -227,6 +229,8 @@ New in this release: ...@@ -227,6 +229,8 @@ New in this release:
support x86/Linux support x86/Linux
- The trap for floating-point underflow is turned off by default - The trap for floating-point underflow is turned off by default
for all platforms now. for all platforms now.
- A continuable error is signaled when defining a logical
pathname host that has the same name as a search-list host.
* Numerous improvements to the PCL implementation of CLOS: * Numerous improvements to the PCL implementation of CLOS:
- Gerd's PCL has been added, which fixes numerous bugs and ANSI/ - Gerd's PCL has been added, which fixes numerous bugs and ANSI/
......
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