diff options
| author | dos-reis <gdr@axiomatics.org> | 2011-04-20 23:31:24 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2011-04-20 23:31:24 +0000 |
| commit | 1ca37b944b566ef3f0479d4c2fe6895e9fbd3785 (patch) | |
| tree | e4d75111b770366bac08174a5bf47f4bdaaee1eb /src/ChangeLog | |
| parent | 1e67a3445ddda759c38b455494350ed00390d73f (diff) | |
| download | open-axiom-1ca37b944b566ef3f0479d4c2fe6895e9fbd3785.tar.gz | |
* interp/sys-utility.boot (substitute): Define.
(substitute!): Likewise.
* boot/utility.boot: Do not rely on tail recursion removal.
* boot/tokens.boot: Don't translate substitute and substitute!.
* boot/ast.boot (bfLp1): Tidy.
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 ea46d38b..45d82a45 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2011-04-20 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * interp/sys-utility.boot (substitute): Define. + (substitute!): Likewise. + * boot/utility.boot: Do not rely on tail recursion removal. + * boot/tokens.boot: Don't translate substitute and substitute!. + * boot/ast.boot (bfLp1): Tidy. + 2011-04-19 Gabriel Dos Reis <gdr@cs.tamu.edu> * boot/tokens.boot: charUpcase, charDowncase, stringUpcase, |
