Do not link ghc stage1 using -threaded, only for stage2 or 3
[ghc-hetmet.git] / rts / RtsUtils.c
2009-02-27 Ian LynaghIn +RTS --info output, use YES rather than Yes
2009-01-09 Ian LynaghAdd "Word size" to the +RTS --info output
2009-01-08 Ian LynaghAdd some more fields to +RTS --info
2008-12-09 Simon MarlowFix #2592: do an orderly shutdown when the heap is...
2007-09-06 Roman LeshchinskiyDeclare ctime_r on Mac OS
2007-08-16 Ian LynaghDocument +RTS --info, and make it a Read'able Haskell...
2007-04-27 Simon MarlowBasic heap profile support without -prof
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2006-12-18 Ian LynaghDon't overwrite old memory with 0xaa when doing a realloc
2006-12-13 Ian LynaghFix allocation debugger to handle allocations in con...
2006-12-13 Ian LynaghGive a better panic if the allocation debugger is used...
2006-12-11 Ian LynaghFix allocate name clash in the HEAD
2006-12-11 Ian LynaghWhen debugging, have the allocator help us a bit
2006-05-30 Simon Marlowreplace stgMallocBytesRWX() with our own allocator
2006-05-18 Simon MarlowDeclare this file to be POSIX
2006-05-02 Simon Marlowfix ctime_r problem on Solaris (I hope)
2006-04-07 Simon MarlowReorganisation of the source tree