diff options
author | dos-reis <gdr@axiomatics.org> | 2008-09-14 08:25:17 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-09-14 08:25:17 +0000 |
commit | 48ce2222cc914d9eb522d0d474b9d48499bb891a (patch) | |
tree | 88ee6ee90d338a9b20387b6174c5ed437a0360de /src/ChangeLog | |
parent | cb2898bace89b16b4deae484375513c12a2d3b47 (diff) | |
download | open-axiom-48ce2222cc914d9eb522d0d474b9d48499bb891a.tar.gz |
* algebra/net.spad.pamphlet (Conduit): New.
(InputByteConduit): Likewise.
(OutputByteConduit): Likewise.
(InputOutputByteConduit): Likewise.
* algebra/exposed.lsp.pamphlet: Expose Conduit, InputByteConduit,
OutputByteConduit, InputOutputByteConduit.
* algebra/Makefile.pamphlet (axiom_algebra_layer_0): Include CONDUIT.
(axiom_algebra_layer_13): Include INBCON, INBCON-, OUTBCON, OUTBCON-.
(axiom_algebra_layer_14): Include IOBCON.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4b9e32f6..4deded32 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,17 @@ 2008-09-14 Gabriel Dos Reis <gdr@cs.tamu.edu> + * algebra/net.spad.pamphlet (Conduit): New. + (InputByteConduit): Likewise. + (OutputByteConduit): Likewise. + (InputOutputByteConduit): Likewise. + * algebra/exposed.lsp.pamphlet: Expose Conduit, InputByteConduit, + OutputByteConduit, InputOutputByteConduit. + * algebra/Makefile.pamphlet (axiom_algebra_layer_0): Include CONDUIT. + (axiom_algebra_layer_13): Include INBCON, INBCON-, OUTBCON, OUTBCON-. + (axiom_algebra_layer_14): Include IOBCON. + +2008-09-14 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/sys-os.boot (readablep): Import. (writeablep): Document. * algebra/fname.spad.pamphlet (exists?$FileName): Use existingFile? |