add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / GHC / IO / Handle /
2011-05-18 Max BolingbrokeUse Unicode private-use characters for roundtripping
2011-05-14 Max BolingbrokeBig patch to improve Unicode support in GHC. Validated...
2011-04-03 Max BolingbrokeChange debug prints in readTextDevice' to refer to...
2011-03-29 Simon Marlowfix Haddock error
2011-03-29 Simon MarlowAdd GHC.IO.Handle.FD.openFileBlocking (#4248)
2011-01-31 Simon Marlowadd missing extensions for Windows
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2011-01-21 Simon Marlowfix silly mistake in hGetBufSome (#4895)
2010-12-21 Simon MarlowAlways use 8k buffers instead of BUFSIZ
2010-12-18 Ian LynaghReplace uses of the old catch function with the new one
2010-12-01 Simon Marlowcheck for ClosedHandle in read/write operations on...
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-10-22 simonpj@microsoft.comRemove redundant imports, now that NoImplicitPrelude...
2010-09-16 Simon Marlowsome fixes for hGetBufSome
2010-09-13 Simon Marlowdon't fill a finalized handle with an error (see comment)
2010-09-13 Simon Marlowderiving (Eq, Ord, Read, Show) for Newline and NewlineMode
2010-09-09 Ross Patersonavoid Foreign.unsafePerformIO
2010-09-09 Simon MarlowRemove debugging code accidentally left in
2010-08-10 Simon MarlowIntegrated new I/O manager
2010-07-11 Simon HengelFix typo in documentation
2010-07-08 Simon Marlow New asynchronous exception control API (base parts)
2010-07-02 Simon MarlowFix a few places where we forgot to close the text...
2010-06-29 Simon Marlowdoc wibble
2010-06-29 Simon Marlowdoc updates in System.IO
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-04-21 Simon Marlowraise asynchronous exceptions asynchronously (#3997)
2010-04-21 Simon Marlowadd NOINLINE pragmas for stdin/stdout/stderr
2010-04-13 Ian LynaghFix bitrot in IO debugging code
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-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 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-11 Ian LynaghFix build on Windows
2009-07-10 Ian LynaghFix "warn-unused-do-bind" warnings in GHC/IO/Handle...
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-26 Simon Marlowset binary mode for existing FDs on Windows (fixes...
2009-06-24 Simon MarlowsetNonBlockingMode now takes a flag, can turn blocking...
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