simonpj     2004/01/28 02:04:26 PST

  Modified files:
    ghc/compiler/main    SysTools.lhs 
    libraries/base/System Cmd.hs 
  Log:
          ---------------------------------------
         Fix the WinME/98/95 double-backslash bug
          ---------------------------------------
  
                Merge to stable branch, at least
                once we are sure it's right
  
  Backslashes should not be escaped in command-line arguments for rawSystem,
  on Win32.  This only actually causes failures on WinME/98/95, and we can't
  test that since we don't have it.  But this fix seems right regardless.
  
  There are extensive new comments in libraries/base/System/Cmd.hs which
  describe the issues.
  
  Revision  Changes    Path
  1.113     +11 -3     fptools/ghc/compiler/main/SysTools.lhs
  1.15      +77 -4     fptools/libraries/base/System/Cmd.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to