Tweak the BufferedIO class to enable a memory-mapped file implementation
[ghc-base.git] / GHC / IO / Handle / Internals.hs
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