Export Unicode and newline functionality from System.IO; update Haddock docs
[ghc-base.git] / GHC / IO / Handle.hs
2009-07-13 Simon MarlowExport Unicode and newline functionality from System...
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we want...
2009-06-23 Simon Marlowadd hFlushAll, flushes both read and write buffers
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