summaryrefslogtreecommitdiff
path: root/rts/RtsMain.c
Commit message (Expand)AuthorAgeFilesLines
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-1/+1
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-261-5/+2
* Revert "Switch VEH to VCH and allow disabling of SEH completely."Ben Gamari2017-09-261-2/+5
* Switch VEH to VCH and allow disabling of SEH completely.Ben Gamari2017-09-261-11/+8
* Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger2017-07-271-0/+11
* Prefer #if defined to #ifdefBen Gamari2017-04-281-2/+2
* Remove comments and flag for GranSimThomas Miedema2015-03-191-2/+0
* Fix -Werror build failure in RtsMainTamar Christina2015-03-031-1/+1
* Replaced SEH handles with VEH handlers which should work uniformly across x86...Tamar Christina2015-03-031-72/+49
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: detabify/dewhitespace RtsMain.cAustin Seipp2014-08-201-5/+5
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Improve the shutdownHaskellAndSignal and add fast exitDuncan Coutts2013-11-141-1/+1
* 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