summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/FileUtilities.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Added the MakeFileReadable() method.John Criswell2003-09-021-0/+54
| | | | llvm-svn: 8327
* Added a description of the algorithm.John Criswell2003-09-021-7/+14
| | | | | | Return failure if the chmod() fails. llvm-svn: 8326
* Added the MakeFileExecutable() method. This method takes a filename andJohn Criswell2003-09-021-0/+50
| | | | | | gives it execute access while respecting the user's umask. llvm-svn: 8324
* close() requires "unistd.h" .Misha Brukman2003-08-071-0/+1
| | | | llvm-svn: 7695
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-071-0/+35
| | | | llvm-svn: 7691
* Check in the implementation of the FileUtilities!Chris Lattner2003-08-011-0/+56
llvm-svn: 7487
OpenPOWER on IntegriCloud