<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/os/mac/pathname.rb, branch 1.0.4</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>os/mac: Delete old cctools-based relocation code.</title>
<updated>2016-09-20T21:48:21+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-09-20T21:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d16e4a782efb217070159bfb182cc10f8b68a426'/>
<id>d16e4a782efb217070159bfb182cc10f8b68a426</id>
<content type='text'>
Disable check for $HOMEBREW_NO_RUBY_MACHO now that no alternative exists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable check for $HOMEBREW_NO_RUBY_MACHO now that no alternative exists.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable ruby-macho by default.</title>
<updated>2016-08-20T14:31:34+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-08-20T14:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f0efaac5aa68e675c687cd413147dd0cf2c68edc'/>
<id>f0efaac5aa68e675c687cd413147dd0cf2c68edc</id>
<content type='text'>
Flips HOMEBREW_RUBY_MACHO to HOMEBREW_NO_RUBY_MACHO.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Flips HOMEBREW_RUBY_MACHO to HOMEBREW_NO_RUBY_MACHO.
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac/*_mach: move shared code into 'SharedMachO' (#282)</title>
<updated>2016-05-27T21:13:51+00:00</updated>
<author>
<name>Martin Afanasjew</name>
</author>
<published>2016-05-27T21:13:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9cf2710dc95f1c81e8c5111e22681836225e32e2'/>
<id>9cf2710dc95f1c81e8c5111e22681836225e32e2</id>
<content type='text'>
Both the `CctoolsMachO` and `RubyMachO` module implement a common set of
methods that simplify querying `mach_data`. Move these into a shared
module, that gets included after either of these implementations is
loaded and included in `Pathname`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both the `CctoolsMachO` and `RubyMachO` module implement a common set of
methods that simplify querying `mach_data`. Move these into a shared
module, that gets included after either of these implementations is
loaded and included in `Pathname`.</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac: optionally use ruby_macho.</title>
<updated>2016-02-03T21:25:40+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-02-01T19:19:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=afe0fde49ceb29aba6f152967582ced5ba206c32'/>
<id>afe0fde49ceb29aba6f152967582ced5ba206c32</id>
<content type='text'>
- and branch for dylib_id_and_dylibs
- add branches for dylib id changing and change_install_name
- rename MachO module to HomebrewMachO to prevent namespace clashes
  with MachO in ruby-macho. this will eventually be replaced entirely
  with direct calls to ruby-macho methods
- break ruby-macho implementation out into separate RubyMachO module,
  and include either RubyMachO or CctoolsMachO (the original
  implementation) based on the HOMEBREW_RUBY_MACHO env var
- move ArchitectureListExtension and RubyMachO into separate files
- create {ruby_,cctools_,,}relocate.rb for isolation of different
  methods of mach-o relocation (ruby-macho vs. cctools)
- fill in require_install_name_tool? for ruby_relocate.rb
- rename {ruby_,cctools_,,}relocate.rb to keg, isolate requires in
  os/mac

Closes Homebrew/homebrew#45001.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- and branch for dylib_id_and_dylibs
- add branches for dylib id changing and change_install_name
- rename MachO module to HomebrewMachO to prevent namespace clashes
  with MachO in ruby-macho. this will eventually be replaced entirely
  with direct calls to ruby-macho methods
- break ruby-macho implementation out into separate RubyMachO module,
  and include either RubyMachO or CctoolsMachO (the original
  implementation) based on the HOMEBREW_RUBY_MACHO env var
- move ArchitectureListExtension and RubyMachO into separate files
- create {ruby_,cctools_,,}relocate.rb for isolation of different
  methods of mach-o relocation (ruby-macho vs. cctools)
- fill in require_install_name_tool? for ruby_relocate.rb
- rename {ruby_,cctools_,,}relocate.rb to keg, isolate requires in
  os/mac

Closes Homebrew/homebrew#45001.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>move mach.rb to os/mac/mach.rb</title>
<updated>2015-10-18T14:57:42+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-10-16T09:08:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=646f94adfef333c9ec5451fca55078de06ada3c0'/>
<id>646f94adfef333c9ec5451fca55078de06ada3c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
