aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-22 14:05:05 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-22 14:05:05 +0000
commit103b2d845a96451055d6795eaede7e4070977731 (patch)
treece10ad55c9569f4d2e140d9b158a5719e7406787 /src/ChangeLog
parenta702ea88c792e54d6a44b89efb09c265f542704a (diff)
downloadopen-axiom-103b2d845a96451055d6795eaede7e4070977731.tar.gz
* algebra/net.spad.pamphlet (InputOutputBinaryFile): New.
(position$InputBinaryFile): New. (position!$InputBinaryFile): Likewise. * algebra/exposed.lsp.pamphlet: Expose InputOutputBinaryFile. * algebra/Makefile.pamphlet (axiom_algebra_layer_user): Add IOBFILE.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4596fc9f..434c3c3f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-22 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * algebra/net.spad.pamphlet (InputOutputBinaryFile): New.
+ (position$InputBinaryFile): New.
+ (position!$InputBinaryFile): Likewise.
+ * algebra/exposed.lsp.pamphlet: Expose InputOutputBinaryFile.
+ * algebra/Makefile.pamphlet (axiom_algebra_layer_user): Add IOBFILE.
+
2008-10-21 Gabriel Dos Reis <gdr@cs.tamu.edu>
* boot/ast.boot: Expand on native call translation.