Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / System / Win32 / Path.inc
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-22 Anton KorobeynikovUnbreak mingw build
2007-12-18 Ted KremenekAdded "GetCurrentDirectory()" to sys::Path.
2007-12-18 Ted KremenekAdded "isDirectory" method to llvm::sys::Path.
2007-07-06 Gabor Greiffinishing touches of bytecode -> bitcode changes. also...
2007-05-06 Chris Lattnerpull some win32 code into common code, add bitcode...
2007-04-07 Jeff CohenUnbreak VC++ build.
2007-04-07 Reid SpencerFor PR1291:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Jeff CohenDetermine absolute paths the correct way :)
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerFor PR789:
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-09-01 Anton Korobeynikov- Fixed broken Win32 build
2006-08-25 Reid SpencerFor PR797:
2006-08-24 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerUpdate for changes in Path class interface for exceptio...
2006-08-01 Chris LattnerRemove some now-dead methods. Use getFileStatus instead.
2006-08-01 Chris Lattnerelimiante some syscalls
2006-08-01 Anton KorobeynikovMinor fix due to recent API changes
2006-07-28 Chris LattnerModify setStatusInfoOnDisk to not throw an exception.
2006-07-28 Chris LattnerUpdate win32 for Path::getStatusInfo
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-06-08 Reid SpencerSquelch a warning about signed/unsigned.
2006-06-08 Reid SpencerFor PR804:
2006-06-05 Reid SpencerFor PR798:
2006-05-07 Jeff CohenUnlike Unix, Windows won't let a file be implicitly...
2006-04-29 Jeff CohenMingw32 patches supplied by Anton Korobeynikov.
2005-07-09 Jeff CohenFix bugs also fixed in Unix version, plus other general...
2005-07-08 Reid SpencerEnsure that functions like isDirectory don't fail if...
2005-07-08 Jeff CohenStamp out tabs
2005-07-08 Jeff CohenMake Win32 implementation conform to new paradigm
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-08 Jeff CohenFix VC++ breakage
2005-07-07 Reid SpencerChanges to mimic those in Unix/Path.inc in support...
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-01-27 Jeff CohenFix some Path bugs
2005-01-22 Jeff CohenFix destroyDirectory bug
2005-01-14 Jeff CohenFix and improve win32 path validation.
2004-12-31 Jeff CohenWhere do these tabs keep coming from???
2004-12-31 Jeff CohenMostly cleanup, but also some bug fixes, for win32...
2004-12-31 Jeff CohenGet rid of those nasty tabs...
2004-12-31 Jeff CohenBring win32/Path.cpp up to date with respect to Unix...
2004-12-24 Jeff CohenFix VC++ compilation error
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...