aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Archive/ArchiveWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Final Changes For PR495:Reid Spencer2005-07-081-4/+4
* For PR495:Reid Spencer2005-07-071-3/+3
* Remove trailing whitespaceMisha Brukman2005-04-211-33/+33
* Eliminate calls to system dependent function getuid by usingReid Spencer2005-04-211-2/+3
* Initialize fields mode, uid, and gid.Misha Brukman2005-04-201-0/+6
* Properly close mapped files.Jeff Cohen2005-01-281-2/+2
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-221-2/+4
* Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2004-12-201-1/+1
* For PR351:Reid Spencer2004-12-151-1/+0
* Path::get -> Path::toStringReid Spencer2004-12-111-8/+10
* Adjust to Compressor interface changeReid Spencer2004-11-251-2/+1
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-201-6/+13
* Correct the computation of when to add the padding. It is not based on theReid Spencer2004-11-191-1/+1
* Fix some things for Mac OSX archives:Reid Spencer2004-11-171-5/+14
* Adjust long file name writing to match BSD 4.4 and Mac OSX style archives.Reid Spencer2004-11-171-10/+14
* Fix typeo in comment.Reid Spencer2004-11-161-1/+1
* Per code review:\Reid Spencer2004-11-161-44/+46
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-151-12/+21
* First working versionReid Spencer2004-11-141-222/+364
* First kinda/sorta working version of the Archive library. Reading is notReid Spencer2004-11-061-0/+284