aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-08-29 18:50:00 +0000
committerdos-reis <gdr@axiomatics.org>2009-08-29 18:50:00 +0000
commit3fc1f3a489b51d2e33830516b389ac63edb664a7 (patch)
tree5c0da672b5a62f41750f88caa2b0b81ac7b5e74a /src/ChangeLog
parent5f24b5d3416d723eed6052b491311c7549a2526e (diff)
downloadopen-axiom-3fc1f3a489b51d2e33830516b389ac63edb664a7.tar.gz
* boot/ast.boot (bfCase): Don't hold scrutinee's remaining
structure in a temporary. (bfCI): Adjust generation of selectors.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f9b0b2c7..0f536330 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2009-08-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * boot/ast.boot (bfCase): Don't hold scrutinee's remaining
+ structure in a temporary.
+ (bfCI): Adjust generation of selectors.
+
+2009-08-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* boot/ast.boot (%Definition): Lose one argument.
(bfDefinition): Remove.
(bfSimpleDefinition): Likewise.