Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FIX #1623: disable the timer signal when the system is idle (threaded RTS only) | Simon Marlow | 2007-09-03 | 1 | -15/+37 |
* | Fix the +RTS -V0 option introduced recently; it didn't work at all, now it does. | Simon Marlow | 2007-07-08 | 1 | -1/+3 |
* | +RTS -V0 disables the interval timer completely (for repeatable debugging) | Simon Marlow | 2007-06-27 | 1 | -1/+3 |
* | Basic heap profile support without -prof | Simon Marlow | 2007-04-27 | 1 | -5/+0 |
* | Use timer_create() for the interval timer, if available | Simon Marlow | 2007-03-02 | 1 | -4/+4 |
* | Split GC.c, and move storage manager into sm/ directory | Simon Marlow | 2006-10-24 | 1 | -0/+1 |
* | new RTS flag: -V to modify the resolution of the RTS timer | Ian Lynagh | 2006-09-05 | 1 | -6/+8 |
* | call wakeUpRts() in the correct place | Simon Marlow | 2006-06-14 | 1 | -2/+1 |
* | fix possible ^C problems | Simon Marlow | 2006-06-08 | 1 | -13/+1 |
* | Better control of the IO manager thread; improvements to deadlock checking | Simon Marlow | 2006-05-24 | 1 | -0/+8 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+102 |