aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-24 20:42:47 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-24 20:42:47 +0000
commit9852c96d425eaad7f299ed36558930514a0487d3 (patch)
treebf18fb267c1f7433e989133f41a6b21310d4c9c4 /src/ChangeLog
parentb471fd6f3716d3e2c50e667f4d96efe38f8e31b5 (diff)
downloadopen-axiom-9852c96d425eaad7f299ed36558930514a0487d3.tar.gz
* boot/initial-env.lisp (MEMQ): Remove.
* boot/ast.boot (shoeATOMs): Don't use it. (isDynamicVariable): Likewise. (shoeCompTran1): Likewise. * boot/translator.boot (defuse1): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0fe2a833..e60e529f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
2011-04-24 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * boot/initial-env.lisp (MEMQ): Remove.
+ * boot/ast.boot (shoeATOMs): Don't use it.
+ (isDynamicVariable): Likewise.
+ (shoeCompTran1): Likewise.
+ * boot/translator.boot (defuse1): Likewise.
+
+2011-04-24 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* boot/ast.boot (bfMakeCollectInsn): New.
(bfDoCollect): Tidy.