Skip to content
  1. Dec 20, 2004
  2. Dec 19, 2004
    • Misha Brukman's avatar
      Use <> for system #include files · 0eb431c0
      Misha Brukman authored
      llvm-svn: 19046
      0eb431c0
    • Brian Gaeke's avatar
      Make references to 'struct sigaction' compile under Solaris. · 8062bde1
      Brian Gaeke authored
      llvm-svn: 19045
      8062bde1
    • Reid Spencer's avatar
      For PR351: · 6cb551b2
      Reid Spencer authored
      Move the functionality of RunProgramWithTimeout into the ExecuteAndWait
      function: support a timeout and I/O redirects
      
      llvm-svn: 19043
      6cb551b2
    • Reid Spencer's avatar
      For PR351: · 72d1627d
      Reid Spencer authored
      Add a needed include.
      
      llvm-svn: 19042
      72d1627d
    • Reid Spencer's avatar
      For PR351: · 2d76ff5c
      Reid Spencer authored
      * Pass sys::Path instead of std::string for paths
      * Correct the types of arguments passed to RunProgramWithTimeout due to its
        interface using sys::Path instead of std::string
      * Replace "/dev/null" (not portable) with empty string which
        sys::Program::ExecuteAndWait recognizes as "redirect to bit bucket"
      
      llvm-svn: 19041
      2d76ff5c
    • Reid Spencer's avatar
      For PR351: · d44f8452
      Reid Spencer authored
      * Remove unneeded header files.
      * Move RedirectFD static function to lib/System/Unix/Program.cpp
      * Delete RunProgramWithTimeout, now implemented by
        sys::Program::ExecuteAndWait. RunProgramWithTimeout is now a convenience func.
      
      llvm-svn: 19040
      d44f8452
  3. Dec 18, 2004
  4. Dec 17, 2004
  5. Dec 16, 2004
Loading