aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-02-21 00:48:28 +0000
committerdos-reis <gdr@axiomatics.org>2010-02-21 00:48:28 +0000
commit3ca41ddb56efd927b46da41d9ce369c31538e3b3 (patch)
tree39a7193de66502f574a7a261b1b624e6886ce848 /src/ChangeLog
parent3641c06bc50b60bfa60549daff6cd95029878129 (diff)
downloadopen-axiom-3ca41ddb56efd927b46da41d9ce369c31538e3b3.tar.gz
* algebra/boolean.spad.pamphlet (PropositionalFormula):
Reimplement in terms of kernels. * algebra/Makefile.pamphlet ($(OUT)/KERNEL.$(FASLEXT)): New dependence rule. ($(OUT)PROPFRML.$(FASLEXT)): Likewise. (axiom_algebra_layer_19): Move PROPFRML to... (axiom_algebra_layer_6): ...here.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1e4d8f24..74841751 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2010-02-20 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * algebra/boolean.spad.pamphlet (PropositionalFormula):
+ Reimplement in terms of kernels.
+ * algebra/Makefile.pamphlet ($(OUT)/KERNEL.$(FASLEXT)): New
+ dependence rule.
+ ($(OUT)PROPFRML.$(FASLEXT)): Likewise.
+ (axiom_algebra_layer_19): Move PROPFRML to...
+ (axiom_algebra_layer_6): ...here.
+
2010-02-17 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/sys-constants.boot ($SystemInlinableConstructorNames):