| Commit message (Expand) | Author | Age | Files | Lines |
* | Windows DLLs: remove dup symbol from def file | Ben.Lippmeier@anu.edu.au | 2009-11-17 | 1 | -1/+0 |
* | Windows DLLs: use one import lib for each DLL the RTS needs. | Ben.Lippmeier@anu.edu.au | 2009-11-11 | 3 | -26/+34 |
* | Break recursive imports between the RTS and base library on Windows. | Ben.Lippmeier@anu.edu.au | 2009-11-06 | 1 | -0/+64 |
* | Windows-specific fix for #1185 patch | Simon Marlow | 2009-11-12 | 1 | -1/+1 |
* | Windows build fixes | Simon Marlow | 2009-08-03 | 1 | -1/+1 |
* | Windows build fixes | Simon Marlow | 2009-08-03 | 4 | -7/+1 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 6 | -24/+21 |
* | wibble in setExecutable | Austin Seipp | 2009-03-20 | 1 | -1/+1 |
* | Set thread affinity with +RTS -qa (only on Linux so far) | Simon Marlow | 2009-03-18 | 1 | -0/+6 |
* | Add getNumberOfProcessors(), FIX MacOS X build problem (hopefully) | Simon Marlow | 2009-03-17 | 1 | -0/+14 |
* | avoid a crash: don't return unless the run queue has some threads in it | Simon Marlow | 2009-03-11 | 1 | -6/+3 |
* | Fix #2992: don't create a named event | Simon Marlow | 2009-03-11 | 1 | -1/+1 |
* | #2768: fix compatibility problem with newer version of mingw | Simon Marlow | 2008-11-13 | 1 | -5/+1 |
* | notice ^C exceptions when waiting for I/O | Simon Marlow | 2008-11-13 | 2 | -0/+14 |
* | Cope with ThreadRelocated when traversing the blocked_queue | Simon Marlow | 2008-11-06 | 1 | -1/+16 |
* | Build fixes for DLLized rts | Clemens Fruhwirth | 2008-10-13 | 1 | -0/+4 |
* | FIX part of #2301, and #1619 | Simon Marlow | 2008-07-09 | 1 | -0/+6 |
* | FIX BUILD on Windows | Simon Marlow | 2008-06-18 | 1 | -4/+4 |
* | Reorganisation to fix problems related to the gct register variable | Simon Marlow | 2008-04-16 | 1 | -1/+1 |
* | Make it less fatal to not call ioManagerStart() | Simon Marlow | 2008-05-29 | 1 | -4/+4 |
* | protect console handler against concurrent access (#1922) | Simon Marlow | 2007-12-04 | 1 | -3/+11 |
* | On Windows, Delete the CriticalSection's we Initialize | Ian Lynagh | 2007-11-25 | 3 | -0/+4 |
* | Refactoring: extract platform-specific code from sm/MBlock.c | Simon Marlow | 2007-10-17 | 1 | -2/+227 |
* | fix an error message (barf -> sysErrorBelch) | Simon Marlow | 2007-10-17 | 1 | -2/+3 |
* | remove debugging code | Simon Marlow | 2007-09-03 | 1 | -2/+0 |
* | FIX #1623: disable the timer signal when the system is idle (threaded RTS only) | Simon Marlow | 2007-09-03 | 1 | -28/+57 |
* | Windows: remove the {Enter,Leave}CricialSection wrappers | Simon Marlow | 2007-08-29 | 1 | -8/+0 |
* | Jump through some hoops to make the Windows SEH exception stuff happy | Ian Lynagh | 2007-08-24 | 2 | -0/+133 |
* | Fix the threaded RTS on Windows | Ian Lynagh | 2007-08-16 | 1 | -0/+9 |
* | FIX #1177, partially at least. | Simon Marlow | 2007-07-25 | 4 | -17/+19 |
* | Fix C/Haskell type mismatches | Ian Lynagh | 2007-04-03 | 1 | -5/+5 |
* | Use timer_create() for the interval timer, if available | Simon Marlow | 2007-03-02 | 1 | -4/+7 |
* | Free thread local storage on shutdown | Ian Lynagh | 2007-02-22 | 1 | -0/+11 |
* | Fix sleep delay for the non-threaded Windows RTS | Simon Marlow | 2007-02-20 | 1 | -1/+1 |
* | Partial fix for #926 | Simon Marlow | 2007-02-01 | 1 | -2/+22 |
* | Free more things that we allocate2006-12-16 | Ian Lynagh | 2006-12-15 | 1 | -0/+5 |
* | Add support for the IO manager thread on Windows | Simon Marlow | 2006-12-01 | 3 | -16/+179 |
* | Remove the Windows Async IO Manager completely in THREADED_RTS mode | Simon Marlow | 2006-12-01 | 2 | -0/+9 |
* | remove unused includes, now that Storage.h & Stable.h are included by Rts.h | Simon Marlow | 2006-11-15 | 1 | -2/+0 |
* | mark stop event handle as invalid once closed, making shutdowns more graceful. | sof@galois.com | 2006-10-16 | 1 | -1/+5 |
* | add a few #includes to make it compile | sof@galois.com | 2006-11-01 | 1 | -1/+4 |
* | add sysErrorBelch() for reporting system call errors | Simon Marlow | 2006-08-30 | 1 | -3/+5 |
* | call ShutdownIOManager() before closing handles | Simon Marlow | 2006-08-30 | 1 | -1/+1 |
* | oops, got the sense of the error case wrong | Simon Marlow | 2006-08-29 | 1 | -1/+1 |
* | fix some rerrors in the worker counting | Simon Marlow | 2006-08-29 | 1 | -6/+10 |
* | Free Win32 Handles on shutdown | Simon Marlow | 2006-08-25 | 5 | -12/+54 |
* | Add closeMutex and use it on clean up | Esa Ilari Vuokko | 2006-08-23 | 1 | -0/+10 |
* | Remove few format-warnings by adding casts | Esa Ilari Vuokko | 2006-08-13 | 1 | -2/+2 |
* | markSignalHandlers(): implementation was unnecessary, and had a bug | simonmar@microsoft.com | 2006-06-06 | 1 | -4/+2 |
* | fix Win32 build | simonmar@microsoft.com | 2006-05-30 | 1 | -2/+4 |