summaryrefslogtreecommitdiff
path: root/rts/RtsMain.c
Commit message (Expand)AuthorAgeFilesLines
* For now, turn off the SEH code on Win64Ian Lynagh2012-03-161-2/+2
* Drop the per-task timing stats, give a summary only (#5897)Simon Marlow2012-03-021-2/+1
* Make forkProcess work with +RTS -NSimon Marlow2011-12-061-1/+1
* Generate the C main() function when linking a binary (fixes #5373)Simon Marlow2011-11-161-8/+11
* make shutdownHaskellAndExit() shut down the RTS and exit immediatelySimon Marlow2011-08-121-1/+1
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-10/+6
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-3/+1
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-56/+0
* Keep C main separate from rts lib and link it in for standalone progsDuncan Coutts2009-05-151-0/+179