0.7.8.6:
authorWilliam Harold Newman <william.newman@airmail.net>
Sun, 29 Sep 2002 18:48:53 +0000 (18:48 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sun, 29 Sep 2002 18:48:53 +0000 (18:48 +0000)
commit4217a388a178099c43202df208c78ca81e0d9d1f
treeca421e6be7a143c4b6c348c7e3c3dc8110cb8070
parent3c76429562383ac91cec4880b7b86234362e1ed4
0.7.8.6:
made the debugger no longer rebind *PRINT-PRETTY*, since it
made it unnecessarily difficult to debug problems
involving PRINT-OBJECT bugs, and was just too DWIMish
As long as I'm killing DWIMish things in INVOKE-DEBUGGER,
comment out the sigsetmask(0).
As long as as I'm cleaning up pretty-printer-related stuff,
get rid of *PRETTY-PRINTER* too. (Since in ANSI the
pretty printer is not an optional add-on, we shouldn't
need the Spice-Lisp-ish hook to support the addition
of a pretty printer.)
package-data-list.lisp-expr
src/code/debug.lisp
src/code/pprint.lisp
src/code/print.lisp
version.lisp-expr