0.8alpha.0.21:
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 8 May 2003 16:17:57 +0000 (16:17 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 8 May 2003 16:17:57 +0000 (16:17 +0000)
commitd76c81b0ca4dcfc99f0cd805f5c20493fa80b2b6
tree106fa81aae7510e854313796ab0ff98db92d12b3
parent1bbd405c3c21f93db7aa956946738c8a3f30837d
0.8alpha.0.21:
The "uh, I thought we had users beta-testing for us" release:
Make SETQ on globals return a value (and IN-PACKAGE, and ...)
... the SET VOP and the %SET-SYMBOL-VALUE IR2 thingy are
different, so one shouldn't translate the other;
... instead, create an IR2 translator for %SET-SYMBOL-VALUE by
hand, mimicking the effect of :SET-TRANS in
DEFINE-PRIMITIVE-OBJECT;
... this removes the need for late-symbol.lisp, so delete it.
While we're in a deleting mood...
... delete src/pcl/fast-init.lisp, which hasn't been part of the
build for the last 5 months or so.
build-order.lisp-expr
src/code/late-symbol.lisp [deleted file]
src/code/symbol.lisp
src/compiler/generic/vm-ir2tran.lisp
src/compiler/x86/cell.lisp
src/pcl/fast-init.lisp [deleted file]
tests/smoke.impure.lisp
version.lisp-expr