cvs commit: fptools/ghc/compiler/compMan CompManager.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Wed, 23 Jan 2002 03:11:14 -0800


simonmar    2002/01/23 03:11:14 PST

  Modified files:
    ghc/compiler/compMan CompManager.lhs 
  Log:
  Revert to running command-line statements in the context of the
  current thread, so that ^C exceptions get delivered to the right
  place.
  
  Now that a deadlock generates an exception this is not so bad, but it
  would be nice to do it the "right" way so I've left the old code in a
  comment for now.
  
  Revision  Changes    Path
  1.101     +17 -4     fptools/ghc/compiler/compMan/CompManager.lhs