summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Conc/IO.hs
Commit message (Expand)AuthorAgeFilesLines
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-061-11/+11
* Add Javascript backendSylvain Henry2022-11-291-15/+19
* Document that threadDelay / timeout are susceptible to overflows on 32-bit ma...Bodigrim2022-08-101-0/+6
* Fix broken haddock @since fields in baseJoshua Price2021-09-081-0/+1
* winio: Remove redundant -Wno-missing-signatures pragmasAndreas Klebinger2020-07-151-1/+0
* winio: Add version to @since annotationAndreas Klebinger2020-07-151-1/+1
* winio: revert BHandle changes.Tamar Christina2020-07-151-49/+38
* winio: Multiple refactorings and support changes.Tamar Christina2020-07-151-44/+70
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-2/+2
* base: Fix typoBen Gamari2018-05-201-1/+1
* More explicit comment on switch in registerDelayKirill Zaborsky2018-05-151-2/+3
* Prefer #if defined to #ifdefBen Gamari2017-04-281-11/+11
* Allow to unregister threadWaitReadSTM action.Alexander Vershilov2016-11-221-6/+6
* Allow CallStacks to be frozenEric Seidel2015-12-231-1/+1
* Start using `-W` instead of `-f(no-)warn` in some placesHerbert Valerio Riedel2015-12-161-1/+1
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+0
* Remove obsolete pre-Haddock-2 `#hide` pragmasHerbert Valerio Riedel2013-09-231-2/+1
* Make `<Typeable.h>` obsolete and refactor away its useHerbert Valerio Riedel2013-09-171-2/+0
* ioManagerCapabilitiesChanged takes no arguments and instead gets the current ...Andreas Voellmy2013-02-111-1/+1
* Added ioManagerCapabilitiesChanged function that is called from RTS to notify...Andreas Voellmy2013-02-111-0/+8
* Fix warningsIan Lynagh2013-01-121-2/+2
* Expose new threadWaitSTM functions in Control.Concurrent (see #7216).Andreas Voellmy2013-01-121-0/+40
* Remove commented types in module export listsIan Lynagh2012-10-271-10/+10
* Update base for latest Safe Haskell.David Terei2011-10-251-1/+1
* Update base for new Safe Haskell designDavid Terei2011-10-251-0/+1
* Rename System.Event to GHC.EventIan Lynagh2011-03-211-1/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+7
* Drop closeFd from Control.Concurrent, rename to closeFdWithBryan O'Sullivan2010-12-061-7/+12
* Fix #4514 - IO manager deadlockBryan O'Sullivan2010-11-261-0/+21
* Remove unnecessary fromIntegral callssimonpj@microsoft.com2010-11-161-1/+1
* Remove redundant imports, now that NoImplicitPrelude does not imply Rebindabl...simonpj@microsoft.com2010-10-221-1/+0
* Integrated new I/O managerSimon Marlow2010-08-101-0/+127