0.7.2.15:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 18 Apr 2002 19:10:25 +0000 (19:10 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 18 Apr 2002 19:10:25 +0000 (19:10 +0000)
commit06ab5194e064ef8855d6952d02f9cae55e8e75e4
treec65fd73ddfcd4f5077f548530a77875ffce41c0e
parent374ae053c2dcc153ebfcc2adf9e46b3113ebc356
0.7.2.15:
tweaks to make DESCRIBE prettier...
...used PPRINT-NEWLINE instead of FRESH-LINE, since mixing
physical FRESH-LINE with pretty-printing operations
leads to weird ugliness
...deleted unused *DESCRIBE-INDENTATION-STEP*
tweaks to make the debugger prettier...
...replaced output in the style
#<SB-DEBUG::UNPRINTABLE-OBJECT unavailable argument>
with output in the style #<unavailable argument>, since
I now realize that although following the #<TYPE ...>
style of output is a good general rule, it's not as
important as conciseness in placeholder values that
no one but a crazed guru will ever want to look at
anyway
BUGS
package-data-list.lisp-expr
src/code/debug.lisp
src/code/describe.lisp
version.lisp-expr