summaryrefslogtreecommitdiff
path: root/rts/RtsUtils.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: detabify/dewhitespace RtsUtils.cAustin Seipp2014-08-201-7/+7
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* rts: Print correct stack size on stack overflowBen Gamari2013-10-251-3/+3
* Use dynamic linking only if the GHC package is compiled with -dynamic (#8376)Simon Marlow2013-10-111-0/+11
* Revert "Default to infinite stack size (#8189)"Austin Seipp2013-09-081-3/+3
* Default to infinite stack size (#8189)Austin Seipp2013-09-081-3/+3
* Move the genSym stuff from rts into compilerIan Lynagh2013-05-171-20/+0
* Use pthread_kill on OS X tooIan Lynagh2013-01-171-1/+1
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-1/+1
* avoid 32-bit integer overflow (#5831)Simon Marlow2012-02-071-1/+1
* Fixes for NetBSDIan Lynagh2011-11-251-1/+1
* Add a debug check for a non-empty FPU stack on x86 (see #4914)Simon Marlow2011-03-301-0/+15
* Remove the debugging memory allocator - valgrind does a better jobSimon Marlow2010-08-241-146/+0
* stgReallocBytes(DEBUG): don't fail when the ptr passed in is NULLSimon Marlow2010-08-171-1/+1
* Reorder RTS --info outputIan Lynagh2010-07-171-4/+4
* Use StgWord64 instead of ullongIan Lynagh2010-04-211-18/+67
* fix a non-portable printf formatSimon Marlow2010-03-301-2/+2
* Support for DragonFly BSDSimon Marlow2009-11-111-1/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-56/+1
* Fix a warning on WindowsIan Lynagh2009-07-241-1/+1
* add number of bytes to +RTS -DS leak reportsSimon Marlow2009-07-241-2/+2
* Fix #2197 (properly this time)Simon Marlow2009-07-011-0/+10
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-37/+0
* 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