Put CopyFile in the sys namespace.
[oota-llvm.git] / lib / System / Win32 / Path.cpp
2004-12-23 Reid SpencerPut CopyFile in the sys namespace.
2004-12-18 Jeff CohenFix win32 breakage
2004-12-15 Reid SpencerChange the signatures of the destroyFile and destroyDir...
2004-12-15 Reid SpencerRemove the CFE's lib directory from the bytecode path...
2004-12-15 Reid SpencerFix a file overwrite bug in llvm-ar introduced by chang...
2004-12-15 Jeff CohenFix VC++ compilation errors
2004-12-15 Reid SpencerFor PR351:
2004-12-14 Reid SpencerAdd the getMagicNumber method.
2004-12-14 Jeff CohenImplement Win32 Path::getStatusInfo(), TimeValue::toStr...
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerGenericize implementation of GetDLLSuffix now that...
2004-12-13 Reid SpencerFix a bug where "." or any single character file name...
2004-12-13 Reid Spencer* Add a std::ostream inserter for sys::Path
2004-12-13 Jeff CohenFix recent breakage of win32 build
2004-12-13 Reid SpencerImplement new functions per new interface
2004-11-16 Reid SpencerRemove useless #include.
2004-11-09 Reid SpencerFix isBytecodeFile to correctly recognized compressed...
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-09-29 Reid SpencerImprove validity checking of windows path names and...
2004-09-18 Reid SpencerPorting of Unix implementation to Win32.
2004-09-15 Reid SpencerPatches to make this file actually compile under windows.
2004-09-11 Reid SpencerProvide initial implementations of Memory and Process...