fix haddock submodule pointer
[ghc-hetmet.git] / rts / RtsUtils.c
2011-03-30 Simon MarlowAdd a debug check for a non-empty FPU stack on x86...
2010-08-24 Simon MarlowRemove the debugging memory allocator - valgrind does...
2010-08-17 Simon MarlowstgReallocBytes(DEBUG): don't fail when the ptr passed...
2010-07-17 Ian LynaghReorder RTS --info output
2010-04-21 Ian LynaghUse StgWord64 instead of ullong
2010-03-30 Simon Marlowfix a non-portable printf format
2009-11-11 Simon MarlowSupport for DragonFly BSD
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-24 Ian LynaghFix a warning on Windows
2009-07-24 Simon Marlowadd number of bytes to +RTS -DS leak reports
2009-07-01 Simon MarlowFix #2197 (properly this time)
2009-06-02 Simon MarlowRemove old GUM/GranSim code
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