sof         2005/05/04 17:58:38 PDT

  Modified files:
    ghc/driver/ghci      .cvsignore Makefile ghci.c 
  Added files:
    ghc/driver/ghci      ghcii.sh 
  Log:
  [mingw only]
  Provide (unsatisfying) workaround for pesky Ctrl-C issue, whereby a
  cygwin-based bash will terminate the 'ghci.exe' wrapper without the
  wrapper process getting a chance to respond (and shut down its child,
  if nothing else.) The result instead being that the child (ghc.exe) ends up
  lingering in the background.
  
  To steer users away from such badness, the wrapper checks to see whether
  it is running in a *nix-like shell, and if it is, issue a warning that
  it would be better to invoke GHCi using the 'ghcii.sh' shell script instead.
  
  Merge to STABLE.
  
  Revision  Changes    Path
  1.7       +1 -0      fptools/ghc/driver/ghci/.cvsignore
  1.11      +2 -1      fptools/ghc/driver/ghci/Makefile
  1.10      +10 -4     fptools/ghc/driver/ghci/ghci.c
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to