summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix
Commit message (Collapse)AuthorAgeFilesLines
...
* Initial commit of an platform-indepdendent implementation for theReid Spencer2004-08-291-0/+133
| | | | | | "Program" operating system concept (find and execute programs). llvm-svn: 16084
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-291-86/+281
| | | | | | | | note individually but these essence of it is to not derive from std::string, clarify the interface, and provide better documentation. There is now also (untested) implementations for AIX, Darwin, and SunOS. llvm-svn: 16078
* Fix a typo.Reid Spencer2004-08-261-1/+1
| | | | llvm-svn: 16055
* Add a README explaining the intended content of this directory.Reid Spencer2004-08-261-0/+16
| | | | llvm-svn: 16053
* Initial implementation of the Path operating system concept.Reid Spencer2004-08-252-0/+172
llvm-svn: 16048
OpenPOWER on IntegriCloud