0.6.12.48:
authorWilliam Harold Newman <william.newman@airmail.net>
Sat, 14 Jul 2001 04:25:14 +0000 (04:25 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sat, 14 Jul 2001 04:25:14 +0000 (04:25 +0000)
commit81cfdf526490d642c73602ebac9bcacb8af644e1
tree426b0f277cc22cdf8e913a9ae76444373fd26d8c
parenta946a48c414ad327d83b50ac622752b56f078dc7
0.6.12.48:
made ldb conditional on :SB-LDB in *FEATURES*. (Dan Barlow
likes having the system stop on an ldb> prompt even
when running as a batch program, but for me it's a
nuisance. I want sh make.sh to terminate when it hits
an error, period, since typically I make it beep when
it's done. And since ldb isn't really appropriate for
the problems that ordinary users have to deal with,
it should be reasonable to suppress it by default,
which is an overkill way to keep my system from
stopping on an ldb> prompt.)
more gencgc tidying..
..hardwired enable_pointer_filter conditionalization to
always be enabled
..renamed the PTR() and Pointerp() macros to
native_pointer() and is_lisp_pointer() inline
functions
19 files changed:
base-target-features.lisp-expr
src/runtime/alloc.c
src/runtime/alpha-arch.c
src/runtime/backtrace.c
src/runtime/breakpoint.c
src/runtime/gc.c
src/runtime/gencgc.c
src/runtime/interr.c
src/runtime/linux-os.c
src/runtime/monitor.c
src/runtime/monitor.h
src/runtime/parse.c
src/runtime/print.c
src/runtime/purify.c
src/runtime/runtime.c
src/runtime/runtime.h
src/runtime/search.c
src/runtime/x86-arch.c
version.lisp-expr