0.7.2.4:
authorWilliam Harold Newman <william.newman@airmail.net>
Mon, 1 Apr 2002 14:52:22 +0000 (14:52 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Mon, 1 Apr 2002 14:52:22 +0000 (14:52 +0000)
commit4d5c5d322dcca0753474496cde44a9dbfe627496
treeee4b218d09bb65b935a95fc40fe7d02a6548d1e4
parent27155202e7a3c0e997a4fad7ba2aa01fa1a2b7a9
0.7.2.4:
merged NJF DEFINE-SYMBOL-MACRO patch sbcl-devel 2002-03-23
tweaked patch...
...removed "DEFINE-SYMBOL-MACRO" from
defun-load-or-cload-xcompiler.lisp (on the theory that
since SBCL doesn't use DEFINE-SYMBOL-MACRO itself, we
don't need to mess with cross-compiling it and so can
make the xcompiler simpler)
...updated MACROEXPAND-1 to handle symbol macros
...tweaked ECASE in EVAL to handle :MACRO case
removed related entries in clocc-ansi-test-known-bugs.lisp
bumped +FASL-FILE-VERSION+ since the new INFO :VARIABLE
:MACRO-EXPANSION code probably displaces other codes,
possibly causing stored code to be broken
BUGS
NEWS
src/code/describe.lisp
src/code/early-fasl.lisp
src/code/macroexpand.lisp
src/code/macros.lisp
src/compiler/globaldb.lisp
src/compiler/ir1tran.lisp
tests/clocc-ansi-test-known-bugs.lisp
version.lisp-expr