summaryrefslogtreecommitdiff
path: root/rts/win32/ThrIOManager.c
Commit message (Expand)AuthorAgeFilesLines
* Fix RTS DLL references on Win64Ian Lynagh2012-05-061-0/+4
* Working towards fixing DLLs on Win64Ian Lynagh2012-05-061-1/+1
* Fix the Win32 build: A CPP symbol name was wrongIan Lynagh2012-03-201-1/+1
* Fixes for the threaded RTS on Win64Ian Lynagh2012-03-181-1/+1
* Fix a real bug, exposed by my recent change to the rts_evalIO() API. Yay!Simon Marlow2011-12-091-2/+2
* SafeHaskell: Fix compilation errors.David Terei2011-06-171-2/+2
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-171-2/+2
* Integrate new I/O manager, with signal supportJohan Tibell2010-07-241-2/+2
* Expand the scope of the event_buf_mutex to cover io_manager_eventSimon Marlow2010-04-201-15/+26
* Make ioManagerDie() idempotentSimon Marlow2010-04-011-0/+4
* Windows-specific fix for #1185 patchSimon Marlow2009-11-121-1/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* Fix #2992: don't create a named eventSimon Marlow2009-03-111-1/+1
* Build fixes for DLLized rtsClemens Fruhwirth2008-10-131-0/+4
* Make it less fatal to not call ioManagerStart()Simon Marlow2008-05-291-4/+4
* Fix C/Haskell type mismatchesIan Lynagh2007-04-031-5/+5
* Add support for the IO manager thread on WindowsSimon Marlow2006-12-011-0/+144