0.9.16.3: initfile refactoring
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 28 Aug 2006 16:56:47 +0000 (16:56 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 28 Aug 2006 16:56:47 +0000 (16:56 +0000)
commit9fb454f1a8211073b0e8446107e5abcba9ad2049
tree057a5988374fde2c0c35d5b1db8940ae4d53abfc
parenteb4330788f7b527b7d93a434a6fbb584c0563456
0.9.16.3: initfile refactoring
 * Move all related logic to PROCESS-INIT-FILE.
 * Enable customization of default user- and sysinit file via
   SB-IMPL::*SYSINIT-PATHNAME-FUNCTION* and
   SB-IMPL::*USERNIT-PATHNAME-FUNCTION*.
 * Fixes -- and makes testable without root access -- the bug
   regarding loading of the default sysinit file, reported by Leonid
   Slobodov.
 * A few missing #!+sb-doc's in toplevel.lisp.
NEWS
src/code/toplevel.lisp
tests/custom-sysinit.lisp [new file with mode: 0644]
tests/custom-userinit.lisp [new file with mode: 0644]
tests/init.test.sh [new file with mode: 0644]
version.lisp-expr