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

Update with executable image info.

parent 1424559e
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,9 @@ New in this release:
- FILE-POSITION is sometimes off by 2 (4) for input files for
UTF-16 (UTF-32) encodings. This is caused by the BOM
(byte-order mark) which is essentially never seen by Lisp.
- Executable images on Linux may not be able to be created on some
versions of Linux. The problem is in GNU ld which doesn't
allocate enough phdrs to create an executable.
* Feature enhancements:
- Read operations using an external format of utf8 are now much
......@@ -83,6 +86,7 @@ New in this release:
DEFINE-EXTERNAL-FORMAT and DEFINE-COMPOSING-EXTERNAL-FORMAT have
changed.
- The sparc port now supports the :executable feature.
- The Mac OS X port now support the :executable feature.
* ANSI compliance fixes:
- COMPILE will update the macro-function if the specified name
......@@ -193,6 +197,9 @@ New in this release:
file.
- With SSE2, the imaginary part of a (complex single-float) is now
returned correctly.
- The method used to create executable images for Linux has been
cleaned up and should be far more robust against different
versions of the OS.
* Trac Tickets:
#33: get-dispatch-macro-character doesn't signal errors in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment