Fix a few places where we forgot to close the text codecs (#4029)
[ghc-base.git] / GHC / IO / Handle / Internals.hs
2010-07-02 Simon MarlowFix a few places where we forgot to close the text...
2010-05-17 Simon MarlowhWaitForInput: don't try to read from the device (...
2010-04-21 Simon Marlowraise asynchronous exceptions asynchronously (#3997)
2010-04-13 Ian LynaghFix bitrot in IO debugging code
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 MarlowAdd hGetEncoding :: Handle -> IO (Maybe TextEncoding)
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-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