From 41c41ca859e093f8029bc5c6e9df996df8998530 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 1 Oct 2008 09:50:16 +0000 Subject: * algebra/files.spad.pamphlet (IOMode): New domain. * algebra/net.spad.pamphlet (InputBinaryFile): Likewise. (OutputBinaryFile): Likewise. * interp/sys-utility.boot (openBinaryFile): New. (readByteFromFile): Likewise. (writeByteToFile): Likewise. (closeFile): Likewise. --- src/algebra/exposed.lsp.pamphlet | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/algebra/exposed.lsp.pamphlet') diff --git a/src/algebra/exposed.lsp.pamphlet b/src/algebra/exposed.lsp.pamphlet index 8f50526d..e19ec96c 100644 --- a/src/algebra/exposed.lsp.pamphlet +++ b/src/algebra/exposed.lsp.pamphlet @@ -200,6 +200,7 @@ (|InfiniteTupleFunctions2| . ITFUN2) (|InfiniteTupleFunctions3| . ITFUN3) (|Infinity| . INFINITY) + (|InputBinaryFile| . INBFILE) (|Integer| . INT) (|IntegerCombinatoricFunctions| . COMBINAT) (|IntegerLinearDependence| . ZLINDEP) @@ -291,6 +292,7 @@ (|OrdinaryDifferentialRing| . ODR) (|OrdSetInts| . OSI) (|OrthogonalPolynomialFunctions| . ORTHPOL) + (|OutputBinaryFile| . OUTBFILE) (|OutputPackage| . OUT) (|PadeApproximantPackage| . PADEPAC) (|Pair| . PAIR) -- cgit v1.2.3