summaryrefslogtreecommitdiff
path: root/lib/System/Path.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-01-09Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer1-2/+2
2004-12-24For PR351:Reid Spencer1-1/+7
2004-12-15Fix VC++ compilation errorsJeff Cohen1-0/+2
2004-12-15For PR351:Reid Spencer1-0/+8
2004-12-13Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXTReid Spencer1-0/+6
2004-12-13For PR351: \Reid Spencer1-0/+31
2004-11-14Make sure IdentifyFileType is in the sys namespace.Reid Spencer1-1/+1
2004-11-14Add missing include.Alkis Evlogimenos1-0/+1
2004-11-14Implement IdentifyFileType functionReid Spencer1-0/+27
2004-09-11Provide initial implementations of Memory and Process concepts for variousReid Spencer1-10/+0
2004-08-29Correct the vim: specificationReid Spencer1-1/+1
2004-08-29Revise the design of the Path concept per peer review. Too many changes toReid Spencer1-28/+7
2004-08-25Initial implementation of the Path operating system concept.Reid Spencer1-0/+60
2004-08-16Remove lib/System contents until a satisfactory solution can beReid Spencer1-90/+0
2004-08-15Initial implementations of the ErrorCode and Path concepts for Linux.Reid Spencer1-0/+90