From c3efb458ecde8f2b30f5b51ebeda24fbaf894ce9 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 8 Feb 2011 19:44:03 +0000 Subject: * interp/lisp-backend.boot: Translate %ident? to IDENTP, not SYMBOLP. * interp/compiler.boot (compMatch): test for identifier, not atomic value. * algebra/syntax.spad.pamphlet (Syntax): Tidy. --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 922d539d..634bd521 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2011-02-08 Gabriel Dos Reis + + * interp/lisp-backend.boot: Translate %ident? to IDENTP, not SYMBOLP. + * interp/compiler.boot (compMatch): test for identifier, not + atomic value. + * algebra/syntax.spad.pamphlet (Syntax): Tidy. + 2011-02-07 Gabriel Dos Reis * boot/tokens.boot: arrayRef is now a builtin function. -- cgit v1.2.3