| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the | Jeffrey Yasskin | 2009-07-01 | 1 | -26/+2 |
* | glibc has two versions of strerror_r, a standards compliant one and a GNU | Dan Gohman | 2009-06-15 | 1 | -1/+8 |
* | Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get: | Daniel Dunbar | 2009-04-20 | 1 | -1/+4 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | For PR797: | Reid Spencer | 2006-08-25 | 1 | -1/+1 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -53/+0 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -2/+3 |
* | For PR797: | Reid Spencer | 2006-08-21 | 1 | -0/+31 |
* | Change AllocateRWX/DeallocateRWX to not throw an exception. | Chris Lattner | 2006-07-07 | 1 | -17/+46 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -4/+4 |
* | For Bug 543: | Reid Spencer | 2005-04-21 | 1 | -6/+8 |
* | Fix a bug in my previous change to this, which broke the build on sparcs. | Chris Lattner | 2005-02-14 | 1 | -1/+1 |
* | If errno is zero strerror_r does not modify the buffer, leaving it unterminated. | Chris Lattner | 2005-02-13 | 1 | -2/+5 |
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -4/+58 |
* | Make this work with the ICC compiler, contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -0/+1 |
* | Forget strerror_r, it causes problems. Fix later when threading matters | Reid Spencer | 2004-11-14 | 1 | -5/+0 |
* | Adjust sys/stat.h inclusion so its only for SunOS. | Reid Spencer | 2004-10-05 | 1 | -1/+0 |
* | Added a couple of includes to get this to compile on Sparc. | Tanya Lattner | 2004-10-05 | 1 | -0/+1 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Add a new abstraction, SysConfig for platform independent system | Reid Spencer | 2004-08-31 | 1 | -0/+1 |
* | Add inclusion of assert.h | Reid Spencer | 2004-08-30 | 1 | -0/+1 |
* | Include some additional header files. | Reid Spencer | 2004-08-29 | 1 | -4/+6 |
* | Initial implementation of the Path operating system concept. | Reid Spencer | 2004-08-25 | 1 | -0/+34 |