Add an --install-signal-handlers=<yes|no> RTS flag; fixes trac #804
[ghc-hetmet.git] / rts / Schedule.c
2007-03-22 Ian LynaghAdd an --install-signal-handlers=<yes|no> RTS flag...
2007-03-05 Simon MarlowforkProcess: startTimer() in the child, because the...
2007-01-29 Simon Marlowfix bug in GetLastError/SetLastError patch
2007-01-26 Simon MarlowSave the Win32 error code where necessary
2007-01-09 andy@galois.comAdding command channel for the hpc debugger to the...
2007-01-05 Simon Marlowdisable an incorrect ASSERTion in the non-THREADED_RTS...
2006-12-15 Ian LynaghFree more things that we allocate 2006-12-16
2006-12-14 andy@galois.comUpdating rix output to new standard.
2006-12-12 Simon MarlowDon't free sched_mutex until freeTaskManager has finish...
2006-12-11 Ian LynaghAdd freeScheduler/freeTaskManager and call it later...
2006-12-01 Simon MarlowAdd support for the IO manager thread on Windows
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-10-19 Simon Marlowremove performGCWithRoots()
2006-10-07 tharris@microsoft.comSTM invariants
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-08-23 Esa Ilari VuokkoAdd closeMutex and use it on clean up
2006-08-10 sven.panne@aedion.deMatch format strings and arguments for printf-like...
2006-06-16 Simon MarlowAsynchronous exception support for SMP
2006-06-08 Simon Marlowfix possible ^C problems
2006-06-08 Simon MarlowNew tracing interface
2006-06-07 Simon MarlowGather timing stats for a Task when it completes.
2006-06-07 Simon MarlowRemove unnecessary SCHED_INTERRUPTED scheduler state
2006-05-25 Simon MarlowperformGC_(): don't use the existing Task, always grab...
2006-04-07 Simon MarlowReorganisation of the source tree