[project @ 1998-08-14 12:42:01 by sof]
authorsof <unknown>
Fri, 14 Aug 1998 12:42:23 +0000 (12:42 +0000)
committersof <unknown>
Fri, 14 Aug 1998 12:42:23 +0000 (12:42 +0000)
commitbf64fa7057773902012e3cbea5186bc06b94be0b
treef7b8f34ac5604f7027a33a2d5901ffb97b32c35e
parentfb49b1af911ded218b3b3a84c784be2542c53e86
[project @ 1998-08-14 12:42:01 by sof]
Beefed up IO stub functions to not have to rely on stdio any longer
24 files changed:
ghc/lib/std/cbits/allocMem.lc [new file with mode: 0644]
ghc/lib/std/cbits/closeFile.lc
ghc/lib/std/cbits/echoAux.lc
ghc/lib/std/cbits/errno.lc
ghc/lib/std/cbits/fileEOF.lc
ghc/lib/std/cbits/fileGetc.lc
ghc/lib/std/cbits/fileLookAhead.lc
ghc/lib/std/cbits/fileObject.h [new file with mode: 0644]
ghc/lib/std/cbits/fileObject.lc [new file with mode: 0644]
ghc/lib/std/cbits/filePosn.lc
ghc/lib/std/cbits/filePutc.lc
ghc/lib/std/cbits/fileSize.lc
ghc/lib/std/cbits/flushFile.lc
ghc/lib/std/cbits/freeFile.lc
ghc/lib/std/cbits/getBufferMode.lc
ghc/lib/std/cbits/getLock.lc
ghc/lib/std/cbits/inputReady.lc
ghc/lib/std/cbits/openFile.lc
ghc/lib/std/cbits/readFile.lc
ghc/lib/std/cbits/seekFile.lc
ghc/lib/std/cbits/setBuffering.lc
ghc/lib/std/cbits/stgio.h
ghc/lib/std/cbits/writeError.lc [new file with mode: 0644]
ghc/lib/std/cbits/writeFile.lc