update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rts / Timer.c
2010-05-18 Simon MarlowFix #4074 (I hope).
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-01-27 Simon MarlowDon't Terminate the ticker thread (#3748)
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2008-09-19 Simon MarlowMove the context_switch flag into the Capability
2007-09-03 Simon MarlowFIX #1623: disable the timer signal when the system...
2007-07-08 Simon MarlowFix the +RTS -V0 option introduced recently; it didn...
2007-06-27 Simon Marlow+RTS -V0 disables the interval timer completely (for...
2007-04-27 Simon MarlowBasic heap profile support without -prof
2007-03-02 Simon MarlowUse timer_create() for the interval timer, if available
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-06-14 Simon Marlowcall wakeUpRts() in the correct place
2006-06-08 Simon Marlowfix possible ^C problems
2006-05-24 Simon MarlowBetter control of the IO manager thread; improvements...
2006-04-07 Simon MarlowReorganisation of the source tree