summaryrefslogtreecommitdiff
path: root/includes/RtsAPI.h
Commit message (Expand)AuthorAgeFilesLines
* RtsFlags: Make `mallocFailHook` const correctErik de Castro Lopo2016-05-111-1/+1
* RTS: Add setInCallCapability()Simon Marlow2016-04-261-0/+9
* Fix for CAF retention when dynamically loading & unloading codeSimon Marlow2015-06-081-0/+3
* rts: add "-no-rtsopts-suggestions" optionJavran Cheng2015-05-061-0/+3
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-071-0/+33
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-6/+6
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-6/+6
* [ci skip] includes: detabify/dewhitespace RtsAPI.hAustin Seipp2014-08-201-9/+9
* Add hs_thread_done() (#8124)Simon Marlow2014-02-271-0/+13
* Improve the shutdownHaskellAndSignal and add fast exitDuncan Coutts2013-11-141-6/+4
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Distinguish between hs-main cases when giving rtsopts advice.Edward Z. Yang2013-09-151-0/+5
* Working towards fixing DLLs on Win64Ian Lynagh2012-05-061-1/+1
* Soem more Wind64 fixesIan Lynagh2012-03-161-1/+1
* Make forkProcess work with +RTS -NSimon Marlow2011-12-061-18/+30
* Make profiling work with multiple capabilities (+RTS -N)Simon Marlow2011-11-291-0/+9
* Generate the C main() function when linking a binary (fixes #5373)Simon Marlow2011-11-161-5/+43
* make shutdownHaskellAndExit() shut down the RTS and exit immediatelySimon Marlow2011-08-121-1/+5
* Change some TARGET checks to HOST checksIan Lynagh2010-07-141-1/+1
* Free full_prog_argv at exit, closing a memory leakSimon Marlow2009-12-011-0/+1
* Windows DLLs: Don't rely on stg/DLL.h being included in RtsAPI.hBen.Lippmeier@anu.edu.au2009-11-181-7/+13
* Don't share low valued Int and Char closures with Windows DLLsBen.Lippmeier@anu.edu.au2009-11-141-4/+10
* Tidy up file headers and copyrights; point to the wiki for docsSimon Marlow2009-08-251-0/+3
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* Add and export rts_unsafeGetMyCapability from rtsDuncan Coutts2009-06-121-0/+9
* Fix #2592: do an orderly shutdown when the heap is exhaustedSimon Marlow2008-12-091-1/+2
* FIX part of #2301, and #1619Simon Marlow2008-07-091-0/+4
* Implement the RTS side of GHC.Environment.getFullArgsIan Lynagh2007-07-171-0/+2
* make exit() overridable, for use in DLLsSimon Marlow2006-08-091-0/+2
* change wired-in Haskell symbols to include the package nameSimon Marlow2006-07-261-4/+4
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+155