summaryrefslogtreecommitdiff
path: root/rts/Globals.c
Commit message (Expand)AuthorAgeFilesLines
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-1/+1
* Put Unique related global variables in the RTS (#19940)Sylvain Henry2021-06-051-0/+3
* Remove unused global variablesSylvain Henry2020-09-301-8/+0
* Remove unsafeGlobalDynFlags (#17957, #14597)Sylvain Henry2020-09-301-2/+6
* Finish stable splitDavid Feuer2018-08-291-1/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-5/+5
* Make globals use sharedCAFMoritz Angermann2016-12-111-54/+25
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-301-25/+54
* Make globals use sharedCAFMoritz Angermann2016-11-291-54/+25
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-2/+2
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* adding FastString.string_table to the sharedCAF/Globals.c mechanismNicolas Frisby2013-07-161-2/+14
* Added RTS hooks for the timer manager.Andreas Voellmy2013-02-111-0/+14
* remove getOrSetTypeableStore. This is no longer used after the switchSimon Marlow2011-07-121-8/+0
* Integrate new I/O manager, with signal supportJohan Tibell2010-07-241-15/+22
* 'store' should be static (#3835)Simon Marlow2010-01-221-1/+1
* Second attempt to fix #1185 (forkProcess and -threaded)Simon Marlow2009-11-111-31/+61
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+4
* add missing files (part of #3171 fix)Simon Marlow2009-04-241-0/+84