diff options
author | dos-reis <gdr@axiomatics.org> | 2010-05-07 01:09:19 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-05-07 01:09:19 +0000 |
commit | 57cc9e7ab4606e72a6a12fd73fc4cc3cf0e10a83 (patch) | |
tree | d5b9110e0ec3749173ab6b6ec07f42c160f5ccdb /src/ChangeLog | |
parent | e869c4e050f29dffb51d26f53489422020f49e4f (diff) | |
download | open-axiom-57cc9e7ab4606e72a6a12fd73fc4cc3cf0e10a83.tar.gz |
* boot/ast.boot: Miscellaneous cleanup.
* boot/includer.boot: Likewise.
* boot/parser.boot: Likewise.
* boot/pile.boot: Likewise.
* boot/scanner.boot: Likewise.
* boot/tokens.boot: Likewise.
* boot/translator.boot: Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2add1045..c2f2568b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ 2010-05-06 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/ast.boot: Miscellaneous cleanup. + * boot/includer.boot: Likewise. + * boot/parser.boot: Likewise. + * boot/pile.boot: Likewise. + * boot/scanner.boot: Likewise. + * boot/tokens.boot: Likewise. + * boot/translator.boot: Likewise. + +2010-05-06 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/ast.boot: Translate assignment to head and tail of a list. Remove explicit uses of RPLACA and RPLACD. * boot/includer.boot: Likewise. |