Skip to content
Snippets Groups Projects
Commit 95f2932b authored by Raymond Toy's avatar Raymond Toy
Browse files

Update according to logs.

parent 90855b07
No related branches found
No related tags found
No related merge requests found
...@@ -44,18 +44,32 @@ New in this release: ...@@ -44,18 +44,32 @@ New in this release:
Thus, src/code/unix-glibc2.lisp is no longer used. Thus, src/code/unix-glibc2.lisp is no longer used.
* Micro-optimize modular shifts on x86. * Micro-optimize modular shifts on x86.
* Update lisp-unit to commit e6c259f. * Update lisp-unit to commit e6c259f.
* Added EXT:WITH-FLOAT-TRAPS-ENABLED to complement
WITH-FLOAT-TRAPS-MASKED.
* (EXPT 0 power) doesn't throw INTEXP-LIMIT-ERROR anymore for any
integer value of power.
* Starting cmucl with "-dyanmic-space-size 0" means using the
maximum possible heap size for the platform.
* ANSI compliance fixes: * ANSI compliance fixes:
* PATHNAME-MATCH-P did not accept search-lists.
* Bugfixes: * Bugfixes:
* Linux was missing unix-setitimer which prevented saving cores. * Linux was missing unix-setitimer which prevented saving cores.
* Generate inxact exceptions more carefully.
* Fix FP issue when building with Xcode 7.2 (and newer versions of
clang). (See ticket #12.)
* Trac Tickets: * Trac Tickets:
* Gitlab tickets: * Gitlab tickets:
* Ticket #10 fixed: setting an element of a 1, 2, or 4-bit array * Ticket #10 fixed: setting an element of a 1, 2, or 4-bit array
with a constant index did not always set the element with a constant index did not always set the element
appropriately. appropriately.
* Ticket #12 fixed. It looks like a possible compiler bug, but
worked around by explicitly setting inexact instead of using FP
instructions to generate inexact.
* Ticket #16 fixed: search-lists are handled correctly.
* Other changes: * Other changes:
......
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