summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event/Control.hs
Commit message (Expand)AuthorAgeFilesLines
* Replace atomicModifyMutVar#David Feuer2018-07-151-1/+1
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-1/+3
* event manager: Don't worry if attempt to wake dead manager failsBen Gamari2017-01-171-7/+25
* Revert "event manager: Don't worry if attempt to wake dead manager fails"Ben Gamari2017-01-101-23/+5
* event manager: Don't worry if attempt to wake dead manager failsBen Gamari2017-01-101-5/+23
* Allow CallStacks to be frozenEric Seidel2015-12-231-2/+2
* RTS/IOManager: fix trac issue #9722.Andreas Voellmy2015-03-091-0/+7
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+1
* Improve Safe Haskell bounds for changes to base over timeDavid Terei2014-11-211-1/+1
* Move `when` to GHC.BaseHerbert Valerio Riedel2014-09-181-1/+0
* Revert "Revert "rts/base: Fix #9423"" and resolve issue that caused the revert.Andreas Voellmy2014-09-161-6/+2
* Revert "rts/base: Fix #9423"Austin Seipp2014-08-221-2/+6
* rts/base: Fix #9423Andreas Voellmy2014-08-191-6/+2
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+0
* Fix wrong type in FFI call to eventfd_write in GHC.Event.Control.Andreas Voellmy2013-02-111-2/+2
* preventing warnings.Kazu Yamamoto2013-02-111-1/+0
* removing trailing white spaces.Kazu Yamamoto2013-02-111-3/+2
* Use eventfd_write to write to wakeup eventfd in Control.Andreas Voellmy2013-02-111-3/+6
* Refactor by introducing a boolean argument to newControl to determineAndreas Voellmy2013-02-111-5/+5
* Remove a workaround for building with old GHCsIan Lynagh2012-07-161-10/+2
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* Update base for new Safe Haskell designDavid Terei2011-10-251-0/+1
* Export constructors for Foreign.C.Types and System.Posix.Types newtypesIan Lynagh2011-10-211-1/+1
* Rename System.Event to GHC.EventIan Lynagh2011-03-211-0/+214