0.7.7.24:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 10 Oct 2002 16:55:05 +0000 (16:55 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 10 Oct 2002 16:55:05 +0000 (16:55 +0000)
commitb062a0cffdc3e1706a67c487d2bc5e406c104893
tree9e39ecfad95a5a9aec3253ed8571f6722fa5c5c2
parentc831b2828176641e93a45d3fd643e9f58cd44a3f
0.7.7.24:
READ-VAR-INTEGER and READ-PACKED-BIT-VECTOR are external to
SB!C, so don't need double colons in SB!C: prefixes.
made (FORMAT "foo" "bar") fail earlier, at
FILL-POINTER-OUTPUT-STREAM ctor time, instead of
when the FILL-POINTER-OUTPUT-STREAM is first used for
output
got rid of *TOPLEVEL-LAMBDA-MAX* and
*PENDING-TOPLEVEL-LAMBDAS* (and FORCE-P arg to
SUB-COMPILE-TOPLEVEL-LAMBDAS and
COMPILE-TOPLEVEL-LAMBDAS, and TOPLEVEL-CLOSURE
in COMPILE-TOPLEVEL, and various now-redundant
FORCE-P-only calls to COMPILE-TOPLEVEL-LAMBDAS)
19 files changed:
TODO
doc/sbcl.1
make-host-2.sh
src/code/alpha-vm.lisp
src/code/debug-int.lisp
src/code/hppa-vm.lisp
src/code/mips-vm.lisp
src/code/ppc-vm.lisp
src/code/sparc-vm.lisp
src/code/stream.lisp
src/code/x86-vm.lisp
src/compiler/hppa/insts.lisp
src/compiler/main.lisp
src/compiler/mips/insts.lisp
src/compiler/ppc/insts.lisp
src/compiler/seqtran.lisp
src/compiler/x86/insts.lisp
tests/seq.impure.lisp
version.lisp-expr