0.7.10.14:
authorChristophe Rhodes <csr21@cam.ac.uk>
Mon, 9 Dec 2002 11:54:48 +0000 (11:54 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Mon, 9 Dec 2002 11:54:48 +0000 (11:54 +0000)
commitdc84ceb894fdbe315f82dd8336f3ba894435a669
treef2f591969b1b466a7520f5946114a6b34df48641
parentd3f278d4bbc13b5c59ea06c91bd4025b23f883d1
0.7.10.14:
Fix bug 219 (ANSIfying DEFINE-COMPILER-MACRO in non-toplevel
contexts):
... remove IR1 implementation, converting to a macro- and
EVAL-WHEN-based implementation
... increment fasl file version number
also, while I'm at it, set the COMPILER-MACRO-FUNCTION name
to something useful for use in the debugger; apply
similar fix for the MACRO-FUNCTION of a macro:
... move DEBUG-NAMIFY to SB-INT and export it.
BUGS
NEWS
package-data-list.lisp-expr
src/code/defmacro.lisp
src/code/early-fasl.lisp
src/code/macros.lisp
src/compiler/early-c.lisp
src/compiler/ir1-translators.lisp
src/compiler/ir1report.lisp
tests/compiler.impure.lisp
version.lisp-expr