add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / Control / Exception.hs
2010-12-22 Simon MarlowAdd allowInterrupt :: IO () (#4810)
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-12-01 Simon Marlowextend the documentation about interruptible operations
2010-11-08 Simon Marlowdoc fix: don't refer to unblock.
2010-10-16 Bas van DijkRefer to 'mask' instead of 'block' in documentation...
2010-07-10 Malcolm.Wallace... Allow nhc98 to cope with recent changes to Control...
2010-07-08 Simon Marlow New asynchronous exception control API (base parts)
2009-08-30 Simon MarlowAddress #3310
2009-07-06 simonpj@microsoft.comRemove unused imports from base
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support
2009-02-05 Simon Marlowadd some rules of thumb for catching exceptions, restru...
2009-01-31 Ian LynaghUpdate the Exception docs
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-12 Ross Patersonnon-GHC: hide Prelude.catch
2008-08-12 Ross Patersonsplit most of Control.Exception into new Control.Except...
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 LynaghRemove the duplicate definition of throwTo in Control...
2008-08-03 Ian LynaghMove assertError into GHC.IOBase
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 in Control.Exception
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 MarlowAdd Control.Exception.blocked :: IO Bool
2008-05-09 Simon MarlowAvoid calling varargs functions using the FFI
2008-03-08 Don Stewartuntabify
2008-01-24 Simon MarlowThe default uncaught exception handler was adding an...
2007-05-04 Malcolm.Wallace... Make Control.Exception buildable by nhc98.
2006-10-23 Ross Patersonfix example in comment
2006-09-10 Ross Patersondoc tweaks, including more precise equations for evaluate
2006-08-26 Don StewartClarify how one hides Prelude.catch
2006-08-11 sven.panne@aedion.deWarning police: Make some prototypes from the RTS known
2006-05-25 Ross Patersonsmall intro to exceptions
2005-10-13 ross[project @ 2005-10-13 11:09:50 by ross]
2005-02-11 simonmar[project @ 2005-02-11 11:36:23 by simonmar]
2005-02-05 ross[project @ 2005-02-05 00:41:35 by ross]
2005-02-02 simonpj[project @ 2005-02-02 13:26:13 by simonpj]
2005-01-28 krasimir[project @ 2005-01-28 23:33:57 by krasimir]
2005-01-11 ross[project @ 2005-01-11 12:14:00 by ross]
2004-12-01 ross[project @ 2004-12-01 17:45:28 by ross]
2004-10-17 ross[project @ 2004-10-17 00:09:58 by ross]
2004-02-13 ross[project @ 2004-02-13 17:46:32 by ross]
2004-02-13 simonmar[project @ 2004-02-13 12:13:00 by simonmar]
2004-02-12 krasimir[project @ 2004-02-12 22:35:25 by krasimir]
2004-02-12 krasimir[project @ 2004-02-12 21:23:48 by krasimir]
2003-08-30 ross[project @ 2003-08-30 23:01:48 by ross]
2003-08-05 ross[project @ 2003-08-05 17:25:30 by ross]
2003-08-04 panne[project @ 2003-08-04 17:30:53 by panne]
2003-07-24 ralf[project @ 2003-07-24 12:19:57 by ralf]
2003-07-08 panne[project @ 2003-07-08 16:22:52 by panne]
2003-06-19 wolfgang[project @ 2003-06-19 09:32:04 by wolfgang]
2003-05-12 ross[project @ 2003-05-12 10:16:22 by ross]
2003-03-08 panne[project @ 2003-03-08 23:03:47 by panne]
2003-01-23 ross[project @ 2003-01-23 17:45:40 by ross]
2002-12-20 ross[project @ 2002-12-20 18:43:53 by ross]
2002-12-12 ross[project @ 2002-12-12 13:42:46 by ross]
2002-11-22 stolz[project @ 2002-11-22 10:52:23 by stolz]
2002-11-06 ross[project @ 2002-11-06 20:30:26 by ross]
2002-11-02 ross[project @ 2002-11-02 11:56:30 by ross]
2002-10-30 ross[project @ 2002-10-30 18:21:25 by ross]
2002-10-30 ross[project @ 2002-10-30 14:53:39 by ross]
2002-09-24 sof[project @ 2002-09-24 19:01:55 by sof]
2002-07-26 stolz[project @ 2002-07-26 10:05:04 by stolz]
2002-05-28 simonmar[project @ 2002-05-28 14:04:18 by simonmar]
2002-05-27 simonmar[project @ 2002-05-27 14:31:06 by simonmar]
2002-05-09 simonmar[project @ 2002-05-09 13:16:29 by simonmar]
2002-04-26 simonmar[project @ 2002-04-26 13:34:05 by simonmar]
2002-04-24 simonmar[project @ 2002-04-24 16:31:37 by simonmar]
2002-02-05 simonmar[project @ 2002-02-05 17:32:24 by simonmar]
2001-12-21 simonmar[project @ 2001-12-21 15:07:20 by simonmar]
2001-10-18 rrt[project @ 2001-10-18 11:14:17 by rrt]
2001-10-18 rrt[project @ 2001-10-18 11:10:19 by rrt]
2001-07-31 simonmar[project @ 2001-07-31 14:34:23 by simonmar]
2001-06-28 simonmar[project @ 2001-06-28 14:15:04 by simonmar]