1. 802d755 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 13 years ago
  2. 04b795b [Support/Unix] Unconditionally include time.h. by Michael J. Spencer · 14 years ago
  3. 54c9eb6 Now to chant the magical incantation that will exorcise the System library by Charles Davis · 15 years ago
  4. 4d2e150 Missed a spot. by Michael J. Spencer · 15 years ago
  5. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed from llvm/lib/System/Unix/Unix.h]
  6. 1a93330 Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the by Jeffrey Yasskin · 16 years ago
  7. 970da81 glibc has two versions of strerror_r, a standards compliant one and a GNU by Dan Gohman · 16 years ago
  8. 3222b9b Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get: by Daniel Dunbar · 17 years ago
  9. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  10. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  11. 50eac3b For PR797: by Reid Spencer · 19 years ago
  12. e4ca722 For PR797: by Reid Spencer · 19 years ago
  13. 879ed5a For PR797: by Reid Spencer · 19 years ago
  14. 42bcf6e For PR797: by Reid Spencer · 19 years ago
  15. 5a9d2e5 Change AllocateRWX/DeallocateRWX to not throw an exception. by Chris Lattner · 19 years ago
  16. 10468d8 Remove trailing whitespace by Misha Brukman · 21 years ago
  17. b02566d For Bug 543: by Reid Spencer · 21 years ago
  18. 6e528dc Fix a bug in my previous change to this, which broke the build on sparcs. by Chris Lattner · 21 years ago
  19. 743dd2c If errno is zero strerror_r does not modify the buffer, leaving it unterminated. by Chris Lattner · 21 years ago
  20. e925d8b For PR351: by Reid Spencer · 21 years ago
  21. 6ef473f Make this work with the ICC compiler, contributed by Bjørn Wennberg by Chris Lattner · 21 years ago
  22. 2dd5e71 Forget strerror_r, it causes problems. Fix later when threading matters by Reid Spencer · 21 years ago
  23. abb04cf Adjust sys/stat.h inclusion so its only for SunOS. by Reid Spencer · 21 years ago
  24. c3ef3cc Added a couple of includes to get this to compile on Sparc. by Tanya Lattner · 21 years ago
  25. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  26. 4f48470 Add a new abstraction, SysConfig for platform independent system by Reid Spencer · 21 years ago
  27. f98fff3 Add inclusion of assert.h by Reid Spencer · 21 years ago
  28. 2f209c4 Include some additional header files. Fix the banner length. by Reid Spencer · 21 years ago
  29. 814ba57 Initial implementation of the Path operating system concept. by Reid Spencer · 21 years ago