aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-07-18 19:02:13 +0000
committerdos-reis <gdr@axiomatics.org>2010-07-18 19:02:13 +0000
commit08966a5a24823ba5605d9baacebbbb95632842e2 (patch)
tree65192cbb6291cddd41f22128e7c8b87754f81b4c /src/ChangeLog
parent3467029153bc8d2115fb961eb5e4e995d62034f0 (diff)
downloadopen-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/ChangeLog7
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.