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

Update from commit logs.

parent 4038f7b0
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,26 @@ New in this release: ...@@ -22,6 +22,26 @@ New in this release:
* Feature enhancements * Feature enhancements
* Changes * Changes
* Update to ASDF 3.1.6
* Add support for asdf's static-image-op
* This mostly entails internal changes in how executables are
handled. lisp.a is not complete; it must be linked with
either exec-init.o or exec-final.o.
* If the linker fails to link an image, the exit code is
returned to indicate failure.
* When printing the process structure (from run-program), include
the exit code to make it easier to see if the the process exited
cleanly or not. The printed representation is also changed
slightly to use pprint-unreadable-object.
* Executable images on OSX no longer support running on other
versions of the OS. Previously, -mmacosx-version-min=10.5 was
used to specify the executable would run on OSX versions >=
10.5. This, however, requires the 10.5DK be available. Thus,
no longer require that.
* Disassembly of bytes and words now use .BYTE and .WORD instead
of BYTE and WORD.
* Unix support on Linux has been unified with all other OSes.
Thus, src/code/unix-glibc2.lisp is no longer used.
* ANSI compliance fixes: * ANSI compliance fixes:
...@@ -30,6 +50,9 @@ New in this release: ...@@ -30,6 +50,9 @@ New in this release:
* Trac Tickets: * Trac Tickets:
* Gitlab tickets: * Gitlab tickets:
* Ticket #10 fixed: setting an element of a 1, 2, or 4-bit array
with a constant index did not always set the element
appropriately.
* 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