aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Unix/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-011-5/+0
* Don't look at $PWD in GetCurrentDirectory.Nick Lewycky2011-07-291-3/+0
* Teach Path::GetCurrentDirectory to use $PWD, to support users who like to doNick Lewycky2011-07-291-2/+5
* By default mkstemp() creates a temporary file with mode 0600, but the modeChad Rosier2011-07-051-0/+3
* Add r127409 back now that the windows file was updated.Rafael Espindola2011-03-101-3/+3
* Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen2011-03-101-3/+3
* Add support for MemoryBuffers that are not null terminated and addRafael Espindola2011-03-101-3/+3
* improve support for OpenBSD, patch by Amit Kulkarni!Chris Lattner2011-02-181-2/+4
* Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer2011-01-111-1/+2
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-101-1/+2
* Support/PathV1: Deprecate GetRootDirectory.Michael J. Spencer2010-12-271-6/+5
* Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...Michael J. Spencer2010-12-251-12/+0
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-291-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+896