Skip to content
  1. Jul 23, 2009
  2. Apr 20, 2009
    • Daniel Dunbar's avatar
      Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get: · 3222b9be
      Daniel Dunbar authored
        clang: error: unable to make temporary file: /etc/cc: can't make
        unique filename: Permission denied
      
      instead of 
      
        clang: error: unable to make temporary file: /etc/cc: can't make
        unique filenamePermission denied
      
      for example.
      
      Also, audited the uses of MakeErrMsg to make the prefix strings
      consistent (not end with newline/punctuation/space/": ").
      
      llvm-svn: 69626
      3222b9be
  3. Oct 20, 2008
  4. Oct 03, 2008
  5. Sep 18, 2008
  6. Sep 16, 2008
  7. May 05, 2008
  8. Mar 24, 2008
  9. Mar 22, 2008
  10. Dec 29, 2007
  11. Aug 23, 2006
    • Reid Spencer's avatar
      For PR797: · e4ca7221
      Reid Spencer authored
      Final removal of exceptions from lib/System and adjustment of users to
      accommodate.
      
      llvm-svn: 29846
      e4ca7221
  12. Jul 07, 2006
  13. Jul 30, 2005
  14. May 06, 2005
  15. Jan 10, 2005
  16. Dec 27, 2004
    • Reid Spencer's avatar
      For PR351: · 47cd6534
      Reid Spencer authored
      * Ensure #includes are wrapped with appropriate HAVE_ guards
      * Consolidate implementation from operating system specific directory.
      
      llvm-svn: 19157
      47cd6534
  17. Sep 11, 2004
  18. Aug 29, 2004
  19. Aug 25, 2004
Loading