0.9.9.12:
authorJuho Snellman <jsnell@iki.fi>
Sun, 5 Feb 2006 22:03:00 +0000 (22:03 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sun, 5 Feb 2006 22:03:00 +0000 (22:03 +0000)
commitbaa0eaf21221dc564088c37b228c620c298aeaa1
treeca78fd5e64b48962103c0c06a8763e79fc93e6bf
parente9a993b24fefb6ca1f4a8c40a5063053a01090af
0.9.9.12:
        New SAVE-LISP-AND-DIE keyword argument :EXECUTABLE can be used
        for bundling the runtime and the core file into one executable
        binary. This feature is not currently supported on all SBCL
        platforms.  (thanks to James Bielman)
17 files changed:
NEWS
src/code/save.lisp
src/runtime/bsd-os.c
src/runtime/core.h
src/runtime/coreparse.c
src/runtime/gencgc.c
src/runtime/linux-os.c
src/runtime/os.h
src/runtime/osf1-os.c
src/runtime/ppc-darwin-os.c
src/runtime/runtime.c
src/runtime/runtime.h
src/runtime/save.c
src/runtime/save.h
src/runtime/sunos-os.c
src/runtime/win32-os.c
version.lisp-expr