aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix/MappedFile.inc
AgeCommit message (Expand)Author
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-02-13If errno is zero strerror_r does not modify the buffer, leaving it unterminated.Chris Lattner
2004-12-27For PR351:Reid Spencer
2004-12-13Make the size() method constReid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-11-14Fix bugs in class invariantReid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-05Must include sys/stat.h before declaring a 'struct stat'Brian Gaeke
2004-10-05Added a couple of includes to get this to compile on Sparc.Tanya Lattner
2004-10-05Solaris doesn't have MAP_FILE.Chris Lattner
2004-10-04First version of the MappedFile abstraction for operating system idependentReid Spencer