aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-09-21 03:35:55 +0000
committerdos-reis <gdr@axiomatics.org>2008-09-21 03:35:55 +0000
commitfd8c12056474ecab97015eff9cdadd4bd77b5fd5 (patch)
tree9e6106481e73d5cd1b78e7653e8414d585ef76ab /src/ChangeLog
parentfde9260a842114ae27a99f7de23c9a46b79eccf4 (diff)
downloadopen-axiom-fd8c12056474ecab97015eff9cdadd4bd77b5fd5.tar.gz
* interp/sys-macros.lisp (|byteEqual|): New.
* algebra/boolean.spad.pamphlet (PropositionalLogic): Extend SetCategory. (PropositionalFormula): Now unconditional exports coercion to OutputForm. Adjust implementation. (KleeneTrivalentLogic): New. * algebra/data.spad.pamphlet (Byte): Tidy. * algebra/Makefile.pamphlet (axiom_algebra_layer_0): Move PROPLOG to layer 1.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7c0491fc..ef3796f0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,17 @@
2008-09-20 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/sys-macros.lisp (|byteEqual|): New.
+ * algebra/boolean.spad.pamphlet (PropositionalLogic): Extend
+ SetCategory.
+ (PropositionalFormula): Now unconditional exports coercion to
+ OutputForm. Adjust implementation.
+ (KleeneTrivalentLogic): New.
+ * algebra/data.spad.pamphlet (Byte): Tidy.
+ * algebra/Makefile.pamphlet (axiom_algebra_layer_0): Move PROPLOG
+ to layer 1.
+
+2008-09-20 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* include/cfuns.h (oa_dirname): Declare.
* lib/cfuns-c.c (openaxiom_is_path_separator): New.
(oa_dirname): Define.