aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Use low-level unix I/O interface since we're on Unix.Reid Spencer2004-11-161-7/+17
* Per code review:Reid Spencer2004-11-161-7/+4
* Implement functionality suggested from code review: getStatusInfo shouldReid Spencer2004-11-141-1/+4
* * Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...Reid Spencer2004-11-141-7/+81
* * Implement getStatusInfo for getting stat(2) like informationReid Spencer2004-11-091-5/+39
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-55/+55
* Get rid of file descriptor leak in create_file.Reid Spencer2004-09-181-1/+3
* Allow "bc" as suffix for bytecode files.Reid Spencer2004-09-161-0/+8
* Implement the GetLibraryPath function.Reid Spencer2004-09-141-0/+45
* Implemented support for detecting file types by magic number, strippingReid Spencer2004-09-111-0/+48
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Move the GetTemporaryDirectory function from "generic Unix" to platformReid Spencer2004-08-301-12/+0
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-291-86/+281
* Initial implementation of the Path operating system concept.Reid Spencer2004-08-251-0/+138