index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Unix
/
Path.inc
Age
Commit message (
Expand
)
Author
2006-08-23
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-22
For PR797:
Reid Spencer
2006-08-22
Make the sys::Path::GetTemporaryDirectory method not throw exceptions and
Reid Spencer
2006-08-22
Make an error message a little more intelligible.
Reid Spencer
2006-08-07
Add a note about how the "isFile" check in Path::eraseFromDisk prevents
Reid Spencer
2006-08-01
Remove some now-dead methods. Use getFileStatus instead.
Chris Lattner
2006-08-01
elimiante some syscalls
Chris Lattner
2006-07-28
Modify setStatusInfoOnDisk to not throw an exception.
Chris Lattner
2006-07-28
Modify Path::eraseFromDisk to not throw an exception.
Chris Lattner
2006-07-28
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2006-07-07
no need to do a stat then an lstat. lstat will tell us if normal files don't...
Chris Lattner
2005-07-28
Fix a problem in getDirectoryContents where sub-directory names were
Reid Spencer
2005-07-09
1. Fix bug in getBaseName where it mishandles suffixes
Jeff Cohen
2005-07-08
Ensure that functions like isDirectory don't fail if the file doesn't
Reid Spencer
2005-07-08
Two changes:
Reid Spencer
2005-07-08
Stamp out tabs
Jeff Cohen
2005-07-08
Fix eraseSuffix()
Jeff Cohen
2005-07-08
Final Changes For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-06-02
Put in a hack for Cygwin that prevents mkdtemp from being used since
Reid Spencer
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-04-21
For Bug 543:
Reid Spencer
2005-04-20
Do not mark directories as `executable', we only want program files
Misha Brukman
2005-04-20
Ignore dangling symlinks in getDirectoryContents()
Misha Brukman
2005-03-02
Be slightly more accurate in an error message.
Reid Spencer
2004-12-27
For PR351:
Reid Spencer
2004-12-24
For PR351:
Reid Spencer
2004-12-21
Put the CopyFile function explicitly in the sys namespace.
Reid Spencer
2004-12-20
* Use "" for LLVM include files, not <>
Misha Brukman
2004-12-15
Change the signatures of the destroyFile and destroyDirectory methods to
Reid Spencer
2004-12-15
Remove automatic insertion of CFE's lib directory into the bytecode path
Reid Spencer
2004-12-15
Fix a file overwrite bug in llvm-ar introduced by changes to
Reid Spencer
2004-12-15
For PR351:
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-12-13
Remove an always false clause from an if statement.
Reid Spencer
2004-12-13
Fix a bug where directory names of length one or less where not set
Alkis Evlogimenos
2004-12-13
* Add a std::ostream inserter for sys::Path
Reid Spencer
2004-12-13
For PR351: \
Reid Spencer
2004-12-11
Path::get -> Path::toString
Reid Spencer
2004-12-02
Fix seriously broken implementation of GetMagicNumber.
Reid Spencer
2004-11-16
* Use low-level unix I/O interface since we're on Unix.
Reid Spencer
2004-11-16
Per code review:
Reid Spencer
2004-11-14
Implement functionality suggested from code review: getStatusInfo should
Reid Spencer
2004-11-14
* Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...
Reid Spencer
2004-11-09
* Implement getStatusInfo for getting stat(2) like information
Reid Spencer
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
[next]