aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix/Path.inc
AgeCommit message (Expand)Author
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-22Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer
2006-08-22Make an error message a little more intelligible.Reid Spencer
2006-08-07Add a note about how the "isFile" check in Path::eraseFromDisk preventsReid Spencer
2006-08-01Remove some now-dead methods. Use getFileStatus instead.Chris Lattner
2006-08-01elimiante some syscallsChris Lattner
2006-07-28Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner
2006-07-28Modify Path::eraseFromDisk to not throw an exception.Chris Lattner
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner
2006-07-07no need to do a stat then an lstat. lstat will tell us if normal files don't...Chris Lattner
2005-07-28Fix a problem in getDirectoryContents where sub-directory names wereReid Spencer
2005-07-091. Fix bug in getBaseName where it mishandles suffixesJeff Cohen
2005-07-08Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer
2005-07-08Two changes:Reid Spencer
2005-07-08Stamp out tabsJeff Cohen
2005-07-08Fix eraseSuffix()Jeff Cohen
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-06-02Put in a hack for Cygwin that prevents mkdtemp from being used sinceReid Spencer
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-21For Bug 543:Reid Spencer
2005-04-20Do not mark directories as `executable', we only want program filesMisha Brukman
2005-04-20Ignore dangling symlinks in getDirectoryContents()Misha Brukman
2005-03-02Be slightly more accurate in an error message.Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-24For PR351:Reid Spencer
2004-12-21Put the CopyFile function explicitly in the sys namespace.Reid Spencer
2004-12-20* Use "" for LLVM include files, not <>Misha Brukman
2004-12-15Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer
2004-12-15Remove automatic insertion of CFE's lib directory into the bytecode pathReid Spencer
2004-12-15Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer
2004-12-15For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13Remove an always false clause from an if statement.Reid Spencer
2004-12-13Fix a bug where directory names of length one or less where not setAlkis Evlogimenos
2004-12-13* Add a std::ostream inserter for sys::PathReid Spencer
2004-12-13For PR351: \Reid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-12-02Fix seriously broken implementation of GetMagicNumber.Reid Spencer
2004-11-16* Use low-level unix I/O interface since we're on Unix.Reid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-14Implement functionality suggested from code review: getStatusInfo shouldReid Spencer
2004-11-14* Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...Reid Spencer
2004-11-09* Implement getStatusInfo for getting stat(2) like informationReid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer