summaryrefslogtreecommitdiff
path: root/rts/RtsUtils.c
Commit message (Expand)AuthorAgeFilesLines
* In +RTS --info output, use YES rather than YesIan Lynagh2009-02-271-1/+1
* Add "Word size" to the +RTS --info outputIan Lynagh2009-01-091-0/+6
* Add some more fields to +RTS --infoIan Lynagh2009-01-081-0/+9
* Fix #2592: do an orderly shutdown when the heap is exhaustedSimon Marlow2008-12-091-8/+8
* Declare ctime_r on Mac OSRoman Leshchinskiy2007-09-061-0/+7
* Document +RTS --info, and make it a Read'able Haskell valueIan Lynagh2007-08-161-0/+20
* Basic heap profile support without -profSimon Marlow2007-04-271-2/+0
* Fix C/Haskell type mismatchesIan Lynagh2007-04-031-3/+3
* Don't overwrite old memory with 0xaa when doing a reallocIan Lynagh2006-12-181-4/+6
* Fix allocation debugger to handle allocations in con/destructorsIan Lynagh2006-12-131-29/+64
* Give a better panic if the allocation debugger is used uninitialisedIan Lynagh2006-12-131-0/+6
* Fix allocate name clash in the HEADIan Lynagh2006-12-111-7/+7
* When debugging, have the allocator help us a bitIan Lynagh2006-12-111-2/+109
* replace stgMallocBytesRWX() with our own allocatorSimon Marlow2006-05-301-52/+0
* Declare this file to be POSIXSimon Marlow2006-05-181-9/+1
* fix ctime_r problem on Solaris (I hope)Simon Marlow2006-05-021-0/+7
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+367