Add System.IO.char8, the encoding used by openBinaryFile,
[ghc-base.git] / GHC / IO / Handle.hs
2011-05-24 Simon MarlowAdd System.IO.char8, the encoding used by openBinaryFile,
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-12-01 Simon Marlowfix a discarded exception in hClose
2010-11-25 Simon Marlowfix hTell behaviour with Unicode Handles
2010-11-25 Simon MarlowEncode immediately in hPutStr and hPutChar
2010-11-24 Simon Marlowuse LANGUAGE instead of OPTIONS_GHC
2010-07-14 Simon Marlowdoc formatting fix
2010-07-02 Simon MarlowFix a few places where we forgot to close the text...
2010-06-29 Simon Marlowdoc updates in System.IO
2010-05-14 Simon MarlowhSetEncoding: change the encoding on both read and...
2010-01-12 Simon MarlowhIsEOF: don't do any decoding (#3808)
2009-09-23 Simon MarlowFix #3534: No need to flush the byte buffer when settin...
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-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