Add support for outputting ANSI colors to raw_fd_ostream.
[oota-llvm.git] / lib / System / Unix / Path.inc
2009-05-30 Bill WendlingUntabification.
2009-04-20 Daniel DunbarMake Unix.h:MakeErrMsg separate the prefix and errno...
2009-03-02 Chris LattnerFix main executable path name resolution on FreeBSD...
2009-02-19 Chris LattnerIf an executable is run through a symlink, dladdr will...
2009-02-15 Mikhail GlushenkovFix warning on gcc 4.3.
2009-02-15 Mikhail GlushenkovWhitespace fixes.
2008-08-11 Chris Lattneradd a helper method to sys::Path for clang, patch by
2008-07-24 Devang PatelCreate temp. file in current path.
2008-07-22 Devang PatelWhile creating temp. file on disk, if the current filen...
2008-06-27 Seo SanghyeonFix GetMainExecutable. Patch by Sam Bishop.
2008-06-15 Wojciech MatyjewiczAdd a missing semicolon.
2008-06-15 Argyrios KyrtzidisFix the sys::Path::getSuffix() implementation.
2008-05-11 Nick LewyckyMake constructors target-specific. This fixes problems...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-07 Ted KremenekMake getDirnameSep a static method (not part of Path...
2008-04-07 Ted KremenekAdded method Path::getDirname().
2008-04-03 Ted KremenekRe-implemented Path::createDirectoryOnDisk (for Unix).
2008-04-01 Chris Lattneradd some #includes.
2008-04-01 Chris LattnerImplement Path::MapInFilePages/UnMapFilePages on unix...
2008-04-01 Chris LattnerStub out some sys::Path::MapInFilePages/UnMapFilePages...
2008-03-13 Chris LattnerFix Path::GetMainExecutable on cygwin, patch by Sam...
2008-03-03 Chris LattnerStub out a Path::GetMainExecutable call to find the...
2008-02-27 Chris LattnerAdd path separator support, patch by Sam Bishop.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-18 Ted KremenekAdded "GetCurrentDirectory()" to sys::Path.
2007-12-18 Ted KremenekAdded "isDirectory" method to llvm::sys::Path.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattnerpull some win32 code into common code, add bitcode...
2007-04-07 Reid SpencerFor PR1291:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerFor PR789:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-22 Reid SpencerMake an error message a little more intelligible.
2006-08-07 Reid SpencerAdd a note about how the "isFile" check in Path::eraseF...
2006-08-01 Chris LattnerRemove some now-dead methods. Use getFileStatus instead.
2006-08-01 Chris Lattnerelimiante some syscalls
2006-07-28 Chris LattnerModify setStatusInfoOnDisk to not throw an exception.
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-07 Chris Lattnerno need to do a stat then an lstat. lstat will tell...
2005-07-28 Reid SpencerFix a problem in getDirectoryContents where sub-directo...
2005-07-09 Jeff Cohen1. Fix bug in getBaseName where it mishandles suffixes
2005-07-08 Reid SpencerEnsure that functions like isDirectory don't fail if...
2005-07-08 Reid SpencerTwo changes:
2005-07-08 Jeff CohenStamp out tabs
2005-07-08 Jeff CohenFix eraseSuffix()
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-06-02 Reid SpencerPut in a hack for Cygwin that prevents mkdtemp from...
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-21 Reid SpencerFor Bug 543:
2005-04-20 Misha BrukmanDo not mark directories as `executable', we only want...
2005-04-20 Misha BrukmanIgnore dangling symlinks in getDirectoryContents()
2005-03-02 Reid SpencerBe slightly more accurate in an error message.
2004-12-27 Reid SpencerFor PR351:
2004-12-24 Reid SpencerFor PR351:
2004-12-21 Reid SpencerPut the CopyFile function explicitly in the sys namespace.
2004-12-20 Misha Brukman* Use "" for LLVM include files, not <>
2004-12-15 Reid SpencerChange the signatures of the destroyFile and destroyDir...
2004-12-15 Reid SpencerRemove automatic insertion of CFE's lib directory into...
2004-12-15 Reid SpencerFix a file overwrite bug in llvm-ar introduced by chang...
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerRemove an always false clause from an if statement.
2004-12-13 Alkis EvlogimenosFix a bug where directory names of length one or less...
2004-12-13 Reid Spencer* Add a std::ostream inserter for sys::Path
2004-12-13 Reid SpencerFor PR351: \
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-12-02 Reid SpencerFix seriously broken implementation of GetMagicNumber.
2004-11-16 Reid Spencer* Use low-level unix I/O interface since we're on Unix.
2004-11-16 Reid SpencerPer code review:
2004-11-14 Reid SpencerImplement functionality suggested from code review...
2004-11-14 Reid Spencer* Implement getDirectoryContents * Implement getStatusI...
2004-11-09 Reid Spencer* Implement getStatusInfo for getting stat(2) like...
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-09-18 Reid SpencerGet rid of file descriptor leak in create_file.
2004-09-16 Reid SpencerAllow "bc" as suffix for bytecode files.
2004-09-14 Reid SpencerImplement the GetLibraryPath function.
2004-09-11 Reid SpencerImplemented support for detecting file types by magic...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-30 Reid SpencerMove the GetTemporaryDirectory function from "generic...
2004-08-29 Reid SpencerRevise the design of the Path concept per peer review...
2004-08-25 Reid SpencerInitial implementation of the Path operating system...