| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-11 | mach: improve otool failure handling. | Mike McQuaid | |
| 2014-12-11 | mach: handle empty otool output. | Mike McQuaid | |
| 2014-10-11 | Revert "Don't raise in mach_data so the debugger doesn't catch it" | Jack Nagel | |
| This reverts commit 4f8a3e2113c2e7b88600ff6371f9f70579c55509. | |||
| 2014-10-11 | Revert "Handle read(n) returning nil" | Jack Nagel | |
| This reverts commit 578cb637594d32b86322be29205329d700ad75ca. | |||
| 2014-10-10 | Handle read(n) returning nil | Jack Nagel | |
| Fixes #33090. | |||
| 2014-10-10 | Don't raise in mach_data so the debugger doesn't catch it | Jack Nagel | |
| Closes #33088. | |||
| 2014-04-13 | Allow access to both the linked dylibs and the dylib ID | Jack Nagel | |
| 2013-12-14 | Remove unnecessary captures in otool regexp | Jack Nagel | |
| 2013-12-14 | Unify install name parsing | Jack Nagel | |
| 2013-12-14 | Move Pathname#dynamically_linked_libraries to mach module | Jack Nagel | |
| 2013-08-24 | Fix const reference in mach | Adam Vandenberg | |
| Fixes #22090. | |||
| 2013-08-15 | Mach: add as_cmake_arch_flags helper | Misty De Meo | |
| 2013-08-15 | Mach: improve PPC arch detection | Misty De Meo | |
| Also adds some reusable constants into the global Hardware::CPU namespace, available on both OS X and Linux. | |||
| 2013-03-11 | mach.rb: remove incorrect comment | Jack Nagel | |
| IO#read does not raise EOFError, it just returns an empty string for each call after it consumes the underlying file or stream. This module is going to be refactored and the begin/rescue is going to be removed anyway. | |||
| 2013-03-11 | Portability fixes to run Homebrew on Linux systems | Shaun Jackman | |
| Closes #16344. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-02-03 | Architecture: add flag for ppc support | Adam Vandenberg | |
| 2012-08-21 | mach-o: use any? instead of map and include? | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-06-16 | Teach Mach-O machinery about bundles | Jack Nagel | |
| c.f. #12810. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-06-16 | Fix indentation in MachO#mach_data | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-05-30 | archs_for_command: use new Mach-O Pathname methods | Jack Nagel | |
| - Reimplement archs_for_command on top of the new Mach-O methods - Move ArchitectureListExtension to mach.rb - Add a test for the ArchitectureListExtension Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-05-30 | Pathname: add Mach-O module | Jack Nagel | |
| The MachO module contains methods for learning about Mach-O binaries, and can be used where one might normally shell out to file(1). Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
