| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-25 | doctor: use double quotes for setting PATH. | Mike McQuaid | |
| Closes #27619. | |||
| 2014-03-25 | Don't load the full debugger when readline is the formula being installed | Jack Nagel | |
| Fixes #27842. | |||
| 2014-03-24 | Check existence of target keg instead of hiding exceptions | Jack Nagel | |
| 2014-03-24 | bottle_version: handle pazpar2 style. | Mike McQuaid | |
| 2014-03-23 | LD64Dependency: super before setting env proc | Misty De Meo | |
| Otherwise super will overwrite @env_proc with the default value. | |||
| 2014-03-23 | Expose some keg methods | Jack Nagel | |
| 2014-03-22 | LD64Dependency: adjust initializer signature | Misty De Meo | |
| The method signature of Dependency changed in 1fdf69b90382c43493a5f62f0020729289db6c70, however LD64Dependency was missed in the update. This resulted in failures in merge_repeats(), which creates many dependency objects using all three arguments. | |||
| 2014-03-22 | Don't send, just call the method directly | Jack Nagel | |
| 2014-03-22 | Drop inaccurate comment | Jack Nagel | |
| require "time" Time.parse(Time.now.to_s) | |||
| 2014-03-22 | Use canonicalized path for loaded install receipts | Jack Nagel | |
| 2014-03-22 | Try to find install receipt when keg is unlinked | Jack Nagel | |
| This roughly matches the logic we use to determine the active keg in ARGV.kegs. | |||
| 2014-03-22 | Write install receipts atomically | Jack Nagel | |
| 2014-03-22 | Preserve permissions when using Pathname#atomic_write | Jack Nagel | |
| 2014-03-22 | dependency_collector: use ArgumentError exception. | Mike McQuaid | |
| Avoids errors with `brew versions` when bottling. References #27615. | |||
| 2014-03-22 | Remove unnecessary swearing. | Mike McQuaid | |
| 2014-03-21 | audit: #{prefix}/Frameworks -> #{frameworks} | Jack Nagel | |
| 2014-03-21 | audit: suggest proper `if build.with(out)` usage | Ian Lancaster | |
| Closes #27759. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-03-19 | Always build from source when given --interactive | Jack Nagel | |
| Closes #27716. | |||
| 2014-03-19 | audit: catch new style gist URLs | Jack Nagel | |
| 2014-03-19 | audit: fix gist patch URL regex | Geoff Nixon | |
| Closes #27255. Signed-off-by: Jack Nagel <jacknagel@gmail.com> Conflicts: Library/Homebrew/cmd/audit.rb | |||
| 2014-03-19 | Expand paths before making relative symlink | Jack Nagel | |
| Fixes #27702. Fixes #27704. | |||
| 2014-03-18 | Fix copy/paste error | Jack Nagel | |
| Fixes #27685. | |||
| 2014-03-18 | Set bottle download strategy directly | Jack Nagel | |
| We know what strategy we want, so going through DownloadStrategyDetector is wasted work. Now we can remove those patterns from the detector and have two fewer branches each time through. | |||
| 2014-03-18 | Reorder download strategy symbols by frequency | Jack Nagel | |
| 2014-03-18 | Reorder download strategy regexps by frequency | Jack Nagel | |
| 2014-03-18 | Make relative symlinks in Pathname#install_symlink | Jack Nagel | |
| Closes #27672. | |||
| 2014-03-18 | Detect absolute symlinks during bottle relocation check | Jack Nagel | |
| 2014-03-18 | Remove redundant method | Jack Nagel | |
| This already happens in the superclass. | |||
| 2014-03-18 | Always use CurlDownloadStrategy for legacy patches | Jack Nagel | |
| Fixes #27671. | |||
| 2014-03-18 | python_dependency: no brewed python for bottles | Mike McQuaid | |
| 2014-03-17 | Don't check issues on Ruby 1.8.6 | Misty De Meo | |
| The system certs are too old to be able to read from Github, so don't try to use the Github API on 1.8.6 either. | |||
| 2014-03-17 | bottle_version: support lz4 style. | Mike McQuaid | |
| 2014-03-16 | which is supposed to return a pathname | Adam Vandenberg | |
| 2014-03-16 | return found path directly in which | Adam Vandenberg | |
| 2014-03-16 | utils.rb:which: bug fix | kynnjo | |
| Closes #27524. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-03-15 | Set patch name on initialization | Jack Nagel | |
| 2014-03-15 | Prefer opt prefix over linked keg entry when picking active keg | Jack Nagel | |
| 2014-03-15 | Add an extra sanity check | Jack Nagel | |
| 2014-03-15 | Refactor ARGV.kegs | Jack Nagel | |
| 2014-03-15 | diy: warn when detected name is an alias | Jack Nagel | |
| cf. #22778. | |||
| 2014-03-15 | Modernize `brew diy` | Jack Nagel | |
| 2014-03-15 | Use canonicalized name in NoSuchKegError message | Jack Nagel | |
| cf. #22778. | |||
| 2014-03-15 | Rewrite `brew reinstall` | Jack Nagel | |
| Fixes #23928. | |||
| 2014-03-14 | Detect build-time deps from resource downloads | Jack Nagel | |
| 2014-03-14 | Use Formula#system and existing error handling in scons helper | Jack Nagel | |
| Fixes #27553. | |||
| 2014-03-14 | Remove use of Forwardable from ExternalPatch | Jack Nagel | |
| 2014-03-14 | python_dependency: move bottle check into method. | Mike McQuaid | |
| 2014-03-14 | Fix the debug implementation of Resource#stage as well | Jack Nagel | |
| 2014-03-14 | Fix Resource#stage method signature in debug mode | Jack Nagel | |
| Fixes #27554. | |||
| 2014-03-14 | Ensure patch cache path is unique even when checksum is missing | Jack Nagel | |
