add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / GHC / IO /
2011-05-24 Simon MarlowAdd System.IO.char8, the encoding used by openBinaryFile,
2011-05-18 Max BolingbrokeChange to the 0xEF80..0xEFFF private-use range for...
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-15 Simon MarlowImprove docs for GHC.IO.FD.openFile
2011-04-04 Max BolingbrokeDocument invariants on mkText{Decoder,Encoder}
2011-04-03 Max BolingbrokeChange some uses of CString functions to CAString instead
2011-04-03 Max BolingbrokeFix handling of suffixes for GNU iconv
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-31 Simon Marlowadd NoImplicitPrelude (fix Windows build failure)
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-13 Ian LynaghFix build on Windows
2010-12-06 Bryan O'SullivanDrop closeFd from Control.Concurrent, rename to closeFdWith
2010-11-26 Bryan O'SullivanFix #4514 - IO manager deadlock
2010-12-01 Simon Marlowfix a discarded exception in hClose
2010-12-01 Simon Marlowcheck for ClosedHandle in read/write operations on...
2010-11-25 Simon Marlowfix hTell behaviour with Unicode Handles
2010-11-25 Simon MarlowEncode immediately in hPutStr and hPutChar
2010-11-24 Simon MarlowDon't throw an error if the output buffer had no room
2010-11-24 Simon Marlowuse LANGUAGE instead of OPTIONS_GHC
2010-11-17 dimitris@microsoft.comFixing uses of fromIntegral for Windows
2010-11-16 simonpj@microsoft.comRemove unnecessary fromIntegral calls
2010-11-13 Ian LynaghAdd some comments to the generated Table.hs
2010-10-31 Ian LynaghRe-gen GHC/IO/Encoding/CodePage/Table.hs
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-22 Simon Marlowdoc tweak for Directory file type: file names are ...
2010-09-15 Simon Marlowdocumentation for IODeviceType (#4317, edited by me)
2010-09-16 Simon Marlowsome fixes for hGetBufSome
2010-09-15 Simon MarlowWindows: map ERROR_NO_DATA to EPIPE, rather than EINVAL
2010-09-14 simonpj@microsoft.comAdd missing import, fixes build on windows
2010-09-13 Simon MarlowAdd a suitable Show instance for TextEncoding (#4273)
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-09-07 Edward Z. YangMore accurate isatty test for MinGW.
2010-08-15 simonpj@microsoft.comAdd a missing castPtr (only shows up in -DDEBUG)
2010-08-10 Simon MarlowIntegrated new I/O manager
2010-07-14 Simon Marlowdoc formatting fix
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-22 Simon Marlowadd doc for the ExitCode type
2010-05-19 pho@cielonegro.orgUse libcharset instead of nl_langinfo(CODESET) if possible.
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-14 Simon MarlowhSetEncoding: change the encoding on both read and...
2010-04-23 Adam VogtCorrect haddock formatting.
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
2010-03-12 Ian LynaghTweak docs
2010-03-01 Bas van DijkDocumentation fixes in Control.Exception
2010-01-12 Simon MarlowhIsEOF: don't do any decoding (#3808)
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-10-06 Simon MarlowUse UTF-32LE instead of UTF32LE
2009-09-30 Ben.Lippmeier@anu... Strip any Byte Order Mark (BOM) from the front of decod...
2009-10-05 Simon Marlowuse UTF32BE/UTF32LE instead of UCS-4/UCS-4LE
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-09-23 Simon MarlowFix #3534: No need to flush the byte buffer when settin...
2009-09-13 Judah JacobsonOn Windows, use the console code page for text file...
2009-08-30 Simon MarlowAddress #3310
2009-08-30 Ben.Lippmeier@anu... Fix unicode conversion for MSB architectures
2009-08-30 Simon MarlowFix #3441: detect errors in partial sequences
2009-08-27 Simon MarlowFix hWaitForInput
2009-08-27 Simon Marlowfix debugging code
2009-08-26 Simon Marlowtypo in comment
2009-08-25 Simon Marlowun-hide some modules from the Haddock docs
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-15 Simon MarlowAdd more documentation to mkTextEncoding
2009-07-15 Simon MarlowAdd the utf8_bom codec
2009-07-13 Simon MarlowExport Unicode and newline functionality from System...
2009-07-07 Simon Marlowadd a comment about the non-workingness of CHARBUF_UTF16
2009-07-11 Ian LynaghFix build on Windows
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we want...
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-10 Ian LynaghUse the result of writeCharBuf in GHC/IO/Encoding/Latin...
2009-07-09 Ian LynaghFix "warn-unused-do-bind" warnings where we really...
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comRemove unused imports from base
2009-07-06 Simon MarlowUse the result of writeCharBuf
2009-07-02 Simon Marlowa byte between 0x80 and 0xBF is illegal immediately...
next