diff options
author | dos-reis <gdr@axiomatics.org> | 2007-10-27 23:21:35 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-10-27 23:21:35 +0000 |
commit | 471d0186fa938e05f69b26dd209544de721de94d (patch) | |
tree | 67d612b37680efed7fc53dac4e763789dcaba50a /src/boot/ChangeLog | |
parent | af60761fbae34dc7728fcb8e8a8ab2115bdef94a (diff) | |
download | open-axiom-471d0186fa938e05f69b26dd209544de721de94d.tar.gz |
* ast.boot.pamphlet (bfLp1): Simplify loop code generation.
Update cached Lisp translation.
* includer.boot.pamphlet: Update cached Lisp translation.
* parser.boot.pamphlet: Likewise.
* pile.boot.pamphlet: Likewise.
* scanner.boot.pamphlet: Likewise.
* tokens.boot.pamphlet: Likewise.
* translator.boot.pamphlet: Likewise.
Diffstat (limited to 'src/boot/ChangeLog')
-rw-r--r-- | src/boot/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/boot/ChangeLog b/src/boot/ChangeLog index 5354e39f..cf785f41 100644 --- a/src/boot/ChangeLog +++ b/src/boot/ChangeLog @@ -1,3 +1,14 @@ +2007-10-27 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * ast.boot.pamphlet (bfLp1): Simplify loop code generation. + Update cached Lisp translation. + * includer.boot.pamphlet: Update cached Lisp translation. + * parser.boot.pamphlet: Likewise. + * pile.boot.pamphlet: Likewise. + * scanner.boot.pamphlet: Likewise. + * tokens.boot.pamphlet: Likewise. + * translator.boot.pamphlet: Likewise. + 2007-10-15 Gabriel Dos Reis <gdr@cs.tamu.edu> * ast.boot.pamphlet (bfSUBLIS1): Return fix point. |