aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix/MappedFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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