diff options
author | dos-reis <gdr@axiomatics.org> | 2010-12-18 14:21:42 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-12-18 14:21:42 +0000 |
commit | 751f5dd0f97c1c6e53dcb0ca118f1a8b5cb7fc59 (patch) | |
tree | 6ad84134b2e1cc60062c59ba1fa626f13ff2c856 /src/ChangeLog | |
parent | 04a318d38f06e117778e4253f061559f48b217b6 (diff) | |
download | open-axiom-751f5dd0f97c1c6e53dcb0ca118f1a8b5cb7fc59.tar.gz |
* boot/initial-env.lisp (VEC-SETELT): Remove.
* boot/scanner.boot (shoeIntValue): Tidy.
(shoeSubString): Likewise.
* boot/tokens.boot (shoeInsert): Likewise.
(shoeDictCons): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2f25113c..220def3d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2010-12-18 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * boot/initial-env.lisp (VEC-SETELT): Remove. + * boot/scanner.boot (shoeIntValue): Tidy. + (shoeSubString): Likewise. + * boot/tokens.boot (shoeInsert): Likewise. + (shoeDictCons): Likewise. + 2010-12-15 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/format.boot (form2String1): Handle string literals |