RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / posix / Signals.c
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-04-23 Simon Marlowdon't overwrite io_manager_pipe if it is already set
2009-03-22 Simon Marlowcheck return value of write (quiets gcc)
2009-03-13 Simon MarlowInstead of a separate context-switch flag, set HpLim...
2009-02-19 Simon Marlow#2860: remove redundant unblocking of signals
2009-02-19 Simon MarlowRewrite of signal-handling (ghc patch; see also base...
2008-11-04 Simon Marlowbugfix: don't ingore the return value from rts_evalIO()
2008-09-19 Simon MarlowMove the context_switch flag into the Capability
2008-07-09 Simon MarlowFIX part of #2301, and #1619
2008-07-08 Simon MarlowANSI-ise a function declaration
2008-07-08 Simon Marlowremove old #ifdef SMP bits
2008-04-16 Simon MarlowReorganisation to fix problems related to the gct regis...
2007-07-04 Simon MarlowWe don't need a SIGCONT handler any more
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2006-12-30 sven.panne@aedion.deWarning police: Added missing #include
2006-12-15 Ian LynaghFree more things that we allocate 2006-12-16
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-08-30 Simon Marlowadd sysErrorBelch() for reporting system call errors
2006-07-26 Simon Marlowmissed one symbol that needs a package name
2006-05-24 Simon MarlowBetter control of the IO manager thread; improvements...
2006-04-07 Simon MarlowReorganisation of the source tree