aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-1/+1
* pull some win32 code into common code, add bitcode identification support.Chris Lattner2007-05-061-31/+0
* For PR1291:Reid Spencer2007-04-071-44/+45
* For PR789:Reid Spencer2007-03-291-32/+35
* Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer2007-03-291-0/+1
* For PR789:Reid Spencer2007-03-291-12/+22
* For PR797:Reid Spencer2006-08-231-53/+60
* For PR797:Reid Spencer2006-08-231-34/+21
* For PR797:Reid Spencer2006-08-231-5/+8
* For PR797:Reid Spencer2006-08-231-15/+22
* For PR797:Reid Spencer2006-08-221-9/+18
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-221-23/+30
* Make an error message a little more intelligible.Reid Spencer2006-08-221-1/+1
* Add a note about how the "isFile" check in Path::eraseFromDisk preventsReid Spencer2006-08-071-0/+5
* Remove some now-dead methods. Use getFileStatus instead.Chris Lattner2006-08-011-34/+0
* elimiante some syscallsChris Lattner2006-08-011-15/+12
* Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner2006-07-281-4/+4
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-281-24/+29
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-15/+15
* no need to do a stat then an lstat. lstat will tell us if normal files don't...Chris Lattner2006-07-071-7/+4
* Fix a problem in getDirectoryContents where sub-directory names wereReid Spencer2005-07-281-6/+14
* 1. Fix bug in getBaseName where it mishandles suffixesJeff Cohen2005-07-091-2/+6
* Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer2005-07-081-1/+13
* Two changes:Reid Spencer2005-07-081-7/+11
* Stamp out tabsJeff Cohen2005-07-081-1/+1
* Fix eraseSuffix()Jeff Cohen2005-07-081-10/+6
* Final Changes For PR495:Reid Spencer2005-07-081-9/+18
* For PR495:Reid Spencer2005-07-071-130/+79
* For PR495:Reid Spencer2005-07-071-6/+6
* Put in a hack for Cygwin that prevents mkdtemp from being used sinceReid Spencer2005-06-021-0/+5
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* For Bug 543:Reid Spencer2005-04-211-24/+24
* Do not mark directories as `executable', we only want program filesMisha Brukman2005-04-201-0/+4
* Ignore dangling symlinks in getDirectoryContents()Misha Brukman2005-04-201-3/+8
* Be slightly more accurate in an error message.Reid Spencer2005-03-021-1/+1
* For PR351:Reid Spencer2004-12-271-1/+25
* For PR351:Reid Spencer2004-12-241-0/+89
* Put the CopyFile function explicitly in the sys namespace.Reid Spencer2004-12-211-1/+1
* * Use "" for LLVM include files, not <>Misha Brukman2004-12-201-5/+3
* Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer2004-12-151-2/+2
* Remove automatic insertion of CFE's lib directory into the bytecode pathReid Spencer2004-12-151-7/+0
* Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer2004-12-151-4/+4
* For PR351:Reid Spencer2004-12-151-21/+99
* For PR351:Reid Spencer2004-12-131-0/+36
* Remove an always false clause from an if statement.Reid Spencer2004-12-131-1/+1
* Fix a bug where directory names of length one or less where not setAlkis Evlogimenos2004-12-131-1/+1
* * Add a std::ostream inserter for sys::PathReid Spencer2004-12-131-1/+1
* For PR351: \Reid Spencer2004-12-131-67/+54
* Path::get -> Path::toStringReid Spencer2004-12-111-6/+9
* Fix seriously broken implementation of GetMagicNumber.Reid Spencer2004-12-021-4/+6