summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event/Windows
Commit message (Expand)AuthorAgeFilesLines
* Document that threadDelay / timeout are susceptible to overflows on 32-bit ma...Bodigrim2022-08-101-0/+4
* typosEric Lindblad2022-07-181-3/+3
* Make modules in base stable.Hécate Moonlight2022-02-282-2/+2
* Fix a few Note inconsistenciesBen Gamari2022-02-011-2/+4
* rts/winio: Fix #18382Ben Gamari2022-01-181-15/+12
* winio: use synchronous access explicitly for handles that may not be asynchro...Tamar Christina2021-06-081-4/+82
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-3/+1
* winio: change memory allocation strategy and fix double free errors.Tamar Christina2020-07-241-0/+74
* winio: Name Haskell/OS I/O Manager explicitly in NoteAndreas Klebinger2020-07-151-4/+4
* winio: Fix importsBen Gamari2020-07-152-12/+4
* winio: Fix threadDelay maxBound invocations.Andreas Klebinger2020-07-151-8/+2
* winio: Fix multi threaded threadDelay and a few other small changes.Andreas Klebinger2020-07-151-0/+1
* winio: core threaded I/O managerTamar Christina2020-07-155-0/+663