0.pre7.76:
authorWilliam Harold Newman <william.newman@airmail.net>
Wed, 31 Oct 2001 21:38:18 +0000 (21:38 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Wed, 31 Oct 2001 21:38:18 +0000 (21:38 +0000)
commita10eba73462a7203914114f3a4bdac98c741ec08
treeaef6d9158141746013c4a380c2f3a5dfffb8cb4b
parent8eb6f7d3da3960c827b704e23b5a47008274be7d
0.pre7.76:
As long as I'm testing whether the old code works as an xc
host, I might as well make some pending cleanups..
..made CERROR use COERCE-CONDITION directly instead of
trying to screen it from the already-a-CONDITION case
..renamed stems-and-flags.lisp-expr to build-order.lisp-expr
(taking a hint from the explanatory comment at head
of file:-)
..factored should-we-CHECK-IT logic out of OUTPUT-OBJECT into
COMPOUND-OBJECT-P, and shared it with DUMP-OBJECT
..renamed CIRCULAR-LIST-P to CYCLIC-LIST-P
..factored out UNIQUELY-IDENTIFIED-BY-PRINT-P too
..deleted unused INSTANCE-SET-CONDITIONAL and INSTANCE-XADD
stuff
12 files changed:
build-order.lisp-expr [new file with mode: 0644]
package-data-list.lisp-expr
src/code/class.lisp
src/code/cold-error.lisp
src/code/early-extensions.lisp
src/code/print.lisp
src/code/x86-vm.lisp
src/cold/shared.lisp
src/cold/warm.lisp
src/compiler/dump.lisp
src/compiler/x86/cell.lisp
stems-and-flags.lisp-expr [deleted file]