aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f425c99a..e611f359 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2011-12-11 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/g-util.boot (liftAassignments!): New.
+ (splitAssignments!): Use it.
+ * algebra/multpoly.spad.pamphlet (SparseMultivariatePolynomial):
+ Fix thinko.
+
+2011-12-11 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/g-opt.boot (inlineLocals!): Single-used temporaries should go.
(spliceSeqArgs): Splice sequences drapped in %scope cloths too.