summaryrefslogtreecommitdiff
path: root/rts/posix/Signals.h
Commit message (Expand)AuthorAgeFilesLines
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* Use C99's boolBen Gamari2016-11-291-1/+1
* rts: Split up Itimer.cBen Gamari2016-05-011-0/+4
* 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
* rts: delint/detab/dewhitespace Signals.hAustin Seipp2014-07-281-1/+0
* Make forkProcess work with +RTS -NSimon Marlow2011-12-061-1/+1
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-2/+2
* The rest of the #1185 patch (forkProcess and -threaded)Simon Marlow2009-11-131-0/+2
* Rollback #1185 fixSimon Marlow2009-11-061-2/+0
* Fix #1185 (RTS part, also needs corresponding change to libraries/base)Simon Marlow2009-11-031-0/+2
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-2/+2
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-1/+5
* Rewrite of signal-handling (ghc patch; see also base and unix patches)Simon Marlow2009-02-191-2/+6
* Add support for the IO manager thread on WindowsSimon Marlow2006-12-011-6/+0
* Better control of the IO manager thread; improvements to deadlock checkingSimon Marlow2006-05-241-1/+5
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+26