1.0.21.15: LOAD-SHARED-OBJECT :DONT-SAVE and related
commitfe19212267bef96fedb712ebb43abc91631aea18
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 9 Oct 2008 20:48:24 +0000 (9 20:48 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 9 Oct 2008 20:48:24 +0000 (9 20:48 +0000)
tree6aedf2963c3c921bae519379373c4af055720e7c
parentb9519773faa7b3c98915eccb9cb1fd8a8270ee56
1.0.21.15: LOAD-SHARED-OBJECT :DONT-SAVE and related

 * Add &key :DONT-SAVE to control interaction with SAVE-LISP-AND-DIE.

 * Better documentation, including mention of LD_LIBRARY_PATH.

 * Refactor the OAOOM mess between win32-foreign-load.lisp and
   foreign-load.lisp: add unix-foreign-load.lisp, and move the shared
   code to foreign-load.lisp.

 * The "try another pathname" restart in TRY-RELOAD-SHARED-OBJECT
   changed the pathname but did not reload. Fix that.
NEWS
build-order.lisp-expr
src/code/foreign-load.lisp
src/code/foreign.lisp
src/code/linkage-table.lisp
src/code/save.lisp
src/code/unix-foreign-load.lisp [new file with mode: 0644]
src/code/win32-foreign-load.lisp
version.lisp-expr