summaryrefslogtreecommitdiff
path: root/rts/RtsUtils.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer #if defined to #ifdefBen Gamari2017-04-281-8/+8
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-281-2/+2
* rts/RtsUtils.c: drop stale commentsSergei Trofimovich2017-04-161-3/+3
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-2/+2
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-2/+2
* Report heap overflow in the same way as stack overflowSimon Marlow2017-04-021-14/+6
* Use C99's boolBen Gamari2016-11-291-2/+2
* When in sanity mode, un-zero malloc'd memory; fix uninitialized memory bugs.Edward Z. Yang2016-08-151-0/+1
* RtsUtils: Use `size_t` instead of `int` where appropriateErik de Castro Lopo2016-05-121-13/+9
* rts: Don't use strndupBen Gamari2016-04-181-0/+12
* stgMallocBytes: Tolerate malloc(0) returning a NULL ptrHerbert Valerio Riedel2016-03-211-0/+13
* Fix two occurences of `x86_HOST_ARCH`Herbert Valerio Riedel2015-12-191-1/+1
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-071-6/+7
* 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