0.6.11.12:
authorWilliam Harold Newman <william.newman@airmail.net>
Mon, 5 Mar 2001 01:30:08 +0000 (01:30 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Mon, 5 Mar 2001 01:30:08 +0000 (01:30 +0000)
commit53e7a02c819090af8e6db7e47d29cdbb5296814f
tree4b7b342967fca01a8d2d851c5b94a4e617c34082
parent467a8e5dba8bfa2598ca8e22c1204dc173ce556f
0.6.11.12:
moved !PACKAGE-COLD-INIT earlier in cold init so that KEYWORDP
will work earlier
tidied up UNIX-SIGNAL machinery: no more DEFCONSTANTs,
no more re-interning, no more descriptions
tweaked RUN-PROGRAM to use UNIX-SIGNAL-NUMBER function instead
of old bare SIGFOO constants
It's easier and nicer just to coerce all RUN-PROGRAM args
than to require that they be SIMPLE-STRINGs.
made test/*.test.sh use local sbcl, not installed sbcl, just
as other tests do
12 files changed:
package-data-list.lisp-expr
src/code/cold-init.lisp
src/code/late-type.lisp
src/code/run-program.lisp
src/code/signal.lisp
src/code/target-signal.lisp
tests/foreign.test.sh
tests/run-program.test.sh
tests/run-tests.sh
tests/side-effectful-pathnames.test.sh
tests/type.impure.lisp
version.lisp-expr