aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix/Path.inc
Commit message (Expand)AuthorAgeFilesLines
...
* * Use low-level unix I/O interface since we're on Unix.Reid Spencer2004-11-161-7/+17
* Per code review:Reid Spencer2004-11-161-7/+4
* Implement functionality suggested from code review: getStatusInfo shouldReid Spencer2004-11-141-1/+4
* * Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...Reid Spencer2004-11-141-7/+81
* * Implement getStatusInfo for getting stat(2) like informationReid Spencer2004-11-091-5/+39
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-55/+55
* Get rid of file descriptor leak in create_file.Reid Spencer2004-09-181-1/+3
* Allow "bc" as suffix for bytecode files.Reid Spencer2004-09-161-0/+8
* Implement the GetLibraryPath function.Reid Spencer2004-09-141-0/+45
* Implemented support for detecting file types by magic number, strippingReid Spencer2004-09-111-0/+48
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Move the GetTemporaryDirectory function from "generic Unix" to platformReid Spencer2004-08-301-12/+0
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-291-86/+281
* Initial implementation of the Path operating system concept.Reid Spencer2004-08-251-0/+138