aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 05dbc0cb..6f3f808a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
2011-12-02 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/g-util.boot (hasNoLeave?): Move from g-opt.boot.
+ (mkLabelled): New.
+ (mkBind): Likewise.
+ * interp/g-opt.boot (groupVariableDefinitions): Use them.
+ * algebra/aggcat.spad.pamphlet (ListAggregate) [merge!]: Declare
+ local variables `r' and `s' before assigning to them.
+
+2011-12-02 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/g-opt.boot (iteratorName): New.
(changeLoopVarDefsToStore): Likewise.
(changeVariableDefinitionToStore): Use it. Tidy.