index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
System
/
Unix
/
Path.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR797:
Reid Spencer
2006-08-23
1
-53
/
+60
*
For PR797:
Reid Spencer
2006-08-23
1
-34
/
+21
*
For PR797:
Reid Spencer
2006-08-23
1
-5
/
+8
*
For PR797:
Reid Spencer
2006-08-23
1
-15
/
+22
*
For PR797:
Reid Spencer
2006-08-22
1
-9
/
+18
*
Make the sys::Path::GetTemporaryDirectory method not throw exceptions and
Reid Spencer
2006-08-22
1
-23
/
+30
*
Make an error message a little more intelligible.
Reid Spencer
2006-08-22
1
-1
/
+1
*
Add a note about how the "isFile" check in Path::eraseFromDisk prevents
Reid Spencer
2006-08-07
1
-0
/
+5
*
Remove some now-dead methods. Use getFileStatus instead.
Chris Lattner
2006-08-01
1
-34
/
+0
*
elimiante some syscalls
Chris Lattner
2006-08-01
1
-15
/
+12
*
Modify setStatusInfoOnDisk to not throw an exception.
Chris Lattner
2006-07-28
1
-4
/
+4
*
Modify Path::eraseFromDisk to not throw an exception.
Chris Lattner
2006-07-28
1
-24
/
+29
*
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2006-07-28
1
-15
/
+15
*
no need to do a stat then an lstat. lstat will tell us if normal files don't...
Chris Lattner
2006-07-07
1
-7
/
+4
*
Fix a problem in getDirectoryContents where sub-directory names were
Reid Spencer
2005-07-28
1
-6
/
+14
*
1. Fix bug in getBaseName where it mishandles suffixes
Jeff Cohen
2005-07-09
1
-2
/
+6
*
Ensure that functions like isDirectory don't fail if the file doesn't
Reid Spencer
2005-07-08
1
-1
/
+13
*
Two changes:
Reid Spencer
2005-07-08
1
-7
/
+11
*
Stamp out tabs
Jeff Cohen
2005-07-08
1
-1
/
+1
*
Fix eraseSuffix()
Jeff Cohen
2005-07-08
1
-10
/
+6
*
Final Changes For PR495:
Reid Spencer
2005-07-08
1
-9
/
+18
*
For PR495:
Reid Spencer
2005-07-07
1
-130
/
+79
*
For PR495:
Reid Spencer
2005-07-07
1
-6
/
+6
*
Put in a hack for Cygwin that prevents mkdtemp from being used since
Reid Spencer
2005-06-02
1
-0
/
+5
*
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
1
-1
/
+0
*
For Bug 543:
Reid Spencer
2005-04-21
1
-24
/
+24
*
Do not mark directories as `executable', we only want program files
Misha Brukman
2005-04-20
1
-0
/
+4
*
Ignore dangling symlinks in getDirectoryContents()
Misha Brukman
2005-04-20
1
-3
/
+8
*
Be slightly more accurate in an error message.
Reid Spencer
2005-03-02
1
-1
/
+1
*
For PR351:
Reid Spencer
2004-12-27
1
-1
/
+25
*
For PR351:
Reid Spencer
2004-12-24
1
-0
/
+89
*
Put the CopyFile function explicitly in the sys namespace.
Reid Spencer
2004-12-21
1
-1
/
+1
*
* Use "" for LLVM include files, not <>
Misha Brukman
2004-12-20
1
-5
/
+3
*
Change the signatures of the destroyFile and destroyDirectory methods to
Reid Spencer
2004-12-15
1
-2
/
+2
*
Remove automatic insertion of CFE's lib directory into the bytecode path
Reid Spencer
2004-12-15
1
-7
/
+0
*
Fix a file overwrite bug in llvm-ar introduced by changes to
Reid Spencer
2004-12-15
1
-4
/
+4
*
For PR351:
Reid Spencer
2004-12-15
1
-21
/
+99
*
For PR351:
Reid Spencer
2004-12-13
1
-0
/
+36
*
Remove an always false clause from an if statement.
Reid Spencer
2004-12-13
1
-1
/
+1
*
Fix a bug where directory names of length one or less where not set
Alkis Evlogimenos
2004-12-13
1
-1
/
+1
*
* Add a std::ostream inserter for sys::Path
Reid Spencer
2004-12-13
1
-1
/
+1
*
For PR351: \
Reid Spencer
2004-12-13
1
-67
/
+54
*
Path::get -> Path::toString
Reid Spencer
2004-12-11
1
-6
/
+9
*
Fix seriously broken implementation of GetMagicNumber.
Reid Spencer
2004-12-02
1
-4
/
+6
*
* Use low-level unix I/O interface since we're on Unix.
Reid Spencer
2004-11-16
1
-7
/
+17
*
Per code review:
Reid Spencer
2004-11-16
1
-7
/
+4
*
Implement functionality suggested from code review: getStatusInfo should
Reid Spencer
2004-11-14
1
-1
/
+4
*
* Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...
Reid Spencer
2004-11-14
1
-7
/
+81
*
* Implement getStatusInfo for getting stat(2) like information
Reid Spencer
2004-11-09
1
-5
/
+39
*
Stop propagating method names that violate the coding standard
Reid Spencer
2004-11-05
1
-55
/
+55
[next]