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 6c28c380..7912902e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2010-12-27 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/initial-env.lisp (IDENTP): Remove. + * boot/ast.boot: Replace IDENTP with symbol? where appropriate. + * boot/parser.boot: Likewise. + * boot/translator.boot: Likewise. + +2010-12-27 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/includer.boot (char): Move to token.boot. * boot/tokens.boot (shoeStartsId): Move from initial-env.lisp (shoeIdChar): Likewise. |