aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-28 00:08:51 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-28 00:08:51 +0000
commit78a4efb6f15ad686efe78fc10f3216719833d8aa (patch)
tree1e85cdfa3ddf38b9d45e9b9f6cd23df488a16092 /src/ChangeLog
parenta40ca0675768d44f492c2956c070bea091388a47 (diff)
downloadopen-axiom-78a4efb6f15ad686efe78fc10f3216719833d8aa.tar.gz
* interp/i-analy.boot (elaborateTree): New.
* interp/i-special.boot (bottomUpProposition): Likewise. (upand): Use it to handle propositional formula. (upor): Likewise.
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 90824abc..2088c425 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2011-02-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/i-analy.boot (elaborateTree): New.
+ * interp/i-special.boot (bottomUpProposition): Likewise.
+ (upand): Use it to handle propositional formula.
+ (upor): Likewise.
+
+2011-02-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/i-analy.boot (bottomUpWithArgModesets): Split out of
bottomUp.
(bottomUp): Call it.