aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
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>