Skip to content
  1. Dec 14, 2011
  2. May 21, 2011
  3. May 11, 2011
  4. Apr 15, 2011
  5. Mar 20, 2011
  6. Jan 10, 2011
  7. Nov 29, 2010
  8. Nov 02, 2010
  9. Oct 29, 2010
  10. Oct 28, 2010
    • Dan Gohman's avatar
      Revert r117582, which reverted r77396. Searching PATH for a string · 47215f4e
      Dan Gohman authored
      which contains slashes is inconsistent with the meaning of PATH on
      Unix-type platforms, and pretty surprising.
      
      If the user has given a specific path to execute and we can't
      execute it, we should fail and say why.  (Apparently the new
      posix_spawn code doesn't always say why, but that's a separate
      issue.)
      
      llvm-svn: 117596
      47215f4e
    • Mikhail Glushenkov's avatar
      Revert r77396. · d7faab5c
      Mikhail Glushenkov authored
      Original commit message:
      
          On "Unix", if Program::FindProgramByName is given a name containing
          slashes, just go with it, regardless of whether it looks like it will
          be executable. This follows the behavior of sh(1) more closely.
      
      It's better when behaviour is consistent between platforms. This change also
      makes FindExecutable() behave as expected on unix-likes (before this commit, it
      used to always succeed).
      
      llvm-svn: 117582
      d7faab5c
    • Mikhail Glushenkov's avatar
      Trailing whitespace. · 0e9d9b51
      Mikhail Glushenkov authored
      llvm-svn: 117581
      0e9d9b51
  11. Oct 01, 2010
  12. Jul 14, 2010
  13. Jul 07, 2010
  14. Apr 19, 2010
  15. Apr 18, 2010
  16. Apr 10, 2010
  17. Mar 15, 2010
  18. Feb 12, 2010
  19. Jan 28, 2010
  20. Nov 08, 2009
  21. Oct 23, 2009
    • Ted Kremenek's avatar
      Use 'waitpid' instead of 'wait'. Basing Program::Wait() on 'wait()' prevents... · b5cd6233
      Ted Kremenek authored
      Use 'waitpid' instead of 'wait'.  Basing Program::Wait() on 'wait()' prevents it being correct within a multithreaded context.
      
      This address: PR 5277 (Program::Wait is unsafe to call from multiple threads).
      
      Note: If waitpid() turns out to be non-portable, we can add more autoconf magic, or look into
      another solution.
      
      llvm-svn: 84903
      b5cd6233
  22. Sep 22, 2009
  23. Sep 15, 2009
  24. Sep 09, 2009
  25. Sep 08, 2009
  26. Sep 07, 2009
Loading