Skip to content
  1. Jun 12, 2008
    • Matthijs Kooijman's avatar
      Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic · 1cc695ef
      Matthijs Kooijman authored
      error that caused it to redirect stderr to stdout too often.
      
      This fix is applied identically to the win32 code as well, but that is
      untested.
      --Thi line, and those below, will be ignored--
      
      M    System/Unix/Program.inc
      M    System/Win32/Program.inc
      
      llvm-svn: 52233
      1cc695ef
    • Matthijs Kooijman's avatar
      Make I/O redirection handling in sys::Program a bit more consistent. No · 616e484b
      Matthijs Kooijman authored
      functional changes. Win32 code is untested, but should work fine.
      
      In the unix variant, rename RedirectFD to RedirectIO and let that function
      handle empty and null paths instead of doing that in the caller 3 times. This
      is the same as win32 already does it.
      
      In the win32 variant, use Path::isEmpty() instead of checking the resulting
      c_str() manually. This is the same as unix already does it.
      
      llvm-svn: 52230
      616e484b
  2. Jun 11, 2008
  3. Jun 10, 2008
  4. Jun 09, 2008
  5. Jun 08, 2008
  6. Jun 07, 2008
  7. Jun 06, 2008
Loading