diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <gdr@cs.tamu.edu> + + * 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 <gdr@cs.tamu.edu> * boot/tokens.boot: arrayRef is now a builtin function. |