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

Update from logs.

parent 3c8d0c0a
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,9 @@ New in this release: ...@@ -36,6 +36,9 @@ New in this release:
only arrays of character; 8, 16, and 32-bit integers (signed and only arrays of character; 8, 16, and 32-bit integers (signed and
unsigned); single and double floats; and complex single and unsigned); single and double floats; and complex single and
double floats are supported. double floats are supported.
- FROUND is much faster for single and double float numbers. This
is not currently available for x87 (due to potential roundoff
errors), but is available everywhere else.
* ANSI compliance fixes: * ANSI compliance fixes:
...@@ -63,15 +66,25 @@ New in this release: ...@@ -63,15 +66,25 @@ New in this release:
external format. This meant that these files could lose external format. This meant that these files could lose
information if the default format could not represent the information if the default format could not represent the
characters in the source file. characters in the source file.
- Handling of source files in the debugger is better now. The - Handling of source files in the debugger is better now for
source files are opened using the same format as used to compile unicode builds. The source files are opened using the same
them. Previously, the default format was used, which would be format as used to compile them. Previously, the default format
wrong if the file is in a different format. was used, which would be wrong if the file is in a different
format.
- CMUCL no longer segfaults on Linux when running on a kernel
without COMPAT_BRK. CMUCL will set the personality
appropriately and re-exec itself.
- GET-MACRO-CHARACTER would return the wrong second value because
*READTABLE* was always being used instead of the specified
readtable.
* Trac Tickets: * Trac Tickets:
#33: get-dispatch-macro-character doesn't signal errors in #33: get-dispatch-macro-character doesn't signal errors in
compiled code compiled code
Fixed. Fixed.
#22: sun4_solaris_sunc config uses gcc to build motif
This is fixed. If Sun C is used to build lisp, it is also used
to build motifd.
* Other changes: * Other changes:
- :freebsd4 is no longer a *feature* - :freebsd4 is no longer a *feature*
......
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