For PR351:
[oota-llvm.git] / lib / System / Unix / Path.cpp
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...