| Commit message (Expand) | Author | Age | Files | Lines |
* | RtsUtils: Use `size_t` instead of `int` where appropriate | Erik de Castro Lopo | 2016-05-12 | 1 | -13/+9 |
* | rts: Don't use strndup | Ben Gamari | 2016-04-18 | 1 | -0/+12 |
* | stgMallocBytes: Tolerate malloc(0) returning a NULL ptr | Herbert Valerio Riedel | 2016-03-21 | 1 | -0/+13 |
* | Fix two occurences of `x86_HOST_ARCH` | Herbert Valerio Riedel | 2015-12-19 | 1 | -1/+1 |
* | Replace hooks by callbacks in RtsConfig (#8785) | Simon Marlow | 2015-04-07 | 1 | -6/+7 |
* | Revert "rts: add Emacs 'Local Variables' to every .c file" | Simon Marlow | 2014-09-29 | 1 | -8/+0 |
* | rts: detabify/dewhitespace RtsUtils.c | Austin Seipp | 2014-08-20 | 1 | -7/+7 |
* | rts: add Emacs 'Local Variables' to every .c file | Austin Seipp | 2014-07-28 | 1 | -0/+8 |
* | rts: Print correct stack size on stack overflow | Ben Gamari | 2013-10-25 | 1 | -3/+3 |
* | Use dynamic linking only if the GHC package is compiled with -dynamic (#8376) | Simon Marlow | 2013-10-11 | 1 | -0/+11 |
* | Revert "Default to infinite stack size (#8189)" | Austin Seipp | 2013-09-08 | 1 | -3/+3 |
* | Default to infinite stack size (#8189) | Austin Seipp | 2013-09-08 | 1 | -3/+3 |
* | Move the genSym stuff from rts into compiler | Ian Lynagh | 2013-05-17 | 1 | -20/+0 |
* | Use pthread_kill on OS X too | Ian Lynagh | 2013-01-17 | 1 | -1/+1 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -1/+1 |
* | avoid 32-bit integer overflow (#5831) | Simon Marlow | 2012-02-07 | 1 | -1/+1 |
* | Fixes for NetBSD | Ian Lynagh | 2011-11-25 | 1 | -1/+1 |
* | Add a debug check for a non-empty FPU stack on x86 (see #4914) | Simon Marlow | 2011-03-30 | 1 | -0/+15 |
* | Remove the debugging memory allocator - valgrind does a better job | Simon Marlow | 2010-08-24 | 1 | -146/+0 |
* | stgReallocBytes(DEBUG): don't fail when the ptr passed in is NULL | Simon Marlow | 2010-08-17 | 1 | -1/+1 |
* | Reorder RTS --info output | Ian Lynagh | 2010-07-17 | 1 | -4/+4 |
* | Use StgWord64 instead of ullong | Ian Lynagh | 2010-04-21 | 1 | -18/+67 |
* | fix a non-portable printf format | Simon Marlow | 2010-03-30 | 1 | -2/+2 |
* | Support for DragonFly BSD | Simon Marlow | 2009-11-11 | 1 | -1/+1 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -56/+1 |
* | Fix a warning on Windows | Ian Lynagh | 2009-07-24 | 1 | -1/+1 |
* | add number of bytes to +RTS -DS leak reports | Simon Marlow | 2009-07-24 | 1 | -2/+2 |
* | Fix #2197 (properly this time) | Simon Marlow | 2009-07-01 | 1 | -0/+10 |
* | Remove old GUM/GranSim code | Simon Marlow | 2009-06-02 | 1 | -37/+0 |
* | In +RTS --info output, use YES rather than Yes | Ian Lynagh | 2009-02-27 | 1 | -1/+1 |
* | Add "Word size" to the +RTS --info output | Ian Lynagh | 2009-01-09 | 1 | -0/+6 |
* | Add some more fields to +RTS --info | Ian Lynagh | 2009-01-08 | 1 | -0/+9 |
* | Fix #2592: do an orderly shutdown when the heap is exhausted | Simon Marlow | 2008-12-09 | 1 | -8/+8 |
* | Declare ctime_r on Mac OS | Roman Leshchinskiy | 2007-09-06 | 1 | -0/+7 |
* | Document +RTS --info, and make it a Read'able Haskell value | Ian Lynagh | 2007-08-16 | 1 | -0/+20 |
* | Basic heap profile support without -prof | Simon Marlow | 2007-04-27 | 1 | -2/+0 |
* | Fix C/Haskell type mismatches | Ian Lynagh | 2007-04-03 | 1 | -3/+3 |
* | Don't overwrite old memory with 0xaa when doing a realloc | Ian Lynagh | 2006-12-18 | 1 | -4/+6 |
* | Fix allocation debugger to handle allocations in con/destructors | Ian Lynagh | 2006-12-13 | 1 | -29/+64 |
* | Give a better panic if the allocation debugger is used uninitialised | Ian Lynagh | 2006-12-13 | 1 | -0/+6 |
* | Fix allocate name clash in the HEAD | Ian Lynagh | 2006-12-11 | 1 | -7/+7 |
* | When debugging, have the allocator help us a bit | Ian Lynagh | 2006-12-11 | 1 | -2/+109 |
* | replace stgMallocBytesRWX() with our own allocator | Simon Marlow | 2006-05-30 | 1 | -52/+0 |
* | Declare this file to be POSIX | Simon Marlow | 2006-05-18 | 1 | -9/+1 |
* | fix ctime_r problem on Solaris (I hope) | Simon Marlow | 2006-05-02 | 1 | -0/+7 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+367 |