summaryrefslogtreecommitdiff
path: root/lib/System/Unix/Path.inc
Commit message (Expand)AuthorAge
...
* elimiante some syscallsChris Lattner2006-08-01
* Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner2006-07-28
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-28
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-28
* no need to do a stat then an lstat. lstat will tell us if normal files don't...Chris Lattner2006-07-07
* Fix a problem in getDirectoryContents where sub-directory names wereReid Spencer2005-07-28
* 1. Fix bug in getBaseName where it mishandles suffixesJeff Cohen2005-07-09
* Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer2005-07-08
* Two changes:Reid Spencer2005-07-08
* Stamp out tabsJeff Cohen2005-07-08
* Fix eraseSuffix()Jeff Cohen2005-07-08
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* Put in a hack for Cygwin that prevents mkdtemp from being used sinceReid Spencer2005-06-02
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* For Bug 543:Reid Spencer2005-04-21
* Do not mark directories as `executable', we only want program filesMisha Brukman2005-04-20
* Ignore dangling symlinks in getDirectoryContents()Misha Brukman2005-04-20
* Be slightly more accurate in an error message.Reid Spencer2005-03-02
* For PR351:Reid Spencer2004-12-27
* For PR351:Reid Spencer2004-12-24
* Put the CopyFile function explicitly in the sys namespace.Reid Spencer2004-12-21
* * Use "" for LLVM include files, not <>Misha Brukman2004-12-20
* Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer2004-12-15
* Remove automatic insertion of CFE's lib directory into the bytecode pathReid Spencer2004-12-15
* Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer2004-12-15
* For PR351:Reid Spencer2004-12-15
* For PR351:Reid Spencer2004-12-13
* Remove an always false clause from an if statement.Reid Spencer2004-12-13
* Fix a bug where directory names of length one or less where not setAlkis Evlogimenos2004-12-13
* * Add a std::ostream inserter for sys::PathReid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13
* Path::get -> Path::toStringReid Spencer2004-12-11
* Fix seriously broken implementation of GetMagicNumber.Reid Spencer2004-12-02
* * Use low-level unix I/O interface since we're on Unix.Reid Spencer2004-11-16
* Per code review:Reid Spencer2004-11-16
* Implement functionality suggested from code review: getStatusInfo shouldReid Spencer2004-11-14
* * Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...Reid Spencer2004-11-14
* * Implement getStatusInfo for getting stat(2) like informationReid Spencer2004-11-09
* Stop propagating method names that violate the coding standardReid Spencer2004-11-05
* Get rid of file descriptor leak in create_file.Reid Spencer2004-09-18
* Allow "bc" as suffix for bytecode files.Reid Spencer2004-09-16
* Implement the GetLibraryPath function.Reid Spencer2004-09-14
* Implemented support for detecting file types by magic number, strippingReid Spencer2004-09-11
* Changes For Bug 352Reid Spencer2004-09-01
* Move the GetTemporaryDirectory function from "generic Unix" to platformReid Spencer2004-08-30
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-29
* Initial implementation of the Path operating system concept.Reid Spencer2004-08-25