cvs commit: fptools/libraries/base/include HsBase.h
fptools/libraries/base/GHC Handle.hs IO.hs
Simon Marlow
simonmar at glass.cse.ogi.edu
Tue Dec 23 05:58:18 EST 2003
simonmar 2003/12/23 05:58:18 PST
Modified files:
libraries/base/include HsBase.h
libraries/base/GHC Handle.hs IO.hs
Log:
- Fix up mingw build after changes to hGetBuf etc.
I don't think that hGetBufNonBlocking works correctly on Windows,
because there doesn't seem to be a non-blocking read primitive. I
haven't tested it, however.
- Clean up Unix versions of the low-level read/write functions in
Handle.hs. Now that these aren't used on Windows, they can be
made simpler.
Revision Changes Path
1.37 +2 -14 fptools/libraries/base/include/HsBase.h
1.29 +17 -26 fptools/libraries/base/GHC/Handle.hs
1.22 +4 -0 fptools/libraries/base/GHC/IO.hs
More information about the Cvs-libraries
mailing list