aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix/MappedFile.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* If errno is zero strerror_r does not modify the buffer, leaving it unterminated.Chris Lattner2005-02-131-0/+1
* For PR351:Reid Spencer2004-12-271-1/+11
* Make the size() method constReid Spencer2004-12-131-1/+1
* Path::get -> Path::toStringReid Spencer2004-12-111-4/+4
* Fix bugs in class invariantReid Spencer2004-11-141-0/+3
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+0
* Must include sys/stat.h before declaring a 'struct stat'Brian Gaeke2004-10-051-0/+1
* Added a couple of includes to get this to compile on Sparc.Tanya Lattner2004-10-051-1/+1
* Solaris doesn't have MAP_FILE.Chris Lattner2004-10-051-1/+4
* First version of the MappedFile abstraction for operating system idependentReid Spencer2004-10-041-0/+138