<feed xmlns='http://www.w3.org/2005/Atom'>
<title>homebrew/Library/Homebrew/extend, branch master</title>
<subtitle>:beer: The missing package manager for OS X.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/'/>
<entry>
<title>Add support for extracting LHA archives</title>
<updated>2015-04-26T18:11:56+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2015-04-26T18:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=0b5ab621a591d36338570ae8ee325150a48bb946'/>
<id>0b5ab621a591d36338570ae8ee325150a48bb946</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENV.deparallelize: add block form for temporary change</title>
<updated>2015-04-25T19:45:31+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2015-04-25T09:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=606127a8f43b67a4a695a5c4d3739a44b7a577d8'/>
<id>606127a8f43b67a4a695a5c4d3739a44b7a577d8</id>
<content type='text'>
Closes #39026.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #39026.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use deprecated API</title>
<updated>2015-04-21T00:49:55+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2015-04-21T00:49:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=b2e3b7e19e2c5fe9461364fb53dfc60f821921a7'/>
<id>b2e3b7e19e2c5fe9461364fb53dfc60f821921a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>work around missing __debug header in Xcode CLT 6.3</title>
<updated>2015-04-19T20:41:26+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2015-04-15T21:24:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=fd5ca9ba16f5afc181364369210cb94e997a5a5e'/>
<id>fd5ca9ba16f5afc181364369210cb94e997a5a5e</id>
<content type='text'>
uses the LLVM 3.6 debug header from:
http://reviews.llvm.org/diffusion/L/browse/libcxx/tags/RELEASE_360/final/include/__debug

Workaround for #38514.

Closes #38735.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uses the LLVM 3.6 debug header from:
http://reviews.llvm.org/diffusion/L/browse/libcxx/tags/RELEASE_360/final/include/__debug

Workaround for #38514.

Closes #38735.
</pre>
</div>
</content>
</entry>
<entry>
<title>preliminary write control only sandbox</title>
<updated>2015-04-09T09:42:54+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-04-09T09:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=e82c3ce71878d2615a29832e6989387587c99a56'/>
<id>e82c3ce71878d2615a29832e6989387587c99a56</id>
<content type='text'>
Closes #38361.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #38361.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pathname: prune unnecessary whitespace</title>
<updated>2015-04-07T17:32:29+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2015-04-07T16:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=985351f26d882ae82c3aee0dab3064f192f167c8'/>
<id>985351f26d882ae82c3aee0dab3064f192f167c8</id>
<content type='text'>
Closes #38413.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #38413.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pathname: remove hyphen from BOTTLE_EXTNAME_RX</title>
<updated>2015-03-31T17:53:26+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2015-03-31T17:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=7f098d74d9f8aa9f5184fec1ac22b780b1668989'/>
<id>7f098d74d9f8aa9f5184fec1ac22b780b1668989</id>
<content type='text'>
A hyphen is not a valid character in a Ruby symbol, and the bottle
tag should be a valid Ruby symbol for its use in the bottle stanza.

Closes #38235.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A hyphen is not a valid character in a Ruby symbol, and the bottle
tag should be a valid Ruby symbol for its use in the bottle stanza.

Closes #38235.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pathname: Add [-0-9] to BOTTLE_EXTNAME_RX</title>
<updated>2015-03-31T14:07:46+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2014-09-26T19:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=4e43dd0b94f6aa18c2e3a76a8b28ff18b56b1179'/>
<id>4e43dd0b94f6aa18c2e3a76a8b28ff18b56b1179</id>
<content type='text'>
Change [a-z_]+(32)? to [-a-z0-9_]+
The Linuxbrew bottle tag is x86_64-linux.

Closes #32687.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change [a-z_]+(32)? to [-a-z0-9_]+
The Linuxbrew bottle tag is x86_64-linux.

Closes #32687.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass around only pathname objects</title>
<updated>2015-03-27T02:22:45+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2015-03-27T02:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=60cd70b2f235a80c53ed6d569333738e575bcf36'/>
<id>60cd70b2f235a80c53ed6d569333738e575bcf36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always yield a path from install_p extension</title>
<updated>2015-03-27T02:22:45+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2015-03-27T02:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=05850664d6499ff3a49b180281511f1635aec935'/>
<id>05850664d6499ff3a49b180281511f1635aec935</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
