aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-05-28 21:44:26 +0000
committerdos-reis <gdr@axiomatics.org>2009-05-28 21:44:26 +0000
commit9a866efde4ed887d024c01a49b3cdde777d8deb3 (patch)
treec3434f7a42ddb6bc3590d9aba429129541c57c0a /src/ChangeLog
parent0e6d0cdde92747cc02d9965eef8ef1edc31cb1ae (diff)
downloadopen-axiom-9a866efde4ed887d024c01a49b3cdde777d8deb3.tar.gz
* interp/compiler.boot (compVector): Tidy code generation.
(checkExternalEntity): Handle Builtin external entities. (compSignatureImport): Likewise. * algebra/boolean.spad.pamphlet (Boolean): Import Lisp function from Foreign Builtin. (KleeneTrivalentLogic): The constant `true' and `false' are now inherited.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3b240947..d60aba65 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,18 @@
2009-05-28 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/compiler.boot (compVector): Tidy code generation.
+ (checkExternalEntity): Handle Builtin external entities.
+ (compSignatureImport): Likewise.
+ * algebra/boolean.spad.pamphlet (Boolean): Import Lisp function
+ from Foreign Builtin.
+ (KleeneTrivalentLogic): The constant `true' and `false' are now
+ inherited.
+
+2009-05-28 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* algebra/boolean.spad.pamphlet (PropositionalLogic): Now export
`true' and `false'.
- (Boolean): Ihenrit them.
+ (Boolean): Inherit them.
2009-05-27 Gabriel Dos Reis <gdr@cs.tamu.edu>