summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event/Control.hs
Commit message (Expand)AuthorAgeFilesLines
* 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