hWaitForInput: don't try to read from the device (#4078)
[ghc-base.git] / Control /
2010-03-29 Bas van DijkwithThread: block asynchronous exceptions before instal...
2010-03-29 Bas van DijkrunInUnboundThread: block asynchronous exceptions befor...
2010-03-18 Bas van DijkMake SampleVar an abstract newtype
2010-03-18 Bas van DijkFix bugs regarding asynchronous exceptions and laziness...
2010-03-12 Ian LynaghTweak docs
2010-03-01 Bas van DijkDocumentation fixes in Control.Exception
2010-01-16 Ian LynaghFix the build: export void, so it doesn't give an unuse...
2010-01-08 gwern0@gmail.comControl.Monad: +void :: f a -> f ()
2009-12-05 Ian LynaghAdd comments to "OPTIONS_GHC -fno-warn-orphans" pragmas
2009-11-23 Ian LynaghControl.Exception.Base no longer has any orphans
2009-11-23 Ian LynaghDe-orphan the MonadFix ST instance for GHC
2009-11-23 Ian LynaghRearrange the contents of Control.Monad.ST; no function...
2009-10-09 Ian LynaghRoll back "Another instance of nhc98's strange import...
2009-10-09 Ian LynaghRoll back "Cope with nhc98's (occasionally-strange...
2009-10-09 Malcolm.Wallace... Another instance of nhc98's strange import semantics.
2009-10-09 Malcolm.Wallace... Cope with nhc98's (occasionally-strange) import semantics.
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage of nhc98 in Control.Exception...
2009-09-15 Ross Patersonmake some Applicative functions into methods, and split...
2009-08-30 Simon MarlowAddress #3310
2009-08-04 Ian LynaghDeprecate Control.OldException
2009-07-21 Simon Marlowmove "instance Exception Dynamic" so it isn't an orphan
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 some "warn-unused-do-bind" warnings where we want...
2009-07-10 Ian LynaghMinor SampleVar refactoring
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-12 Simon MarlowRewrite of the IO library, including Unicode support
2009-05-23 Ian LynaghDocument that the initial quantity for QSem and QSemN...
2009-04-10 Ian LynaghFix QSem and QSemN: Initial amount must be non-negative
2009-02-05 Simon Marlowadd some rules of thumb for catching exceptions, restru...
2009-02-02 Ian LynaghOldException catches unknown exceptions as DynException
2009-01-31 Ian LynaghUpdate the Exception docs
2009-01-16 Malcolm.Wallace... Unbreak an import cycle caused by moving 'catch' defini...
2009-01-04 Ian LynaghFix typo (reqwests -> requests); trac #2908, spotted...
2009-01-02 simonpj@microsoft.comMore compact error messages for record selectors
2008-11-04 Ross PatersonFIX #2722: update RULES for the Category/Arrow split
2008-09-04 Ian LynaghAdd missing files
2008-09-03 Ian LynaghRemerge concurrent,unique,timeout,st,getopt into base
2008-09-03 Ross Patersonremove 'pure' method from Arrow class (#2517)
2008-09-02 Ian LynaghDon't look for actual OldException.Exception exceptions
2008-09-02 Ross Patersonavoid relying on the implementation of SomeException
2008-08-24 Ian LynaghSplit off the concurrent hierarchy (concurrent, unique...
2008-08-23 Ian LynaghRemove ST stuff that is now in the new st package
2008-08-23 Ian LynaghFix Windows-only warnings
2008-08-20 Ian LynaghFix more warnings
2008-08-20 Ian LynaghFix more warnings
2008-08-20 Ian LynaghFix some more warnings
2008-08-18 Simon MarlowRewrite the documentation for forkOS again
2008-08-16 Bertram FelgenhauerFix oversight in Control.OldException
2008-08-14 Ian LynaghControl.OldException: Map exceptions to old exceptions...
2008-08-13 Malcolm.Wallace... No reason for Handler and catches to exclude nhc98.
2008-08-13 Malcolm.Wallace... Must import ExitCode for its instance to be re-exported.
2008-08-13 Ross Patersonuse New.catch instead of catchException in OldException
2008-08-13 Ross Patersonuse the Haskell 98 module Control.Exception.Base in...
2008-08-12 Ross Patersonnon-GHC: hide Prelude.catch
2008-08-12 Ross Patersonsplit most of Control.Exception into new Control.Except...
2008-08-11 Ross PatersonthreadDelay and friends are GHC-only
2008-08-04 Ian LynaghControl.Exception doesn't need to export assertError
2008-08-04 Ian LynaghGeneralise the type of mapException; pointed out by...
2008-08-05 Malcolm.Wallace... make ExitCode an instance of Exception for nhc98
2008-08-04 Malcolm.Wallace... Fix nhc98 code variations to use the extensible excepti...
2008-08-03 Ian LynaghWindows fixes
2008-08-03 Ian LynaghRemove the duplicate definition of throwTo in Control...
2008-08-03 Ian LynaghMove assertError into GHC.IOBase
2008-08-03 Ian LynaghUse onException rather than catchAny
2008-08-03 Ian LynaghGeneralise the type of onException
2008-08-02 Ian LynaghRemove the dangerous Exception functions
2008-08-01 Ian LynaghRemove unused imports
2008-08-01 Ian LynaghRemove unused imports in Control.Exception
2008-08-01 Ian LynaghMake some more imports non-recursive
2008-08-01 Ian LynaghRejig some code so Control.Exception and GHC.Conc don...
2008-08-01 Ian LynaghExport assertError from Control.Exception to make GHC...
2008-07-30 Ian LynaghDon't use "deriving Typeable" (for portability reasons)
2008-07-30 Ian LynaghAdd onException
2008-07-30 Ian LynaghRe-add blocked; it got lost in the extensible exception...
2008-07-30 Ian LynaghStart to actually use extensible exceptions
2008-07-30 Ian LynaghRejig the extensible exceptions so there is less circul...
2008-06-21 Ian LynaghUse extensible exceptions at the lowest level
2008-07-28 Malcolm.Wallace... Add instance Show Control.Exception.Exception for nhc98.
2008-07-28 Malcolm.Wallace... Extend nhc98's Exception type to resemble ghc's more...
2008-07-15 Ross Patersonfix dummy async implementations for non-GHC
2008-07-09 Simon MarlowforkOS: start the new thread in blocked mode iff the...
2008-07-09 Simon MarlowAdd Control.Exception.blocked :: IO Bool
2008-07-09 Simon MarlowMake threadWaitRead/threadWaitWrite partially useable...
2008-06-16 Ian LynaghAvoid using deprecated flags
2008-05-09 Simon MarlowAvoid calling varargs functions using the FFI
2008-04-30 Don StewartReexport (>>>) and (<<<) from Control.Arrow. Preserves...
2008-04-25 Ross Patersonrecord libraries@haskell.org as maintainer
2008-03-10 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-04 Don Stewartuntabify
2008-02-28 Don Stewartuntabify
2008-02-28 Don Stewartuntabify
2008-02-26 Don Stewartuntabify
next