summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/TopHandler.lhs
Commit message (Expand)AuthorAgeFilesLines
* base: Manually unlit .lhs into .hs modulesHerbert Valerio Riedel2014-11-071-225/+0
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-10-251-13/+13
* Refactor module imports in baseHerbert Valerio Riedel2014-10-191-5/+3
* Avoid unsafeCoerce# in TopHandlerJoachim Breitner2013-12-041-6/+7
* Handle ExitFailure (-sig) by killing process with signalDuncan Coutts2013-11-141-11/+29
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-2/+0
* Remove obsolete pre-Haddock-2 `#hide` pragmasHerbert Valerio Riedel2013-09-231-1/+0
* Use fromException instead of cast when matching exceptionsSimon Marlow2013-02-141-4/+4
* move mkWeakThreadId to GHC.Conc.Sync; export it from Control.ConcurrentSimon Marlow2012-04-121-8/+0
* export flushAllHandles (#5594)Simon Marlow2011-11-071-7/+6
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-4/+5
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+8
* Updates to follow the RTS tidyupSimon Marlow2009-08-011-1/+1
* Fix build on WindowsIan Lynagh2009-07-111-1/+1
* Fix some "warn-unused-do-bind" warnings where we want to ignore the valueIan Lynagh2009-07-101-2/+2
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-2/+5
* Rewrite of signal-handling (base patch; see also ghc and unix patches)Simon Marlow2009-02-191-15/+7
* #2699: exit silently for EPIPE on stdoutSimon Marlow2009-01-141-2/+8
* Fix Windows-only warningsIan Lynagh2008-08-231-0/+1
* Fix more warningsIan Lynagh2008-08-201-3/+0
* Windows fixesIan Lynagh2008-08-031-0/+3
* Remove an unused importIan Lynagh2008-08-011-1/+0
* Make some more imports non-recursiveIan Lynagh2008-08-011-1/+1
* Reshuffle GHC.Conc/GHC.TopHandler a bit to remove a recursive importIan Lynagh2008-08-011-14/+0
* Don't import Control.Concurrent.MVar in GHC.TopHandlerIan Lynagh2008-08-011-2/+8
* TopHandler now uses the new extensible exceptionsIan Lynagh2008-07-311-22/+23
* Start to actually use extensible exceptionsIan Lynagh2008-07-301-15/+15
* Rejig the extensible exceptions so there is less circular importingIan Lynagh2008-07-301-1/+0
* Use extensible exceptions at the lowest levelIan Lynagh2008-06-211-3/+3
* FIX BUILD (on Windows)Simon Marlow2008-07-091-1/+5
* FIX part of #2301Simon Marlow2008-07-091-3/+77
* untabifyDon Stewart2008-03-081-13/+13
* Export topHandler, topHandlerFastExit from GHC.TopHandlerIan Lynagh2008-01-201-1/+3
* haddock attributes for haddock-2.0Ross Paterson2008-01-201-0/+1
* Fix C/Haskell type mismatchesIan Lynagh2007-04-031-2/+2
* Warning police: Make some prototypes from the RTS knownsven.panne@aedion.de2006-08-111-2/+2
* commit mysteriously missing parts of "runIOFastExit" patchSimon Marlow2006-03-211-8/+18
* add runIOFastExit :: IO a -> IO aSimon Marlow2006-03-201-1/+18
* [project @ 2005-02-03 10:32:11 by ross]ross2005-02-031-0/+1
* [project @ 2005-01-24 04:26:17 by wolfgang]wolfgang2005-01-241-2/+3
* [project @ 2005-01-23 20:20:55 by wolfgang]wolfgang2005-01-231-2/+2
* [project @ 2005-01-21 21:52:56 by panne]panne2005-01-211-1/+1
* [project @ 2005-01-21 16:02:47 by simonmar]simonmar2005-01-211-33/+39
* [project @ 2004-02-13 12:13:00 by simonmar]simonmar2004-02-131-1/+1
* [project @ 2004-02-12 21:23:48 by krasimir]krasimir2004-02-121-23/+11
* [project @ 2003-08-04 18:20:44 by panne]panne2003-08-041-1/+1
* [project @ 2003-08-04 17:52:33 by panne]panne2003-08-041-3/+2
* [project @ 2002-06-27 15:38:58 by simonmar]simonmar2002-06-271-22/+42
* [project @ 2002-04-26 12:48:16 by simonmar]simonmar2002-04-261-17/+18
* [project @ 2002-03-11 14:53:51 by simonmar]simonmar2002-03-111-6/+6