aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Path.inc
AgeCommit message (Expand)Author
2012-04-11Fix the build under Debian GNU/Hurd.Sylvestre Ledru
2012-03-26Fix GetMainExecutable on kFreeBSD.Anton Korobeynikov
2011-11-01Remove a couple unused methods. PR11201.Eli Friedman
2011-07-29Don't look at $PWD in GetCurrentDirectory.Nick Lewycky
2011-07-29Teach Path::GetCurrentDirectory to use $PWD, to support users who like to doNick Lewycky
2011-07-05By default mkstemp() creates a temporary file with mode 0600, but the modeChad Rosier
2011-03-10Add r127409 back now that the windows file was updated.Rafael Espindola
2011-03-10Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen
2011-03-10Add support for MemoryBuffers that are not null terminated and addRafael Espindola
2011-02-18improve support for OpenBSD, patch by Amit Kulkarni!Chris Lattner
2011-01-11Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer
2010-12-27Support/PathV1: Deprecate GetRootDirectory.Michael J. Spencer
2010-12-25Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...Michael J. Spencer
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis
2010-11-29Merge System into Support.Michael J. Spencer