0.6.11.42:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 26 Apr 2001 15:47:52 +0000 (15:47 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 26 Apr 2001 15:47:52 +0000 (15:47 +0000)
commit0af84c9c90b1277be6863df8f28f1f0e5512323c
tree0bc3e3c1ba484d7b8345f838874ab7238955ee2a
parent72408d179d7396904e25e9a3dc423d2634e65072
0.6.11.42:
MNA port (sbcl-devel 2001-04-14) of DTC cmucl-imp patch: Use
VALUE-CELL objects rather than conses for the
interpreter's value cells.
more ANSI compliance: BREAK binds *DEBUGGER-HOOK* to NIL
before calling INVOKE-DEBUGGER.
SIGINT handling no longer uses CL:BREAK (which rebinds
*DEBUGGER-HOOK* before doing INVOKE-DEBUGGER, screwing
up --noprogrammer handling) but instead calls
INVOKE-DEBUGGER more directly.
NOPROGRAMMER-DEBUG-HOOK-FUN now terminates "normally"
(calling Unix exit(3), not falling into infinite
recursion in Lisp-level error trapping) even
when shell/pipeline/SIGINT or other mischief hoses
its low-level output streams.
renamed FASLOAD and SLOLOAD to LOAD-AS-FASL and LOAD-AS-SOURCE,
so that users have a better chance of understanding
them when they appears in BACKTRACE
14 files changed:
BUGS
doc/sbcl.1
package-data-list.lisp-expr
src/code/cold-error.lisp
src/code/debug.lisp
src/code/fop.lisp
src/code/load.lisp
src/code/target-load.lisp
src/code/target-signal.lisp
src/code/toplevel.lisp
src/compiler/dump.lisp
src/compiler/eval.lisp
src/compiler/generic/genesis.lisp
version.lisp-expr