Make hGetContents throw an exception if an error is encountered
[ghc-base.git] / GHC / IO / Handle /
2009-10-12 Simon MarlowMake hGetContents throw an exception if an error is...
2009-09-30 Ben.Lippmeier@anu... Strip any Byte Order Mark (BOM) from the front of decod...
2009-09-30 Ben.Lippmeier@anu... Strip any Byte Order Mark (BOM) from the front of decod...
2009-09-23 Simon MarlowFix the error message when flushing the read buffer...
2009-08-27 Simon MarlowFix hWaitForInput
2009-08-27 Simon Marlowfix debugging code
2009-08-05 Simon MarlowTweak the BufferedIO class to enable a memory-mapped...
2009-07-15 Simon Marlowwarning fix: -fno-implicit-prelude -> -XNoImplicitPrelude
2009-07-15 Simon MarlowAdd hGetEncoding :: Handle -> IO (Maybe TextEncoding)
2009-07-13 Simon MarlowExport Unicode and newline functionality from System...
2009-07-11 Ian LynaghFix build on Windows
2009-07-10 Ian LynaghFix "warn-unused-do-bind" warnings in GHC/IO/Handle...
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we just...
2009-07-06 simonpj@microsoft.comRemove unused imports from base
2009-06-26 Simon Marlowset binary mode for existing FDs on Windows (fixes...
2009-06-24 Simon MarlowsetNonBlockingMode now takes a flag, can turn blocking...
2009-06-14 Simon MarlowSave and restore the codec state when re-decoding
2009-06-16 Simon MarlowFix #3128: file descriptor leak when hClose fails
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support