hWaitForInput: don't try to read from the device (#4078)
[ghc-base.git] / GHC /
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-05 Simon Marlowimprove the documentation for throwTo and killThread...
2010-05-05 Simon Marlowelaborate the docs for unsafePerformIO a bit
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-04-13 Ian LynaghTiny code tidy-up
2010-03-25 Simon Marlowremove old/wrong comment
2010-03-30 Simon Marlowfix the deprecation message (GHC.IO.Handle.Base ->...
2010-03-12 Ian LynaghTweak docs
2010-03-08 Bas van DijkFixed dead links in documentation of forkIO
2010-03-01 Bas van DijkDocumentation fixes in Control.Exception
2010-02-25 Simon MarlowPlug two race conditions that could lead to deadlocks...
2010-02-23 Simon MarlowUNDO: Handle NaN, -Infinity and Infinity in the toRatio...
2010-02-21 Ian LynaghPut the complexity in the length docs. Fixes trac ...
2010-02-11 Simon MarlowHandle NaN, -Infinity and Infinity in the toRational...
2010-01-12 Simon MarlowhIsEOF: don't do any decoding (#3808)
2009-12-18 simonpj@microsoft.comAdd comments about double bounds-checking, and fast...
2009-12-16 simonpj@microsoft.comMark 'index' as INLINE in GHC.Arr
2009-12-06 Ian LynaghComment the remaining orphan instance modules
2009-12-05 Ian LynaghDe-orphan Eq/Ord Float/Double
2009-12-05 Ian LynaghAdd comments to "OPTIONS_GHC -fno-warn-orphans" pragmas
2009-11-25 Simon Marlowcheck for size < 0 in mallocForeignPtrBytes and friends...
2009-11-25 Simon MarlowhGetContents: close the handle properly on error
2009-11-26 Roman LeshchinskiyFix arities of mapFB and zipFB
2009-11-26 Ian LynaghRemove an unnecessary -fno-warn-orphans flag
2009-11-25 Ian LynaghTweak layout to work with alternative layout rule
2009-11-25 Roman LeshchinskiyMake sure zipWithFB has arity 2
2009-11-24 Ian LynaghRemove an old comment
2009-11-24 Ian LynaghDe-orphan the Eq/Ord Integer instances
2009-11-24 Ian LynaghWhitespace only
2009-11-24 Ian LynaghDerive some more instances, rather than writing them...
2009-11-24 Ian LynaghWe can now derive Ord ()
2009-11-23 Ian LynaghDe-orphan tuple Eq/Ord instances
2009-11-23 Ian LynaghDe-orphan the Eq/Ord [a] instances
2009-11-23 Ian LynaghDe-orphan the Eq/Ord Char instances
2009-11-23 Ian LynaghDe-orphan the Eq/Ord Bool instances
2009-11-23 Ian LynaghMove Eq/Ord Ordering instances to de-orphan them
2009-11-11 Simon MarlowSecond attempt to fix #1185 (forkProcess and -threaded)
2009-11-06 Simon MarlowRollback #1185 fix
2009-11-04 Ian LynaghFix the build on Windows
2009-11-03 Simon MarlowFix #1185: restart the IO manager after fork()
2009-10-29 simonpj@microsoft.comDon't inline unpackFoldrCString ever
2009-10-29 simonpj@microsoft.comInline more default methods
2009-10-29 simonpj@microsoft.comMove error messages out of INLINEd default methods
2009-10-29 simonpj@microsoft.comExploit now-working default-method INLINE pragmas for...
2009-10-29 simonpj@microsoft.comInline foldr and (.) when applied to two arguments...
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-25 Simon MarlowAdd traceEvent :: String -> IO ()
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-16 Simon MarlowUse let !y = x in .. x .. instead of seq in $! and...
2009-09-15 Ross Patersonmake some Applicative functions into methods, and split...
2009-09-13 Judah JacobsonOn Windows, use the console code page for text file...
2009-09-11 Ian LynaghFix "init" docs: the input list need not be finite...
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-09 Ian LynaghAdd a GHC.Constants module; fixes trac #3094
2009-08-07 Ian LynaghAdd some more C wrappers; patch from Krister Walfridsson
2009-08-05 Simon Marlowfix a copyright
2009-08-05 Simon MarlowTweak the BufferedIO class to enable a memory-mapped...
2009-08-03 Simon MarlowWindows build fix, following RTS tidyup
2009-08-01 Simon MarlowUpdates to follow the RTS tidyup
2009-07-22 Ian LynaghAdd integer-simple as a build option
2009-07-22 Simon MarlowMove the instances of Functor and Monad IO to GHC.Base...
2009-07-19 Ian LynaghImprove the index checking for array accesses; fixes...
2009-07-18 Ian LynaghMake chr say what its argument was, if it's a bad argument
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 LynaghRemove an unused import
2009-07-10 Ian LynaghreportStackOverflow now returns IO ()
2009-07-10 Ian LynaghGHC.Conc.reportError now returns IO ()
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-10 Ian LynaghMinor code tidyups in GHC.Conc
2009-07-10 Ian LynaghFix "warn-unused-do-bind" warning in GHC.Conc
2009-07-09 Ian LynaghFix "warn-unused-do-bind" warnings where we really...
2009-07-07 Ian LynaghAdd back imports needed on Windows
2009-07-07 Ian LynaghRemove unused imports
next