Use Unicode private-use characters for roundtripping
[ghc-base.git] / GHC / IO / Handle / Text.hs
2011-05-18 Max BolingbrokeUse Unicode private-use characters for roundtripping
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2011-01-21 Simon Marlowfix silly mistake in hGetBufSome (#4895)
2010-12-18 Ian LynaghReplace uses of the old catch function with the new one
2010-11-25 Simon MarlowEncode immediately in hPutStr and hPutChar
2010-11-24 Simon Marlowuse LANGUAGE instead of OPTIONS_GHC
2010-11-16 simonpj@microsoft.comRemove unnecessary fromIntegral calls
2010-10-27 Simon MarlowhGetBuf: fix a case of a short read being returned...
2010-09-16 Simon Marlowsome fixes for hGetBufSome
2010-09-09 Simon MarlowRemove debugging code accidentally left in
2010-06-29 Simon Marlowdoc wibble
2010-06-24 Simon Marlowmake the hGetBuf/hPutBuf family work with non-FD Handle...
2010-06-15 Simon Marlowdocs: note that hGetBufNonBlocking isn't non-blocking...
2010-05-17 Simon MarlowhWaitForInput: don't try to read from the device (...
2010-05-05 Simon MarlowFix for hGetBufSome
2010-05-04 Simon MarlowAdd hGetBufSome, like hGetBuf but can return short...
2010-03-25 Simon Marlowremove old/wrong comment
2009-11-25 Simon MarlowhGetContents: close the handle properly on error
2009-10-12 Simon MarlowMake hGetContents throw an exception if an error is...
2009-08-27 Simon MarlowFix hWaitForInput
2009-08-05 Simon MarlowTweak the BufferedIO class to enable a memory-mapped...
2009-07-13 Simon MarlowExport Unicode and newline functionality from System...
2009-07-10 Ian LynaghFix "warn-unused-do-bind" warnings in GHC/IO/Handle...
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support