aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix/Path.cpp
AgeCommit message (Expand)Author
2005-01-09Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-24For PR351:Reid Spencer
2004-12-21Put the CopyFile function explicitly in the sys namespace.Reid Spencer
2004-12-20* Use "" for LLVM include files, not <>Misha Brukman
2004-12-15Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer
2004-12-15Remove automatic insertion of CFE's lib directory into the bytecode pathReid Spencer
2004-12-15Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer
2004-12-15For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13Remove an always false clause from an if statement.Reid Spencer
2004-12-13Fix a bug where directory names of length one or less where not setAlkis Evlogimenos
2004-12-13* Add a std::ostream inserter for sys::PathReid Spencer
2004-12-13For PR351: \Reid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-12-02Fix 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-16Per code review:Reid Spencer
2004-11-14Implement functionality suggested from code review: getStatusInfo shouldReid Spencer
2004-11-14* Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...Reid Spencer
2004-11-09* Implement getStatusInfo for getting stat(2) like informationReid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-09-18Get rid of file descriptor leak in create_file.Reid Spencer
2004-09-16Allow "bc" as suffix for bytecode files.Reid Spencer
2004-09-14Implement the GetLibraryPath function.Reid Spencer
2004-09-11Implemented support for detecting file types by magic number, strippingReid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-30Move the GetTemporaryDirectory function from "generic Unix" to platformReid Spencer
2004-08-29Revise the design of the Path concept per peer review. Too many changes toReid Spencer
2004-08-25Initial implementation of the Path operating system concept.Reid Spencer