[project @ 2001-12-27 09:28:10 by sof]
authorsof <unknown>
Thu, 27 Dec 2001 09:28:11 +0000 (09:28 +0000)
committersof <unknown>
Thu, 27 Dec 2001 09:28:11 +0000 (09:28 +0000)
commit215280e9692c0b2063b83342b0e900c8028a8eb7
tree4a14cab3f8c5b9c1002e3c0e9122a0afb5937898
parentb91cf86dcdd9de988d68a08d721ded4068147940
[project @ 2001-12-27 09:28:10 by sof]
- removed PrelPosix.c_read, PrelPosix.c_write
- added Ptr and RawBuffer versions of PrelHandle.write_off,
  and PrelHandle.read_off and exported them, i.e., PrelHandle
  now exports:

    read_off_ba :: FD -> Bool -> RawBuffer -> Int -> CInt -> IO CInt
    read_off :: FD -> Bool -> Ptr CChar -> Int -> CInt -> IO CInt
    write_off_ba :: CInt -> Bool -> RawBuffer -> Int -> CInt -> IO CInt
    write_off :: CInt -> Bool -> Ptr CChar -> Int -> CInt -> IO CInt

- make hPutChar (win)socket friendly.
ghc/lib/std/PrelHandle.hs
ghc/lib/std/PrelIO.hs
ghc/lib/std/PrelPosix.hsc