[project @ 2003-12-23 13:58:17 by simonmar]
authorsimonmar <unknown>
Tue, 23 Dec 2003 13:58:18 +0000 (13:58 +0000)
committersimonmar <unknown>
Tue, 23 Dec 2003 13:58:18 +0000 (13:58 +0000)
commit23ca6b8a9e91256cc39ad823cdd7a0fc1fdf3ac5
treedef0fa60e51c950d6dd77180239c511c7ff56dea
parent7981661de97f5c8e746d2cb7b4c146dba33069d2
[project @ 2003-12-23 13:58:17 by simonmar]
- 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.
GHC/Handle.hs
GHC/IO.hs
include/HsBase.h