summaryrefslogtreecommitdiff
path: root/rts/RtsUtils.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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