0.7.7.4:
authorWilliam Harold Newman <william.newman@airmail.net>
Sat, 31 Aug 2002 01:19:50 +0000 (01:19 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sat, 31 Aug 2002 01:19:50 +0000 (01:19 +0000)
commit24bc431a3403af05c5df601d09c0d0c27cb500b2
treede049b0077a3ea7475891449e5911112cd70f8e9
parentc9e081a4c9daf8478d0c1c5a0eec6e8ee0a843bd
0.7.7.4:
ported pmai's version of Gerd Moellman's "Remove
PCL::EXTRACT-DECLARATIONS" patch (gm cmucl-imp
2002-08-24, pmai cvs diff -D '2002-08-26 16:00 UTC'
-D '2002-08-26 16:20 UTC'), to make PCL use the same
PARSE-BODY as the rest of the system, instead of
reimplementing the wheel.
and actually we don't even need PARSE-BODY in DOPLIST as it is
currently used, nor ENV either
and why the heck is PARSE-BODY in SB!SYS? Move it to SB!INT.
package-data-list.lisp-expr
src/code/parse-body.lisp
src/compiler/ir1-translators.lisp
src/compiler/ir1tran.lisp
src/compiler/main.lisp
src/pcl/boot.lisp
src/pcl/defcombin.lisp
src/pcl/init.lisp
src/pcl/macros.lisp
src/pcl/vector.lisp
version.lisp-expr