summaryrefslogtreecommitdiff
path: root/lib/Archive/ArchiveWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-08-24For PR797:Reid Spencer1-43/+43
2006-08-23For PR797:Reid Spencer1-2/+4
2006-08-23For PR797:Reid Spencer1-2/+4
2006-08-22Inverse the error check logic for the MappedFile::map() call. It returnsReid Spencer1-1/+1
2006-08-22For PR797:Reid Spencer1-4/+13
2006-07-28Modify Path::eraseFromDisk to not throw an exception.Chris Lattner1-6/+5
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner1-1/+3
2006-07-07Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer1-1/+6
2006-07-07Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer1-98/+109
2005-11-30Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer1-34/+50
2005-07-08Final Changes For PR495:Reid Spencer1-4/+4
2005-07-07For PR495:Reid Spencer1-3/+3
2005-04-21Remove trailing whitespaceMisha Brukman1-33/+33
2005-04-21Eliminate calls to system dependent function getuid by usingReid Spencer1-2/+3
2005-04-20Initialize fields mode, uid, and gid.Misha Brukman1-0/+6
2005-01-28Properly close mapped files.Jeff Cohen1-2/+2
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen1-2/+4
2004-12-20Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen1-1/+1
2004-12-15For PR351:Reid Spencer1-1/+0
2004-12-11Path::get -> Path::toStringReid Spencer1-8/+10
2004-11-25Adjust to Compressor interface changeReid Spencer1-2/+1
2004-11-20Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer1-6/+13
2004-11-19Correct the computation of when to add the padding. It is not based on theReid Spencer1-1/+1
2004-11-17Fix some things for Mac OSX archives:Reid Spencer1-5/+14
2004-11-17Adjust long file name writing to match BSD 4.4 and Mac OSX style archives.Reid Spencer1-10/+14
2004-11-16Fix typeo in comment.Reid Spencer1-1/+1
2004-11-16Per code review:\Reid Spencer1-44/+46
2004-11-15Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer1-12/+21
2004-11-14First working versionReid Spencer1-222/+364
2004-11-06First kinda/sorta working version of the Archive library. Reading is notReid Spencer1-0/+284