summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Link all dynamic libraries with the correct install_name on Mac OS/X.Ian Lynagh2009-12-041-1/+6
* evaluate_large: evaluate large objects to bd->dest rather than gen->toSimon Marlow2009-12-041-2/+3
* Correction to the allocation stats following earlier refactoringSimon Marlow2009-12-042-0/+6
* export g0Simon Marlow2009-12-031-0/+1
* GC refactoring, remove "steps"Simon Marlow2009-12-0321-930/+754
* fix error message on Windows (fixes rtsflags001)Simon Marlow2009-12-021-2/+3
* add a missing lock around allocGroup()Simon Marlow2009-12-031-0/+2
* remove unused cap->in_gc flagSimon Marlow2009-12-023-6/+0
* Refactoring onlySimon Marlow2009-12-0216-232/+239
* move sanity checking code from Storage.c to Sanity.cSimon Marlow2009-12-025-66/+71
* stg_ap_0_fast: sanity-check only the topmost frame, not the whole stackSimon Marlow2009-12-021-3/+1
* Fix profiling buildSimon Marlow2009-12-031-22/+0
* threadStackUnderflow: put the new TSO on the mut list if necessarySimon Marlow2009-12-021-3/+10
* don't sanity check the whole stack when switching interp<->compiledSimon Marlow2009-12-021-3/+4
* fix to sanity checking for ThreadRelocated TSOsSimon Marlow2009-12-021-1/+4
* sanity check the top stack frame, not the whole stackSimon Marlow2009-12-021-1/+2
* Make allocatePinned use local storage, and other refactoringsSimon Marlow2009-12-0116-376/+328
* Free full_prog_argv at exit, closing a memory leakSimon Marlow2009-12-012-0/+18
* free cap->saved_mut_lists tooSimon Marlow2009-12-011-0/+1
* exitScheduler: move boundTaskExiting call outside #ifdef THREADED_RTSSimon Marlow2009-12-011-1/+2
* Implement a new heap-tuning option: -HSimon Marlow2009-11-302-3/+12
* Store a destination step in the block descriptorSimon Marlow2009-11-297-21/+15
* Reorder ALL_RTS_LIBSMatthias Kilian2009-11-151-2/+2
* threadStackOverflow: check whether stack squeezing released some stack (#3677)Simon Marlow2009-11-252-1/+36
* Check upper/lower bounds on various RTS flags (#3633)Simon Marlow2009-11-191-59/+59
* Print the prog name in errorBelch() even if prog_argv is not set yetSimon Marlow2009-11-191-1/+1
* Windows DLLs: add #ifdefery to turn off DLL import of libffi when building st...Ben.Lippmeier@anu.edu.au2009-11-181-0/+7
* Windows DLLs: disable extra shutdownHaskell() when unloading the RTS DLLBen.Lippmeier@anu.edu.au2009-11-171-1/+5
* Windows DLLs: remove dup symbol from def fileBen.Lippmeier@anu.edu.au2009-11-171-1/+0
* Windows DLLs: CHARLIKE_closure and INTLIKE_closure aren't defined in this way.Ben.Lippmeier@anu.edu.au2009-11-141-3/+17
* If a comment says "Is this correct?", it's not.Ben.Lippmeier@anu.edu.au2009-11-141-1/+1
* Windows DLLs: gmp is in the integer-gmp package now.Ben.Lippmeier@anu.edu.au2009-11-141-3/+1
* Use DLL aware runIO_closure instead of base_GHCziTopHandler_runIO_closure dir...Ben.Lippmeier@anu.edu.au2009-11-141-2/+3
* RTS also uses runSparks_closure from baseBen.Lippmeier@anu.edu.au2009-11-141-0/+2
* Don't share low valued Int and Char closures with Windows DLLsBen.Lippmeier@anu.edu.au2009-11-142-3/+18
* Windows DLLs: use one import lib for each DLL the RTS needs.Ben.Lippmeier@anu.edu.au2009-11-114-38/+87
* Add autoconf code to locate dlltool on WindowsBen.Lippmeier@anu.edu.au2009-11-101-1/+1
* Break recursive imports between the RTS and base library on Windows.Ben.Lippmeier@anu.edu.au2009-11-062-0/+76
* Put the libffi files to be installed into a dist directoryIan Lynagh2009-11-181-1/+1
* The rest of the #1185 patch (forkProcess and -threaded)Simon Marlow2009-11-133-1/+13
* Windows-specific fix for #1185 patchSimon Marlow2009-11-121-1/+1
* Second attempt to fix #1185 (forkProcess and -threaded)Simon Marlow2009-11-113-36/+84
* Support for DragonFly BSDSimon Marlow2009-11-112-5/+5
* The RTS needs hs-suffix-rules-srcdir for BootingFromHcSimon Marlow2009-11-111-0/+2
* Barf on unhandled Mach-O relocations in the ghci linkerManuel M T Chakravarty2009-11-111-8/+48
* Split XARGS into XARGS and XARGS_OPTSIan Lynagh2009-11-071-1/+1
* Rollback #1185 fixSimon Marlow2009-11-065-76/+7
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-3/+3
* Fix #3642: m GHC builds using the Haskell PlatformSimon Marlow2009-11-051-2/+2
* fix build failure on WindowsSimon Marlow2009-11-041-1/+1