<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Support/Unix, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Support/Unix?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Support/Unix?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-02-18T17:04:56Z</updated>
<entry>
<title>improve support for OpenBSD, patch by Amit Kulkarni!</title>
<updated>2011-02-18T17:04:56Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-02-18T17:04:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6309b3e9bed13e34cf8803509b7f6b642731353a'/>
<id>urn:sha1:6309b3e9bed13e34cf8803509b7f6b642731353a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125943 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rip out realpath() support. It's expensive, and often a bad idea, and</title>
<updated>2011-02-09T23:33:15Z</updated>
<author>
<name>Douglas Gregor</name>
<email>dgregor@apple.com</email>
</author>
<published>2011-02-09T23:33:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f3e3f21db19512067ee9f6b7b99eae16d907bed2'/>
<id>urn:sha1:f3e3f21db19512067ee9f6b7b99eae16d907bed2</id>
<content type='text'>
I have another way to achieve the same goal.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125239 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Attempt to fix the build after r125228.</title>
<updated>2011-02-09T23:02:14Z</updated>
<author>
<name>Cameron Zwarich</name>
<email>zwarich@apple.com</email>
</author>
<published>2011-02-09T23:02:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0bef1f3d1b64d40f21451ab56cdafe1fa794730d'/>
<id>urn:sha1:0bef1f3d1b64d40f21451ab56cdafe1fa794730d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125236 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add llvm::sys::path::canonical(), which provides the canonicalized</title>
<updated>2011-02-09T22:11:23Z</updated>
<author>
<name>Douglas Gregor</name>
<email>dgregor@apple.com</email>
</author>
<published>2011-02-09T22:11:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=025feadb973272d5c5097bb72cb2f6fef44474d3'/>
<id>urn:sha1:025feadb973272d5c5097bb72cb2f6fef44474d3</id>
<content type='text'>
name of a path, after resolving symbolic links and eliminating excess
path elements such as "foo/../" and "./".

This routine still needs a Windows implementation, but I don't have a
Windows machine available. Help? Please?


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125228 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix rename.</title>
<updated>2011-01-16T22:18:41Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2011-01-16T22:18:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=283d49c7663dd1c2a73dbb18d6094d91f9555c72'/>
<id>urn:sha1:283d49c7663dd1c2a73dbb18d6094d91f9555c72</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123604 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Support/PathV2: Implement get_magic.</title>
<updated>2011-01-15T18:52:33Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2011-01-15T18:52:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d6cdf1d3cb0263c413684aa20cb8aa91f9e128de'/>
<id>urn:sha1:d6cdf1d3cb0263c413684aa20cb8aa91f9e128de</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123544 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2::is_directory.</title>
<updated>2011-01-11T01:21:55Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2011-01-11T01:21:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=218dc3e2fe54c28b0292a3e89c5ed6563f62ac23'/>
<id>urn:sha1:218dc3e2fe54c28b0292a3e89c5ed6563f62ac23</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123209 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists.</title>
<updated>2011-01-10T02:34:23Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2011-01-10T02:34:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=54453f2978c76b3aa71be7bb4e9657c8539f8648'/>
<id>urn:sha1:54453f2978c76b3aa71be7bb4e9657c8539f8648</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123151 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Support/PathV2: Implement directory iteration on POSIX.</title>
<updated>2011-01-05T16:38:57Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2011-01-05T16:38:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=da7c1cab8c083e3370cc94a23bc396cd75b7f2a7'/>
<id>urn:sha1:da7c1cab8c083e3370cc94a23bc396cd75b7f2a7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122879 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Support/PathV1: Deprecate GetRootDirectory.</title>
<updated>2010-12-27T03:21:41Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-12-27T03:21:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9170a0f02d1ed521dd6583661e17581f9b7102ec'/>
<id>urn:sha1:9170a0f02d1ed521dd6583661e17581f9b7102ec</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122580 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
