aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-09 14:18:38 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-09 14:18:38 +0000
commitaa827b23f713e6568dde0c7c9fecf67d2ee2e7fd (patch)
tree52572bbbb0561bf5454b07d3d9098392a3d6a498 /src/ChangeLog
parent7b82287b36a54b0ac78e82f9d8ad468cb889a4e4 (diff)
downloadopen-axiom-aa827b23f713e6568dde0c7c9fecf67d2ee2e7fd.tar.gz
* boot/ast.boot: Miscellaneous cleanup.
* boot/includer.boot: Likewise. * boot/parser.boot: Likewise. * boot/pile.boot: Likewise. * boot/scanner.boot: Likewise. * boot/translator.boot: Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 37936b26..937d284a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+2010-05-09 Gabriel Dos Reis <gdr@cse.tamu.edu>
+
+ * boot/ast.boot: Miscellaneous cleanup.
+ * boot/includer.boot: Likewise.
+ * boot/parser.boot: Likewise.
+ * boot/pile.boot: Likewise.
+ * boot/scanner.boot: Likewise.
+ * boot/translator.boot: Likewise.
+
2010-05-09 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/cattable.boot: Replace call to CONS with bracket syntax.