aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Path.inc
AgeCommit message (Expand)Author
2013-11-08Add some temporary diagnostics to GetCurrentDirectory to diagnose mac failuresJan Voung
2012-10-01Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'Derek Schuff
2012-09-26The assumption that /proc/self/exe always exists is incorrect.Sylvestre Ledru
2012-08-21Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffceDerek Schuff
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher
2012-07-12Fixed few warnings.Galina Kistanova
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
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