aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-09-30 10:59:54 +0000
committerdos-reis <gdr@axiomatics.org>2011-09-30 10:59:54 +0000
commit1dad9f2ee595ae4255a7afecc249c4d4a02e148a (patch)
tree9eb0fa81bd4f3b658ba831aa7345dacb2d4a793e /src/ChangeLog
parent441c2259ea4bdda1c2a0a4091a55955536998270 (diff)
downloadopen-axiom-1dad9f2ee595ae4255a7afecc249c4d4a02e148a.tar.gz
* boot/ast.boot (bfTableIteratorBindingForm): New.
(bfExpandTableIters): Use it. * boot/initial-env.lisp (HKEYS): Remove. * boot/tokens.boot (shoeDictCons): Iterate directly over shoeKeyTable. (shoePunCons): Likewise. * boot/translator.boot (shoeReport): Iterate directly over $bootUsed. (shoeXReport): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 22dd7946..e3ec68bc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2011-09-30 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * boot/ast.boot (bfTableIteratorBindingForm): New.
+ (bfExpandTableIters): Use it.
+ * boot/initial-env.lisp (HKEYS): Remove.
+ * boot/tokens.boot (shoeDictCons): Iterate directly over shoeKeyTable.
+ (shoePunCons): Likewise.
+ * boot/translator.boot (shoeReport): Iterate directly over $bootUsed.
+ (shoeXReport): Likewise.
+
2011-09-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
* boot/ast.boot (bfFor): Tidy. Handle hashtable iterator forms.