summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event/Poll.hsc
Commit message (Expand)AuthorAgeFilesLines
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* base: Track timer PSQ timeouts as Word64 instead of DoubleBen Gamari2017-04-171-2/+4
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+1
* Allow CallStacks to be frozenEric Seidel2015-12-231-3/+3
* *Really*, really fix RTS crash due to bad coercion.Merijn Verstraaten2014-11-071-5/+9
* Move `when` to GHC.BaseHerbert Valerio Riedel2014-09-181-2/+1
* Move (=<<) to GHC.BaseHerbert Valerio Riedel2014-09-181-1/+1
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-161-1/+0
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-2/+1
* Fix imports in GHC.Event.Poll when not HAVE_POLL_H (#9275)Reid Barton2014-07-061-0/+1
* Derive `FiniteBits` for integral newtype wrappersHerbert Valerio Riedel2014-01-301-2/+2
* Spelling in commentsGabor Greif2013-11-081-2/+2
* *Really* RTS crash due to bad coercion.Merijn Verstraaten2013-11-071-2/+16
* Fix OSX RTS crash due to bad coercion.Merijn Verstraaten2013-11-071-1/+23
* Add missing/remove redundant `{-# LANGUAGE CPP #-}`sHerbert Valerio Riedel2013-09-281-2/+1
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+0
* Re-jig SOURCE importsSimon Peyton Jones2013-06-061-1/+0
* Update parallel IO manager to handle the invalid files in the same way as pre...Andreas Voellmy2013-05-051-3/+4
* Use correct type for poll on Mac/FreeBSD, fixes ticket #7714.Edward Z. Yang2013-03-101-3/+4
* Allow backends to provide a command that register interest for an event sourc...Andreas Voellmy2013-02-111-1/+4
* Added support to backends for non-blocking poll() call.Andreas Voellmy2013-02-111-5/+13
* Update base for latest Safe Haskell.David Terei2011-10-251-1/+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
* Work around a limitation in the hsc2hs cross-compilation modeIan Lynagh2011-03-231-2/+11
* Rename System.Event to GHC.EventIan Lynagh2011-03-211-0/+153