CVSROOT: /cvs Module name: ports Changes by: [email protected] 2011/12/27 13:53:01
Modified files:
lang/ghc : Makefile
Added files:
lang/ghc/patches: patch-rts_posix_Signals_c
Log message:
Simplify the SIGTSTP handler to let it work with uthreads.
Suspending multithreaded programs built with ghc (including ghc
itself) should just work[tm] now. (Except for the bootstrapping
compiler which of course still uses the old code)
