aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Cygwin/Path.cpp
AgeCommit message (Expand)Author
2004-12-24For PR351:Reid Spencer
2004-12-20Cygwin doesn't like .. through a link, so drop the ..Reid Spencer
2004-12-13Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXTReid Spencer
2004-12-11Rename Path::get -> Path::toStringReid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-09-11Provide initial implementations of Memory and Process concepts for variousReid Spencer
2004-09-01mkdtemp doesn't exist on Cygwin. Use tempnam & mkdir instead.Reid Spencer
2004-08-30Move the GetTemporaryDirectory function from "generic Unix" to platformReid Spencer