hGetBuf: fix a case of a short read being returned (#4427)
[ghc-base.git] / GHC / IO / Handle / Text.hs
2010-10-27 Simon MarlowhGetBuf: fix a case of a short read being returned...
2010-09-16 Simon Marlowsome fixes for hGetBufSome
2010-09-09 Simon MarlowRemove debugging code accidentally left in
2010-06-29 Simon Marlowdoc wibble
2010-06-24 Simon Marlowmake the hGetBuf/hPutBuf family work with non-FD Handle...
2010-06-15 Simon Marlowdocs: note that hGetBufNonBlocking isn't non-blocking...
2010-05-17 Simon MarlowhWaitForInput: don't try to read from the device (...
2010-05-05 Simon MarlowFix for hGetBufSome
2010-05-04 Simon MarlowAdd hGetBufSome, like hGetBuf but can return short...
2010-03-25 Simon Marlowremove old/wrong comment
2009-11-25 Simon MarlowhGetContents: close the handle properly on error
2009-10-12 Simon MarlowMake hGetContents throw an exception if an error is...
2009-08-27 Simon MarlowFix hWaitForInput
2009-08-05 Simon MarlowTweak the BufferedIO class to enable a memory-mapped...
2009-07-13 Simon MarlowExport Unicode and newline functionality from System...
2009-07-10 Ian LynaghFix "warn-unused-do-bind" warnings in GHC/IO/Handle...
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support