
20 Feb
2004
20 Feb
'04
12:45 p.m.
panne 2004/02/20 09:45:08 PST Modified files: libraries/Hugs IOExts.hs src iomonad.c Log: Added implementations for hSetBinaryMode, hPutBuf, and hGetBuf. The non-blocking variants are left as an easy exercise for the reader... :-] Only mildly tested. ToDo: There is quite a bit of cut-n-paste code in iomonad.c, which should be cleaned up a bit. Revision Changes Path 1.18 +11 -2 hugs98/libraries/Hugs/IOExts.hs 1.72 +137 -2 hugs98/src/iomonad.c