| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix generational GC bug (#3348) | Simon Marlow | 2009-07-06 | 1 | -13/+0 |
* | Fix #2197 (properly this time) | Simon Marlow | 2009-07-01 | 2 | -0/+12 |
* | remove unnecessary $(RM)s | Simon Marlow | 2009-07-01 | 1 | -1/+0 |
* | fix GC bug introduced with the C finalizer support | Simon Marlow | 2009-06-30 | 1 | -0/+1 |
* | Add a configure test for whether or not __mingw_vfprintf exists | Ian Lynagh | 2009-06-27 | 1 | -1/+7 |
* | propagate the result of atomically properly (fixes #3049) | Simon Marlow | 2009-06-24 | 1 | -4/+8 |
* | Add a couple more symbols to the Linker.c table | Ian Lynagh | 2009-06-22 | 1 | -0/+2 |
* | Add a #endif back that was accidentally removed from package.conf.in | Ian Lynagh | 2009-06-16 | 1 | -0/+1 |
* | Stop building the rts against gmp | Duncan Coutts | 2009-06-13 | 2 | -45/+3 |
* | Remove the implementation of gmp primops from the rts | Duncan Coutts | 2009-06-13 | 3 | -644/+1 |
* | Stop setting the gmp memory functions in the rts | Duncan Coutts | 2009-06-13 | 1 | -67/+0 |
* | Add rules for building .cmm files in libraries | Ian Lynagh | 2009-06-11 | 1 | -42/+0 |
* | Exports a few rts things we need for cmm code in external packages | Duncan Coutts | 2009-06-13 | 1 | -0/+4 |
* | Add and export rts_unsafeGetMyCapability from rts | Duncan Coutts | 2009-06-12 | 2 | -0/+16 |
* | Fix the way in the +RTS --info output | Ian Lynagh | 2009-06-20 | 1 | -1/+2 |
* | Fix #3279, #3288: fix crash encountered when calling unblock inside unsafePer... | Simon Marlow | 2009-06-16 | 1 | -8/+35 |
* | Update symbol names; fixes the build on OSX | Ian Lynagh | 2009-06-12 | 1 | -8/+8 |
* | don't check for stack underflow if we just had an overflow | Simon Marlow | 2009-06-10 | 1 | -1/+3 |
* | Changes for the new IO library, mainly base-package modules moving around | Simon Marlow | 2009-05-29 | 2 | -8/+13 |
* | Remove __encodeDouble and __encodeFloat from the rts | Duncan Coutts | 2009-06-11 | 2 | -46/+0 |
* | Convert the gmp cmm primops to use local stack allocation | Duncan Coutts | 2009-06-10 | 1 | -59/+56 |
* | Make killThread# cmm primop use local stack allocation | Duncan Coutts | 2009-06-10 | 1 | -2/+3 |
* | fix a warning | Simon Marlow | 2009-06-04 | 1 | -0/+1 |
* | Lock the StablePtr table during GC | Simon Marlow | 2009-06-04 | 2 | -0/+23 |
* | Remove the unused remains of __decodeFloat | Ian Lynagh | 2009-06-02 | 3 | -76/+0 |
* | Remove old GUM/GranSim code | Simon Marlow | 2009-06-02 | 25 | -3661/+25 |
* | $(XARGS) might include arguments, so don't quote it in makefiles | Ian Lynagh | 2009-05-30 | 1 | -1/+1 |
* | Quote commands that we run, so they work if there are space in their paths | Ian Lynagh | 2009-05-30 | 1 | -24/+24 |
* | don't shrink the stack smaller than the value set by +RTS -k<size> | Simon Marlow | 2009-05-29 | 1 | -0/+2 |
* | Fix bug in previous change: allocate the correct size | Simon Marlow | 2009-05-29 | 1 | -2/+3 |
* | Fix handling of R_SPARC_UA32 relocations in linker | Ben.Lippmeier@anu.edu.au | 2009-05-28 | 1 | -3/+12 |
* | Round stack size to a whole number of megablocks | Simon Marlow | 2009-05-28 | 1 | -1/+1 |
* | Fix #3156: ensure preconditions of splitLargeBlock() | Simon Marlow | 2009-05-28 | 1 | -1/+8 |
* | export sysErrorBelch | Simon Marlow | 2009-03-28 | 1 | -0/+1 |
* | Fix #3201: "ar: Bad file number" build error with MSYS and SplitObjs=YES | Simon Marlow | 2009-05-21 | 1 | -1/+1 |
* | Use shared lib mode -dynload deploy to build the rts and core shared libs | Duncan Coutts | 2009-05-19 | 1 | -1/+2 |
* | Keep C main separate from rts lib and link it in for standalone progs | Duncan Coutts | 2009-05-15 | 4 | -151/+223 |
* | Fix silly make macro mistake in a rule used in the --enable-shared case | Duncan Coutts | 2009-05-14 | 1 | -2/+2 |
* | Windows: load msvcrt and kernel32 manually | Simon Marlow | 2009-05-20 | 1 | -0/+10 |
* | OS X / amd64 fixes | Ian Lynagh | 2009-05-20 | 2 | -3/+5 |
* | Fix #3236: emit a helpful error message when the RTS has not been initialised | Simon Marlow | 2009-05-18 | 3 | -15/+18 |
* | Bootstrapping fixes | Ian Lynagh | 2009-05-16 | 1 | -0/+3 |
* | Hide more make rules when cleaning | Ian Lynagh | 2009-05-16 | 1 | -0/+4 |
* | fix cut-and-pasto in mkWeakForeignEnv#, causing random segfaults | Simon Marlow | 2009-05-15 | 1 | -1/+1 |
* | Link the rts shared libs against gmp and the other C libs | Duncan Coutts | 2009-05-01 | 1 | -2/+7 |
* | correct the +RTS -? docs for -A (default is 512k not 256k) | Simon Marlow | 2009-05-08 | 1 | -1/+1 |
* | Use a more compact +RTS -s output for Tasks | Simon Marlow | 2009-05-08 | 1 | -2/+4 |
* | disable a warning | Simon Marlow | 2009-05-05 | 1 | -0/+1 |
* | More rules for bootstrapping | Ian Lynagh | 2009-05-04 | 1 | -0/+10 |
* | Tweak rts ghc.mk for bootstrapping | Ian Lynagh | 2009-05-03 | 1 | -0/+2 |