Skip to content
Snippets Groups Projects
Commit c8841bdd authored by rtoy's avatar rtoy
Browse files

Update from logs.

parent c035d9e5
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,12 @@ New in this release: ...@@ -20,6 +20,12 @@ New in this release:
* Feature enhancements: * Feature enhancements:
- Support for dynamic-extent added for ppc. However, it suffers
from the same problems with dynamic-extent as other platforms,
so it is disabled by default. Tests indicate that it does work
in simple situations.
- PARSE-TIME recognizes the format produced by C asctime/ctime.
(This change may break some other less commonly used patterns.)
* ANSI compliance fixes: * ANSI compliance fixes:
- BOA constructors with &AUX variables are handled better now. - BOA constructors with &AUX variables are handled better now.
...@@ -59,6 +65,8 @@ New in this release: ...@@ -59,6 +65,8 @@ New in this release:
the wrong sign. the wrong sign.
- Some issues with debugger printing out DOUBLE-DOUBLE-FLOATs and - Some issues with debugger printing out DOUBLE-DOUBLE-FLOATs and
(COMPLEX DOUBLE-DOUBLE-FLOAT)'s have been fixed. (COMPLEX DOUBLE-DOUBLE-FLOAT)'s have been fixed.
- Fix issue with UNIX:UNIX-MMAP handling of "large" addresses that
appeared to be negative numbers.
* Trac Tickets: * Trac Tickets:
- #8 fixed so logs of bignums and ratios that won't fit into a - #8 fixed so logs of bignums and ratios that won't fit into a
......
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