Toggle whether the RTS gets build with debugger support for ghci
[ghc-hetmet.git] / rts / posix /
2006-12-15 Ian LynaghFree more things that we allocate 2006-12-16
2006-12-01 Simon MarlowAdd support for the IO manager thread on Windows
2006-11-08 mrchebas@gmail.comAddition of PAPI to RTS
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-09-27 Ian LynaghHandle clock_gettime failing
2006-09-11 Ian LynaghFix ~2000 second profiling time wrapping bug
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-08-30 Simon Marlowadd sysErrorBelch() for reporting system call errors
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-07-26 Simon Marlowmissed one symbol that needs a package name
2006-06-07 Simon MarlowGather timing stats for a Task when it completes.
2006-05-30 Simon Marlowreplace stgMallocBytesRWX() with our own allocator
2006-05-24 Simon MarlowBetter control of the IO manager thread; improvements...
2006-04-07 Simon MarlowReorganisation of the source tree