allow build settings to be overriden by adding mk/validate.mk
[ghc-hetmet.git] / rts / RtsStartup.c
2007-06-01 Simon Marlowremove OpenBSD-specific initAdjustor() code that should...
2007-05-08 Simon MarlowFIX: #1227 (biographical profiling broken)
2007-04-27 Simon MarlowBasic heap profile support without -prof
2007-03-22 Ian LynaghAdd an --install-signal-handlers=<yes|no> RTS flag...
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2006-12-15 Ian LynaghFree more things that we allocate 2006-12-16
2006-12-15 Ian LynaghFree various things we allocate
2006-12-11 Ian LynaghAdd freeScheduler/freeTaskManager and call it later...
2006-12-11 Ian LynaghWhen debugging, have the allocator help us a bit
2006-12-01 Simon MarlowAdd support for the IO manager thread on Windows
2006-12-01 Simon MarlowRemove the Windows Async IO Manager completely in THREA...
2006-11-20 Simon Marlowbetter error messages when PAPI_library_init() fails
2006-11-08 mrchebas@gmail.comAddition of PAPI to RTS
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-11-10 sven.panne@aedion.deMake all needed prototypes visible to avoid warnings
2006-10-24 andy@galois.comHaskell Program Coverage
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-08-23 Esa Ilari VuokkoAdd shared Typeable support
2006-08-09 Simon Marlowmake exit() overridable, for use in DLLs
2006-08-08 Simon MarlowRemember to free() memory on exit
2006-06-08 Simon MarlowNew tracing interface
2006-05-24 Simon MarlowBetter control of the IO manager thread; improvements...
2006-04-07 Simon MarlowReorganisation of the source tree