summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated TODO in TimeManagerYuras Shumovich2014-11-171-26/+0
* *Really*, really fix RTS crash due to bad coercion.Merijn Verstraaten2014-11-071-5/+9
* Add GHC.Prim.oneShotJoachim Breitner2014-11-021-3/+3
* Fixes cyclic import on OS X(#9635)Dave Laing2014-09-251-1/+0
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-1/+1
* Move `mapM` and `sequence` to GHC.Base and break import-cyclesHerbert Valerio Riedel2014-09-213-8/+12
* Simplify import-graph a bit moreHerbert Valerio Riedel2014-09-211-1/+1
* Set up framework for generalising Data.List to FoldablesHerbert Valerio Riedel2014-09-201-2/+1
* Move Applicative/MonadPlus into GHC.BaseHerbert Valerio Riedel2014-09-182-2/+2
* Move `when` to GHC.BaseHerbert Valerio Riedel2014-09-188-12/+7
* Move (=<<) to GHC.BaseHerbert Valerio Riedel2014-09-183-3/+3
* Remove unnecessary imports in GHC.Event.KQueue to fix compiler warnings.Andreas Voellmy2014-09-171-2/+0
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-167-7/+1
* Revert "Revert "rts/base: Fix #9423"" and resolve issue that caused the revert.Andreas Voellmy2014-09-164-20/+25
* Make Applicative a superclass of MonadAustin Seipp2014-09-096-9/+4
* Revert "rts/base: Fix #9423"Austin Seipp2014-08-224-25/+20
* rts/base: Fix #9423Andreas Voellmy2014-08-194-20/+25
* ghc --make: add nicer names to RTS threads (threaded IO manager, make workers)Sergei Trofimovich2014-08-041-2/+6
* Fix imports in GHC.Event.Poll when not HAVE_POLL_H (#9275)Reid Barton2014-07-061-0/+1
* Typos in commentsGabor Greif2014-06-191-1/+1
* Raise exceptions when blocked in bad FDs (fixes Trac #4934)Sergei Trofimovich2014-06-081-1/+5
* Normalize GHC Trac URLsHerbert Valerio Riedel2014-04-193-3/+3
* Derive `FiniteBits` for integral newtype wrappersHerbert Valerio Riedel2014-01-303-7/+7
* 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
* Fix hangs with -threaded on iOS (#8307)Austin Seipp2013-10-111-2/+2
* Add missing/remove redundant `{-# LANGUAGE CPP #-}`sHerbert Valerio Riedel2013-09-283-6/+3
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-287-7/+3
* EventManager: Gracefully handle an initial 'Finished' state (#8235)Patrick Palka2013-09-081-0/+5
* Switch IO manager to a mutable hashtableBryan O'Sullivan2013-09-035-424/+241
* Fix off-by-one error in the IO managerPatrick Palka2013-09-021-1/+1
* Fix bug in IO manager when number of capabilities is changed; fixes #8087Ian Lynagh2013-07-231-1/+1
* Fix build on OS XIan Lynagh2013-06-221-1/+0
* Fix hClose002 with the threaded RTS IO managerIan Lynagh2013-06-161-2/+1
* Use atomicModifyIORef' rather than atomicModifyIORefIan Lynagh2013-06-082-9/+8
* Replace all atomicModifyIORef calls in GHC.Event.TimerManagerIan Lynagh2013-06-081-5/+5
* IO manager: Edit the timeout queue directly, rather than using an edit listIan Lynagh2013-06-081-32/+29
* Remove uses of RecordWildCards in GHC.Event.TimerManagerIan Lynagh2013-06-081-11/+10
* Re-jig SOURCE importsSimon Peyton Jones2013-06-063-3/+0
* Update parallel IO manager to handle the invalid files in the same way as pre...Andreas Voellmy2013-05-056-50/+92
* Build fix for iOS; fixes #7759Ian Lynagh2013-04-211-4/+4
* Use correct type for poll on Mac/FreeBSD, fixes ticket #7714.Edward Z. Yang2013-03-101-3/+4
* Fix bug that caused ghci to create a large number of kqueues and pipes on OS X.Andreas Voellmy2013-02-111-5/+1
* Adding a comment about the workaround of the parallel IO manager on Mac.Kazu Yamamoto2013-02-111-0/+9
* Removing unnecessary trailing spaces.Kazu Yamamoto2013-02-112-7/+7
* Workaround buggy kqueue on os x.Andreas Voellmy2013-02-111-2/+6
* Eliminate use of kevent64() calls.Andreas Voellmy2013-02-111-62/+2
* Removed unnecessary import from GHC.Event.Thread.Andreas Voellmy2013-02-111-1/+0
* Added NOINLINE directive to the numEnabledEventManagers IORef in GHC.Event.Th...Andreas Voellmy2013-02-111-0/+1