aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 3b124755..08edbd6d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
2015-12-26 Gabriel Dos Reis <gdr@axiomatics.org>
+ * interp/nruncomp.boot (buildFunctor): Remove use of
+ $ConstantAssignments.
+ * interp/functor.boot (DescendCode): Remove dead and bogus code
+ for constant creation.
+ (ConstantCreator): Remove.
+
+2015-12-26 Gabriel Dos Reis <gdr@axiomatics.org>
+
* interp/functor.boot (addConditionToGuard): New. Split out of
DescendCode.
(viewsUnderCondition): Likewise.