cvs commit: fptools/hslibs/posix PosixProcPrim.lhs

Simon Marlow <[email protected]> Wed, 30 Oct 2002 06:22:04 -0800
Newsgroups gmane.comp.lang.haskell.cvs.hslibs
Message-ID <[email protected]>
simonmar    2002/10/30 06:22:04 PST

  Modified files:        (Branch: ghc-5-04-branch)
    hslibs/posix         PosixProcPrim.lhs 
  Log:
  [STABLE branch only]
  
  Replace executeFile with a working version from System.Posix.Process
  in the HEAD.  The existing version goes wrong if a GC happens while
  the arguments are being packed up.
  
  Revision  Changes    Path
  1.13.2.1  +35 -19    fptools/hslibs/posix/PosixProcPrim.lhs