summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Use dlsym on OS X if availableRoman Leshchinskiy2007-09-051-0/+15
* FIX: Correct Leave/EnterCriticalSection importsManuel M T Chakravarty2007-09-053-6/+6
* put the @N suffix on stdcall foreign calls in .cmm codeSimon Marlow2007-09-043-0/+6
* Fix building RTS with gcc 2.*; declare all variables at the top of a blockIan Lynagh2007-09-035-22/+35
* fix build (sorry, forgot to push with previous patch)Simon Marlow2007-09-031-8/+14
* remove debugging codeSimon Marlow2007-09-031-2/+0
* FIX #1623: disable the timer signal when the system is idle (threaded RTS only)Simon Marlow2007-09-037-57/+146
* FIX #1648: rts_mkWord64 was missingSimon Marlow2007-09-031-2/+8
* bump MAX_THUNK_SELECTOR_DEPTH from 8 to 16Simon Marlow2007-09-031-1/+1
* Suppress some warnings on WindowsIan Lynagh2007-09-021-0/+7
* Fix and supress some warnings, and turn on -Werror when validatingIan Lynagh2007-09-022-1/+16
* Windows: give a better error message when running out of memorySimon Marlow2007-08-301-2/+7
* improvements to findPtr(), a useful hack for space-leak debugging in gdbSimon Marlow2007-08-291-18/+32
* Windows: remove the {Enter,Leave}CricialSection wrappersSimon Marlow2007-08-294-13/+5
* Fix retainer profilingBefore_type_family_mergeIan Lynagh2007-08-261-1/+1
* Fix the IF_DEBUG(interpreter in StgCRun.cIan Lynagh2007-08-251-2/+0
* Jump through some hoops to make the Windows SEH exception stuff happyIan Lynagh2007-08-244-8/+30
* freeProfiling1() needs to be after endProfiling()Simon Marlow2007-08-241-2/+1
* FIX #1519, crash in biographical profilingSimon Marlow2007-08-241-1/+1
* fix +RTS -V0 when not using -threadedSimon Marlow2007-08-241-2/+5
* Fix info table for stg_ap_1_upd, it stated 1 non-ptr, should be zeroSimon Marlow2007-08-241-1/+1
* FIX #1626: needed to export hs_hpc_rootModuleSimon Marlow2007-08-231-0/+1
* Add R_X86_64_PC64 relocation support to the LinkerClemens Fruhwirth2007-08-081-5/+15
* Also build gmp shared if neccessaryClemens Fruhwirth2007-08-101-1/+1
* annotate C-- calls that do not returnNorman Ramsey2007-08-203-41/+41
* Fix passing double quotes to GHC on WindowsIan Lynagh2007-08-181-8/+16
* Don't freeProfiling1 until after calling reportCCSProfilingIan Lynagh2007-08-171-2/+2
* Compute max_era more simplyIan Lynagh2007-08-161-6/+2
* Document +RTS --info, and make it a Read'able Haskell valueIan Lynagh2007-08-164-19/+30
* Fix the threaded RTS on WindowsIan Lynagh2007-08-161-0/+9
* Properly guard imports because they have to be precise on Windows and Darwin ...Clemens Fruhwirth2007-08-104-0/+8
* Add explicit imports for RTS-external variablesClemens Fruhwirth2007-08-064-4/+31
* Build RTS as dynamic libraryClemens Fruhwirth2007-08-087-98/+89
* Introduce new class for external symbols in Linker.c that use __imp__<sym> in...Clemens Fruhwirth2007-08-061-6/+18
* Catch exceptions on Windows, to stop it popping up dialog boxesIan Lynagh2007-08-033-1/+139
* FIX recent PPC crashes introduced by the pointer-tagging patch (I hope)Simon Marlow2007-08-011-19/+5
* FIX compacting GC (bug1010, and other failures)Simon Marlow2007-07-301-47/+106
* Pointer TaggingSimon Marlow2007-07-2717-111/+300
* FIX #1177, partially at least.Simon Marlow2007-07-255-18/+20
* hs_exit()/shutdownHaskell(): wait for outstanding foreign calls to complete b...Simon Marlow2007-07-245-13/+52
* Add unreg/tables-next-code output to +RTS --infoIan Lynagh2007-07-232-0/+8
* Add a +RTS --info flag print various info; partially fixes trac #1517Ian Lynagh2007-07-222-0/+15
* Default tick interval was 50ms, change it to 20msSimon Marlow2007-07-181-2/+2
* wakeUpSleepingThreads: fix off by oneSimon Marlow2007-07-181-1/+1
* Implement the RTS side of GHC.Environment.getFullArgsIan Lynagh2007-07-173-0/+30
* oops, revert part of the +RTS -V0 patch which was accidentally includedSimon Marlow2007-07-101-1/+1
* Fix the +RTS -V0 option introduced recently; it didn't work at all, now it does.Simon Marlow2007-07-083-8/+22
* Update the in-tree GMP; fixes trac #832Ian Lynagh2007-07-05526-90630/+8
* We don't need a SIGCONT handler any moreSimon Marlow2007-07-041-29/+0
* FIX BUILD (Windows): catch up with changes to .cmm syntaxSimon Marlow2007-07-032-8/+8