aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 d8ac3c9a..190ef488 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2012-05-19 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * boot/ast.boot (shoeCompTran1): Take variable sets by reference.
+ Remove globals. Adjust caller.
+ (shoeCompTran): Replace fluid variables by references.
+
+2012-05-19 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* boot/tokens.boot: symbolBinding is now builtin.
* boot/ast.boot (%Ast): Add %Dynamic variant.
(bfColonColon): Use symbolBinding instead of FIND-SYMBOLS.