0.pre7.18:
authorWilliam Harold Newman <william.newman@airmail.net>
Mon, 27 Aug 2001 17:19:25 +0000 (17:19 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Mon, 27 Aug 2001 17:19:25 +0000 (17:19 +0000)
commit35edf441c6cd64127bdd96180e47b2d21e13edbd
treeccc08a222af0840f441c3498366b1dd0311cbd2d
parent197ca115fd3265b4525213ece17800215fbd1203
0.pre7.18:
miscellaneous post-IR1-interpreter cleanup..
..put all of eval.lisp into the SB-BYTECODE package
..made SB-BYTECODE package use SB-EXT, as other packages do
..deleted INTERPRETED-FUNCTION stuff
..renamed INTERNAL-EVAL (external) to %EVAL (internal)
..moved eval.lisp after globaldb.lisp in
stems-and-flags.lisp-expr, so that it can use the
compiler macro form of INFO instead of full call
..moved FIND-IF-IN-CLOSURE from SB!SYS (which is supposed to
be system-dependent stuff) into SB!KERNEL; and then
made it a private function, since it's only used in
one place anyway
package-data-list.lisp-expr
src/code/eval.lisp
src/code/fdefinition.lisp
stems-and-flags.lisp-expr
version.lisp-expr