From 8ffa40b0f97e90033c1be9e97430e0dee02f4e01 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 7 Sep 2010 17:09:38 +0000 Subject: * interp/c-util.boot (massageBackendCode): Remove conditional on $NEWSPAD since it always true. Keep note of Lisp-level special variable even if it is set with SETQ. (transformToBackendCode): Declare special variables before fluid and local variables. * interp/compiler.boot: Don't compile SETQ forms as if they were Spad codes. --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index f24a8bd8..2ce1b27a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2010-09-07 Gabriel Dos Reis + + * interp/c-util.boot (massageBackendCode): Remove conditional on + $NEWSPAD since it always true. Keep note of Lisp-level special + variable even if it is set with SETQ. + (transformToBackendCode): Declare special variables before fluid + and local variables. + * interp/compiler.boot: Don't compile SETQ forms as if they were + Spad codes. + 2010-08-28 Gabriel Dos Reis * utils/Makefile.in ($(oa_target_oalib)): Create contaning -- cgit v1.2.3