Fix seriously broken implementation of GetMagicNumber.
[oota-llvm.git] / lib / System / AIX /
2004-11-18 Reid SpencerDynamic Library abstraction. This makes the abstraction...
2004-11-15 Reid SpencerActually get the #include correct so it compiles ...
2004-11-15 Reid SpencerConsolidate the implementation of TimeValue::now()...
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-10-18 Misha BrukmanAIX does not have mkdtemp() so emulate its behavior...
2004-10-04 Reid SpencerFirst version of the MappedFile abstraction for operati...
2004-09-25 Reid SpencerAdded stub implementations of TimeValue concept for...
2004-09-13 Reid SpencerSimplify the sys::Memory interface per Chris' request.
2004-09-11 Reid SpencerFix typo: sterror -> strerror
2004-09-11 Reid SpencerProvide initial implementations of Memory and Process...
2004-08-31 Reid SpencerAdd a new abstraction, SysConfig for platform independe...
2004-08-30 Reid SpencerMove the GetTemporaryDirectory function from "generic...
2004-08-29 Reid SpencerMove a warning comment to where it should have been...
2004-08-29 Reid SpencerInitial platform independent implementation of operatin...
2004-08-29 Reid SpencerInitial commit of an platform-indepdendent implementati...
2004-08-29 Reid SpencerRevise the design of the Path concept per peer review...