diff options
author | dos-reis <gdr@axiomatics.org> | 2010-07-18 19:02:13 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-07-18 19:02:13 +0000 |
commit | 08966a5a24823ba5605d9baacebbbb95632842e2 (patch) | |
tree | 65192cbb6291cddd41f22128e7c8b87754f81b4c /src/ChangeLog | |
parent | 3467029153bc8d2115fb961eb5e4e995d62034f0 (diff) | |
download | open-axiom-08966a5a24823ba5605d9baacebbbb95632842e2.tar.gz |
* boot/tokens.boot: Add char? as builtin function.
* interp/i-output.boot (appChar): Fix thinko.
(outformWidth): Likewise.
(WIDTH): Likewise.
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 160d2232..8ce51027 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2010-07-18 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * boot/tokens.boot: Add char? as builtin function. + * interp/i-output.boot (appChar): Fix thinko. + (outformWidth): Likewise. + (WIDTH): Likewise. + 2010-07-13 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/g-opt.boot: %sname is a side-effect free operator. |