0.8.0.80:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 19 Jun 2003 01:20:12 +0000 (01:20 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 19 Jun 2003 01:20:12 +0000 (01:20 +0000)
commit69550d1ce4a94faec95a651f3f0c1e884966a496
tree1b6e6b659e76f8c24b5bdc8db91508f3e337f299
parent0ae2550b2edc90fcce6318080bc33586db675f50
0.8.0.80:
PRINT-UNREADABLE-OBJECT isn't specified to do anything nice
with pprint logical blocks, and it's hard to do
anything nice without surprising the user, and (as
pointed out by Antonio Martinez) it's specifically
not supposed to do some of the whitespace stuff it was
doing. So just ignore any pretty-streamness and do
entirely physical output.
tweaked ENCAPSULATE logic so that BACKTRACE reporting of
TRACEd functions will be slightly less obscure:
1: (.... )
instead of
1: ("varargs entry for #'(LAMBDA (&REST SB!INT:ARG-LIST) ...)"
    ...)
ruthlessly plundered CMU CL CVS and Gerd's emailed
expertise for %NO-PRIMARY-METHOD .ARGS. code
src/code/fdefinition.lisp
src/code/parse-body.lisp
src/pcl/braid.lisp
src/pcl/defcombin.lisp
version.lisp-expr