diff options
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? |