0.6.12.65:
authorWilliam Harold Newman <william.newman@airmail.net>
Sun, 5 Aug 2001 16:27:39 +0000 (16:27 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sun, 5 Aug 2001 16:27:39 +0000 (16:27 +0000)
commit5b06386093fe448abe3a9086fae4f8e15709d8a3
tree53215bcb2f37b0e4f5e566a809331e4dd69a5185
parent5251267b300cb967cbf547e838037a616064bd58
0.6.12.65:
removed redundant-in-SBCL FBOUNDP 'COMPILE test in
pprint.lisp's COMPUTE-TEST-FN
merged MNA INSPECT patches (sbcl-devel 2001-08-02)
renamed INSPECT-related service functions from DESCRIBE-FOO
to INSPECTED-FOO
renamed SHOW-HELP, INPUT-LOOP, and stuff to be more
INSPECT-related
rewrote the CONS method so that (INSPECT '(1 . 2)) works
renamed NUMBERED-PARTS to NAMED-P
redid the list return value from INSPECTED-PARTS as multiple
VALUES
made INSPECT work recursively instead of maintaining an
explicit *INSPECT-OBJECT-STACK*
defined SB-EXT:*INSPECTED*
removed 'redisplay'/'recompute' distinction in INSPECT,
since I can't see what it's good for (but I'd
cheerfully restore it if someone can explain)
package-data-list.lisp-expr
src/code/defboot.lisp
src/code/float.lisp
src/code/inspect.lisp
src/code/pprint.lisp
src/code/print.lisp
src/code/target-package.lisp
src/compiler/byte-comp.lisp
src/compiler/typetran.lisp
version.lisp-expr