[project @ 2005-11-30 16:56:24 by simonmar]
authorsimonmar <unknown>
Wed, 30 Nov 2005 16:56:24 +0000 (16:56 +0000)
committersimonmar <unknown>
Wed, 30 Nov 2005 16:56:24 +0000 (16:56 +0000)
commitb7564a80c1ce808319a396bafedd08fc97df05b3
tree28daf594f0851f76089bc1904e479a52a7ea3317
parentd5316d049f1880579033f1e0404589fed0686080
[project @ 2005-11-30 16:56:24 by simonmar]
- move forkIO into GHC.Conc, so that the I/O manager can use proper forkIO
  with an exception handler.  This required TopHandler.lhs-boot.  It's the
  right thing, though, since the forkIO implementation is GHC-specific.

- check for out-of-range file descriptors in the I/O manager, rather than
  just exploding.  The I/O manager will exit ungracefully, but at least
  there will be an error message.
GHC/Conc.lhs
GHC/TopHandler.lhs-boot [new file with mode: 0644]
include/HsBase.h