aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs also fixed in Unix version, plus other general cleanup.Jeff Cohen2005-07-091-17/+61
* Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer2005-07-081-0/+6
* Stamp out tabsJeff Cohen2005-07-081-19/+18
* Make Win32 implementation conform to new paradigmJeff Cohen2005-07-081-48/+59
* Final Changes For PR495:Reid Spencer2005-07-081-12/+19
* Fix VC++ breakageJeff Cohen2005-07-081-8/+5
* Changes to mimic those in Unix/Path.inc in support of PR495. This hasn'tReid Spencer2005-07-071-155/+94
* For PR495:Reid Spencer2005-07-071-2/+8
* For PR495:Reid Spencer2005-07-071-6/+6
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Fix some Path bugsJeff Cohen2005-01-271-11/+24
* Fix destroyDirectory bugJeff Cohen2005-01-221-5/+8
* Fix and improve win32 path validation.Jeff Cohen2005-01-141-10/+22
* Where do these tabs keep coming from???Jeff Cohen2004-12-311-1/+1
* Mostly cleanup, but also some bug fixes, for win32/Path.cppJeff Cohen2004-12-311-38/+81
* Get rid of those nasty tabs...Jeff Cohen2004-12-311-18/+18
* Bring win32/Path.cpp up to date with respect to Unix/Path.cppJeff Cohen2004-12-311-9/+104
* Fix VC++ compilation errorJeff Cohen2004-12-241-2/+7
* Put CopyFile in the sys namespace.Reid Spencer2004-12-231-1/+1
* Fix win32 breakageJeff Cohen2004-12-181-0/+1
* Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer2004-12-151-2/+2
* Remove the CFE's lib directory from the bytecode path because LLVM shouldReid Spencer2004-12-151-7/+0
* Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer2004-12-151-2/+12
* Fix VC++ compilation errorsJeff Cohen2004-12-151-6/+1
* For PR351:Reid Spencer2004-12-151-1/+24
* Add the getMagicNumber method.Reid Spencer2004-12-141-0/+19
* Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen2004-12-141-0/+36
* For PR351:Reid Spencer2004-12-131-0/+9
* Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXTReid Spencer2004-12-131-5/+0
* Fix a bug where "." or any single character file name doesn't get theReid Spencer2004-12-131-1/+1
* * Add a std::ostream inserter for sys::PathReid Spencer2004-12-131-1/+1
* Fix recent breakage of win32 buildJeff Cohen2004-12-131-8/+0
* Implement new functions per new interfaceReid Spencer2004-12-131-55/+48
* Remove useless #include.Reid Spencer2004-11-161-1/+0
* Fix isBytecodeFile to correctly recognized compressed bytecode too.Reid Spencer2004-11-091-4/+7
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-59/+59
* Improve validity checking of windows path names and fix file creationReid Spencer2004-09-291-31/+78
* Porting of Unix implementation to Win32.Reid Spencer2004-09-181-48/+190
* Patches to make this file actually compile under windows.Reid Spencer2004-09-151-11/+334
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-111-0/+33