| Commit message (Expand) | Author | Age | Files | Lines |
* | Use dlsym on OS X if available | Roman Leshchinskiy | 2007-09-05 | 1 | -0/+15 |
* | FIX: Correct Leave/EnterCriticalSection imports | Manuel M T Chakravarty | 2007-09-05 | 3 | -6/+6 |
* | put the @N suffix on stdcall foreign calls in .cmm code | Simon Marlow | 2007-09-04 | 3 | -0/+6 |
* | Fix building RTS with gcc 2.*; declare all variables at the top of a block | Ian Lynagh | 2007-09-03 | 5 | -22/+35 |
* | fix build (sorry, forgot to push with previous patch) | Simon Marlow | 2007-09-03 | 1 | -8/+14 |
* | remove debugging code | Simon Marlow | 2007-09-03 | 1 | -2/+0 |
* | FIX #1623: disable the timer signal when the system is idle (threaded RTS only) | Simon Marlow | 2007-09-03 | 7 | -57/+146 |
* | FIX #1648: rts_mkWord64 was missing | Simon Marlow | 2007-09-03 | 1 | -2/+8 |
* | bump MAX_THUNK_SELECTOR_DEPTH from 8 to 16 | Simon Marlow | 2007-09-03 | 1 | -1/+1 |
* | Suppress some warnings on Windows | Ian Lynagh | 2007-09-02 | 1 | -0/+7 |
* | Fix and supress some warnings, and turn on -Werror when validating | Ian Lynagh | 2007-09-02 | 2 | -1/+16 |
* | Windows: give a better error message when running out of memory | Simon Marlow | 2007-08-30 | 1 | -2/+7 |
* | improvements to findPtr(), a useful hack for space-leak debugging in gdb | Simon Marlow | 2007-08-29 | 1 | -18/+32 |
* | Windows: remove the {Enter,Leave}CricialSection wrappers | Simon Marlow | 2007-08-29 | 4 | -13/+5 |
* | Fix retainer profilingBefore_type_family_merge | Ian Lynagh | 2007-08-26 | 1 | -1/+1 |
* | Fix the IF_DEBUG(interpreter in StgCRun.c | Ian Lynagh | 2007-08-25 | 1 | -2/+0 |
* | Jump through some hoops to make the Windows SEH exception stuff happy | Ian Lynagh | 2007-08-24 | 4 | -8/+30 |
* | freeProfiling1() needs to be after endProfiling() | Simon Marlow | 2007-08-24 | 1 | -2/+1 |
* | FIX #1519, crash in biographical profiling | Simon Marlow | 2007-08-24 | 1 | -1/+1 |
* | fix +RTS -V0 when not using -threaded | Simon Marlow | 2007-08-24 | 1 | -2/+5 |
* | Fix info table for stg_ap_1_upd, it stated 1 non-ptr, should be zero | Simon Marlow | 2007-08-24 | 1 | -1/+1 |
* | FIX #1626: needed to export hs_hpc_rootModule | Simon Marlow | 2007-08-23 | 1 | -0/+1 |
* | Add R_X86_64_PC64 relocation support to the Linker | Clemens Fruhwirth | 2007-08-08 | 1 | -5/+15 |
* | Also build gmp shared if neccessary | Clemens Fruhwirth | 2007-08-10 | 1 | -1/+1 |
* | annotate C-- calls that do not return | Norman Ramsey | 2007-08-20 | 3 | -41/+41 |
* | Fix passing double quotes to GHC on Windows | Ian Lynagh | 2007-08-18 | 1 | -8/+16 |
* | Don't freeProfiling1 until after calling reportCCSProfiling | Ian Lynagh | 2007-08-17 | 1 | -2/+2 |
* | Compute max_era more simply | Ian Lynagh | 2007-08-16 | 1 | -6/+2 |
* | Document +RTS --info, and make it a Read'able Haskell value | Ian Lynagh | 2007-08-16 | 4 | -19/+30 |
* | Fix the threaded RTS on Windows | Ian Lynagh | 2007-08-16 | 1 | -0/+9 |
* | Properly guard imports because they have to be precise on Windows and Darwin ... | Clemens Fruhwirth | 2007-08-10 | 4 | -0/+8 |
* | Add explicit imports for RTS-external variables | Clemens Fruhwirth | 2007-08-06 | 4 | -4/+31 |
* | Build RTS as dynamic library | Clemens Fruhwirth | 2007-08-08 | 7 | -98/+89 |
* | Introduce new class for external symbols in Linker.c that use __imp__<sym> in... | Clemens Fruhwirth | 2007-08-06 | 1 | -6/+18 |
* | Catch exceptions on Windows, to stop it popping up dialog boxes | Ian Lynagh | 2007-08-03 | 3 | -1/+139 |
* | FIX recent PPC crashes introduced by the pointer-tagging patch (I hope) | Simon Marlow | 2007-08-01 | 1 | -19/+5 |
* | FIX compacting GC (bug1010, and other failures) | Simon Marlow | 2007-07-30 | 1 | -47/+106 |
* | Pointer Tagging | Simon Marlow | 2007-07-27 | 17 | -111/+300 |
* | FIX #1177, partially at least. | Simon Marlow | 2007-07-25 | 5 | -18/+20 |
* | hs_exit()/shutdownHaskell(): wait for outstanding foreign calls to complete b... | Simon Marlow | 2007-07-24 | 5 | -13/+52 |
* | Add unreg/tables-next-code output to +RTS --info | Ian Lynagh | 2007-07-23 | 2 | -0/+8 |
* | Add a +RTS --info flag print various info; partially fixes trac #1517 | Ian Lynagh | 2007-07-22 | 2 | -0/+15 |
* | Default tick interval was 50ms, change it to 20ms | Simon Marlow | 2007-07-18 | 1 | -2/+2 |
* | wakeUpSleepingThreads: fix off by one | Simon Marlow | 2007-07-18 | 1 | -1/+1 |
* | Implement the RTS side of GHC.Environment.getFullArgs | Ian Lynagh | 2007-07-17 | 3 | -0/+30 |
* | oops, revert part of the +RTS -V0 patch which was accidentally included | Simon Marlow | 2007-07-10 | 1 | -1/+1 |
* | Fix the +RTS -V0 option introduced recently; it didn't work at all, now it does. | Simon Marlow | 2007-07-08 | 3 | -8/+22 |
* | Update the in-tree GMP; fixes trac #832 | Ian Lynagh | 2007-07-05 | 526 | -90630/+8 |
* | We don't need a SIGCONT handler any more | Simon Marlow | 2007-07-04 | 1 | -29/+0 |
* | FIX BUILD (Windows): catch up with changes to .cmm syntax | Simon Marlow | 2007-07-03 | 2 | -8/+8 |