aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-04 01:15:12 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-04 01:15:12 +0000
commite77d30ccf1b663aaa6ec1e017fa8e31f3296afeb (patch)
tree703653619aa22af3e5e1cde30dc592dfb2b45842 /src/ChangeLog
parent4a4bc97750020f7c31ca8b29fdc4a104f7825367 (diff)
downloadopen-axiom-e77d30ccf1b663aaa6ec1e017fa8e31f3296afeb.tar.gz
* boot/ast.boot (bfSTEP): Synthetize artificial variable for
unnamed loop index.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a6e5f0a6..2cdd0ced 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-03 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * boot/ast.boot (bfSTEP): Synthetize artificial variable for
+ unnamed loop index.
+
2011-07-14 Gabriel Dos Reis <gdr@cs.tamu.edu>
* boot/ast.boot (bfIS1): Tidy test for cons cells.