Use the actual uid/gid for defaulting the fields in the archive.
[oota-llvm.git] / lib / Archive / ArchiveWriter.cpp
2005-04-21 Reid SpencerEliminate calls to system dependent function getuid...
2005-04-20 Misha BrukmanInitialize fields mode, uid, and gid.
2005-01-28 Jeff CohenProperly close mapped files.
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2004-12-20 Jeff CohenFix problems uncovered by VC++ (first time compiled...
2004-12-15 Reid SpencerFor PR351:
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-25 Reid SpencerAdjust to Compressor interface change
2004-11-20 Reid SpencerDistinguish between BSD4.4 and SVR4 symbol tables
2004-11-19 Reid SpencerCorrect the computation of when to add the padding...
2004-11-17 Reid SpencerFix some things for Mac OSX archives:
2004-11-17 Reid SpencerAdjust long file name writing to match BSD 4.4 and...
2004-11-16 Reid SpencerFix typeo in comment.
2004-11-16 Reid SpencerPer code review:\
2004-11-15 Reid SpencerChanges necessary to enable linking of archives without...
2004-11-14 Reid SpencerFirst working version
2004-11-06 Reid SpencerFirst kinda/sorta working version of the Archive librar...