Skip to content
  1. Jul 07, 2005
    • Reid Spencer's avatar
      For PR495: · 5b891e98
      Reid Spencer authored
      Change interface to Path class:
      readable -> canRead
      writable -> canWrite
      executable -> canExecute
      
      More (incremental) changes coming to close 495.
      
      llvm-svn: 22345
      5b891e98
  2. Jun 02, 2005
  3. May 16, 2005
  4. May 06, 2005
  5. Apr 22, 2005
  6. Apr 21, 2005
    • Reid Spencer's avatar
      Provide an implementation of the GetCurrentUserId and GetCurrentGroupId · 2d45e251
      Reid Spencer authored
      methods that were recently added to the interface.
      
      llvm-svn: 21401
      2d45e251
    • Reid Spencer's avatar
      For Bug 543: · 8424ba37
      Reid Spencer authored
      Standardize the error messages to be in "path: what failed: why" format.
      Also attempt to use the correct errno to ThrowErrno in situations where
      the errno value is erased by subsequent system calls.
      
      llvm-svn: 21385
      8424ba37
    • Reid Spencer's avatar
      For Bug 543: · b02566dc
      Reid Spencer authored
      Allow the ThrowErrno function to optionally accept an error number
      parameter so that callers can specify the error number to be used.
      
      llvm-svn: 21384
      b02566dc
  7. Apr 20, 2005
  8. Apr 11, 2005
  9. Mar 02, 2005
  10. Feb 20, 2005
  11. Feb 19, 2005
  12. Feb 18, 2005
  13. Feb 16, 2005
  14. Feb 14, 2005
  15. Feb 13, 2005
  16. Jan 27, 2005
  17. Jan 22, 2005
  18. Jan 16, 2005
  19. Jan 14, 2005
  20. Jan 10, 2005
  21. Jan 08, 2005
  22. Jan 02, 2005
  23. Jan 01, 2005
  24. Dec 31, 2004
  25. Dec 30, 2004
  26. Dec 27, 2004
    • Reid Spencer's avatar
      For PR351: · e925d8b8
      Reid Spencer authored
      * Ensure #includes are wrapped with appropriate HAVE_ guards
      * Account for variations in time.h and sys/time.h inclusion.
      * Add macros for getting wait(2) exit status correctly (per autoconf sugg.)
      * Implement ThrowErrno in terms of strerror_r, strerror or none based on
        what is available on the platform.
      
      llvm-svn: 19161
      e925d8b8
Loading