<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend, branch 1.5.5</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Cross-platform java detection</title>
<updated>2018-02-22T18:32:21+00:00</updated>
<author>
<name>Maxim Belkin</name>
</author>
<published>2018-02-22T14:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5536f49305fbb45261afcc1740a7a943a1c95f40'/>
<id>5536f49305fbb45261afcc1740a7a943a1c95f40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make 'xz' and 'cvs' dependencies conditional</title>
<updated>2018-02-21T14:11:35+00:00</updated>
<author>
<name>Maxim Belkin</name>
</author>
<published>2018-02-21T14:11:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f8874004c2c0ee06b3f0420ac549f762beeb3433'/>
<id>f8874004c2c0ee06b3f0420ac549f762beeb3433</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code refactoring 4.0</title>
<updated>2018-02-20T21:33:38+00:00</updated>
<author>
<name>Maxim Belkin</name>
</author>
<published>2018-02-20T21:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=14d7a7a08c9aab7db14ea03f59ec85899e5e3ba6'/>
<id>14d7a7a08c9aab7db14ea03f59ec85899e5e3ba6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code refactoring</title>
<updated>2018-02-19T09:54:36+00:00</updated>
<author>
<name>Maxim Belkin</name>
</author>
<published>2018-02-19T09:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d25fc5ce50a46b37e84d90151d0ea3c467667231'/>
<id>d25fc5ce50a46b37e84d90151d0ea3c467667231</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring based on suggestions</title>
<updated>2018-02-19T06:49:42+00:00</updated>
<author>
<name>Maxim Belkin</name>
</author>
<published>2018-02-19T06:49:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3dabebbd1643971d1904749530fe6ba73ec38817'/>
<id>3dabebbd1643971d1904749530fe6ba73ec38817</id>
<content type='text'>
Defaulting zip_dep_if_needed(tags) and bzip2_dep_if_needed(tags)
methods to those on Linux and overriding them on macOS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Defaulting zip_dep_if_needed(tags) and bzip2_dep_if_needed(tags)
methods to those on Linux and overriding them on macOS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing unnecessary  arguments</title>
<updated>2018-02-16T21:08:55+00:00</updated>
<author>
<name>Maxim Belkin</name>
</author>
<published>2018-02-16T21:08:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1b74f21492ca92bb8899304176cfdf4c42def297'/>
<id>1b74f21492ca92bb8899304176cfdf4c42def297</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing brew-style offenses</title>
<updated>2018-02-16T16:49:43+00:00</updated>
<author>
<name>Maxim Belkin</name>
</author>
<published>2018-02-16T16:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5a9297612060d25d5c959530330e4a907e0931a8'/>
<id>5a9297612060d25d5c959530330e4a907e0931a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zip and bzip2 dependencies when needed</title>
<updated>2018-02-16T16:41:14+00:00</updated>
<author>
<name>Maxim Belkin</name>
</author>
<published>2018-02-16T16:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=444b292df9d60b355895c9b024522d01b9e30771'/>
<id>444b292df9d60b355895c9b024522d01b9e30771</id>
<content type='text'>
On some systems identified as Linux, zip and bzip2 might
not be available. Therefore, on such platforms we add them
unconditionally as dependencies when required. On Mac, these
dependencies are always satisfied.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On some systems identified as Linux, zip and bzip2 might
not be available. Therefore, on such platforms we add them
unconditionally as dependencies when required. On Mac, these
dependencies are always satisfied.
</pre>
</div>
</content>
</entry>
<entry>
<title>write_jar_script: add java version option</title>
<updated>2018-02-11T19:47:51+00:00</updated>
<author>
<name>Andrew Janke</name>
</author>
<published>2018-02-10T01:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=49972e59052635cf1e42fa2418f9bb4c2cf29a8a'/>
<id>49972e59052635cf1e42fa2418f9bb4c2cf29a8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pathname: fix rmdir_if_possible with mount points</title>
<updated>2018-01-19T22:06:22+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2018-01-19T22:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2e1ec02aeb0f5bea48826861c848583b217bba33'/>
<id>2e1ec02aeb0f5bea48826861c848583b217bba33</id>
<content type='text'>
Attempting to rmdir a directory that is a mount point results in EBUSY,
not EACCES or ENOENT, so also rescue EBUSY in rmdir_if_possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Attempting to rmdir a directory that is a mount point results in EBUSY,
not EACCES or ENOENT, so also rescue EBUSY in rmdir_if_possible.
</pre>
</div>
</content>
</entry>
</feed>
