cvs commit: hugs98/libraries/Hugs IOExts.hs hugs98/src iomonad.c
Sven Panne
panne at glass.cse.ogi.edu
Fri Feb 20 09:45:08 EST 2004
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
More information about the Cvs-hugs
mailing list