aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32/Path.cpp
AgeCommit message (Expand)Author
2005-01-09Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer
2004-12-31Where do these tabs keep coming from???Jeff Cohen
2004-12-31Mostly cleanup, but also some bug fixes, for win32/Path.cppJeff Cohen
2004-12-31Get rid of those nasty tabs...Jeff Cohen
2004-12-31Bring win32/Path.cpp up to date with respect to Unix/Path.cppJeff Cohen
2004-12-24Fix VC++ compilation errorJeff Cohen
2004-12-23Put CopyFile in the sys namespace.Reid Spencer
2004-12-18Fix win32 breakageJeff Cohen
2004-12-15Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer
2004-12-15Remove the CFE's lib directory from the bytecode path because LLVM shouldReid Spencer
2004-12-15Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer
2004-12-15Fix VC++ compilation errorsJeff Cohen
2004-12-15For PR351:Reid Spencer
2004-12-14Add the getMagicNumber method.Reid Spencer
2004-12-14Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen
2004-12-13For PR351:Reid Spencer
2004-12-13Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXTReid Spencer
2004-12-13Fix a bug where "." or any single character file name doesn't get theReid Spencer
2004-12-13* Add a std::ostream inserter for sys::PathReid Spencer
2004-12-13Fix recent breakage of win32 buildJeff Cohen
2004-12-13Implement new functions per new interfaceReid Spencer
2004-11-16Remove useless #include.Reid Spencer
2004-11-09Fix isBytecodeFile to correctly recognized compressed bytecode too.Reid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-09-29Improve validity checking of windows path names and fix file creationReid Spencer
2004-09-18Porting of Unix implementation to Win32.Reid Spencer
2004-09-15Patches to make this file actually compile under windows.Reid Spencer
2004-09-11Provide initial implementations of Memory and Process concepts for variousReid Spencer