- Jul 08, 2005
-
-
Reid Spencer authored
Get rid of the difference between file paths and directory paths. The Path class now simply stores a path that can refer to either a file or a directory. This required various changes in the implementation and interface of the class with the corresponding impact to its users. Doxygen comments were also updated to reflect these changes. Interface changes are: appendDirectory -> appendComponent appendFile -> appendComponent elideDirectory -> eraseComponent elideFile -> eraseComponent elideSuffix -> eraseSuffix renameFile -> rename setDirectory -> set setFile -> set Changes pass Dejagnu and llvm-test/SingleSource tests. llvm-svn: 22349
-
- Jul 07, 2005
-
-
Reid Spencer authored
Change interface to Path class: readable -> canRead writable -> canWrite executable -> canExecute More (incremental) changes coming to close 495. llvm-svn: 22345
-
- Jun 02, 2005
-
-
Reid Spencer authored
configure seems to find it on Cygwin but linking against it fails. llvm-svn: 22189
-
- May 16, 2005
-
-
Duraid Madina authored
llvm-svn: 22081
-
- May 06, 2005
-
-
Misha Brukman authored
llvm-svn: 21704
-
- Apr 22, 2005
-
-
Alkis Evlogimenos authored
llvm-svn: 21453
-
Misha Brukman authored
llvm-svn: 21422
-
- Apr 21, 2005
-
-
Reid Spencer authored
methods that were recently added to the interface. llvm-svn: 21401
-
Reid Spencer authored
Standardize the error messages to be in "path: what failed: why" format. Also attempt to use the correct errno to ThrowErrno in situations where the errno value is erased by subsequent system calls. llvm-svn: 21385
-
Reid Spencer authored
Allow the ThrowErrno function to optionally accept an error number parameter so that callers can specify the error number to be used. llvm-svn: 21384
-
- Apr 20, 2005
-
-
Misha Brukman authored
result in returning executable files that won't be runnable. llvm-svn: 21378
-
Misha Brukman authored
Patch by Markus Oberhumer. llvm-svn: 21377
-
Misha Brukman authored
Thanks to Markus Oberhumer for the patch! llvm-svn: 21370
-
- Apr 11, 2005
-
-
Jeff Cohen authored
llvm-svn: 21216
-
- Mar 02, 2005
-
-
Reid Spencer authored
llvm-svn: 20397
-
- Feb 20, 2005
-
-
Jeff Cohen authored
llvm-svn: 20256
-
Jeff Cohen authored
llvm-svn: 20255
-
- Feb 19, 2005
-
-
Jeff Cohen authored
llvm-svn: 20243
-
- Feb 18, 2005
-
-
Jeff Cohen authored
llvm-svn: 20237
-
- Feb 16, 2005
-
-
Jeff Cohen authored
llvm-svn: 20208
-
- Feb 14, 2005
-
-
Chris Lattner authored
llvm-svn: 20184
-
Chris Lattner authored
llvm-svn: 20170
-
- Feb 13, 2005
-
-
Chris Lattner authored
This causes garbage to be printed out after error messages. llvm-svn: 20165
-
- Jan 27, 2005
-
-
Jeff Cohen authored
llvm-svn: 19852
-
- Jan 22, 2005
-
-
Jeff Cohen authored
llvm-svn: 19746
-
- Jan 16, 2005
-
-
Chris Lattner authored
llvm-svn: 19605
-
- Jan 14, 2005
-
-
Reid Spencer authored
llvm-svn: 19563
-
Jeff Cohen authored
llvm-svn: 19545
-
Reid Spencer authored
llvm-svn: 19544
-
- Jan 10, 2005
-
-
Reid Spencer authored
gdb debugger doesn't get confused on which file it is reading (the one in lib/System or the one in lib/System/{Win32,Unix}) llvm-svn: 19426
-
- Jan 08, 2005
-
-
Jeff Cohen authored
on 64-bit Windows. llvm-svn: 19393
-
- Jan 02, 2005
-
-
Reid Spencer authored
llvm-svn: 19254
-
- Jan 01, 2005
-
-
Jeff Cohen authored
console or not. llvm-svn: 19236
-
Reid Spencer authored
console or not. llvm-svn: 19233
-
- Dec 31, 2004
-
-
Jeff Cohen authored
llvm-svn: 19203
-
Jeff Cohen authored
llvm-svn: 19202
-
Reid Spencer authored
llvm-svn: 19201
-
Jeff Cohen authored
llvm-svn: 19199
-
Jeff Cohen authored
llvm-svn: 19198
-
- Dec 30, 2004
-
-
Jeff Cohen authored
llvm-svn: 19190
-