| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-11 | Remove intermediate variable | Jack Nagel | |
| 2014-07-11 | Add test for InstallRenamed module | Jack Nagel | |
| 2014-07-11 | Try to workaround gem packaging shenanigans | Jack Nagel | |
| 2014-07-11 | exceptions: fix typo | Matt Hauck | |
| Closes Homebrew/homebrew#30821. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-07-11 | brew-test-bot: use git to do the diff filtering | Jack Nagel | |
| 2014-07-11 | brew-pull: use git to do the diff filtering | Jack Nagel | |
| 2014-07-11 | Read if no block is passed to Utils.popen_read | Jack Nagel | |
| 2014-07-11 | Use Utils.popen_read in XQuartz version codepath | Jack Nagel | |
| 2014-07-11 | audit: warn when using old-style patches | Jack Nagel | |
| 2014-07-10 | Raise Errno::ENOENT instead of RuntimeError from Pathname#install | Jack Nagel | |
| 2014-07-10 | Make comment in Pathname#install more accurate | Jack Nagel | |
| 2014-07-10 | Fix method signature | Jack Nagel | |
| 2014-07-10 | Legacy patches are never StringIOs | Jack Nagel | |
| 2014-07-10 | Deprecate some contributions. | Mike McQuaid | |
| This is just a starting point to start discussion. I think we have a few options with contributions: - Stop accepting them altogether and move the ones we need/use/support into core commands - Accept them on an unsupported basis and require they be added manually to the PATH - Actively support and fix bugs in them all Closes Homebrew/homebrew#30749. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-07-10 | Add 10.10 pkgconfig files | Jack Nagel | |
| 2014-07-10 | Make vendored pkgconfig files match the actual library versions | Jack Nagel | |
| 2014-07-09 | Move TeXmacs to boneyard. | Adam Vandenberg | |
| Does not compile with modern C++ compilers. Closes Homebrew/homebrew#27386. | |||
| 2014-07-09 | formula_installer: bottle against Homebrew Python. | Mike McQuaid | |
| 2014-07-09 | Fix up phrasing of case-sensitive volume warning | Jack Nagel | |
| 2014-07-09 | Clean up /bin/df regexp | Jack Nagel | |
| - remove unnecessary captures - '%' is not a metacharacter so it doesn't need to be escaped - match using '+' instead of '*' | |||
| 2014-07-09 | Fix getting filesystem mounts | Jack Nagel | |
| 2014-07-07 | Remove proc handling from BuildEnvironment | Jack Nagel | |
| 2014-07-07 | Eliminate some indirection in evaluating requirement env blocks | Jack Nagel | |
| 2014-07-07 | Don't set @env on instances | Jack Nagel | |
| 2014-07-07 | Simplify BuildEnvironmentDSL test setup | Jack Nagel | |
| 2014-07-07 | Keep DSL related code in one place | Jack Nagel | |
| 2014-07-07 | Merge should return self | Jack Nagel | |
| 2014-07-07 | Only call proc if it is set | Jack Nagel | |
| Fixes Homebrew/homebrew#30723. Fixes Homebrew/homebrew#30724. Fixes Homebrew/homebrew#30727. | |||
| 2014-07-07 | Dependency initializer takes an array | Jack Nagel | |
| 2014-07-07 | Define 1.8 marshal hooks in terms of 1.9+ marshal hooks | Jack Nagel | |
| 2014-07-07 | Remove knowledge of serialization details by marshaling twice | Jack Nagel | |
| 2014-07-07 | Fix BuildEnvironment initializer | Jack Nagel | |
| 2014-07-07 | Fix BuildEnvironment marshalling test | Jack Nagel | |
| 2014-07-07 | Don't need mocks here | Jack Nagel | |
| 2014-07-07 | Only store one proc per BuildEnvironment instance | Jack Nagel | |
| 2014-07-07 | Merge instead of calling << in a loop | Jack Nagel | |
| 2014-07-06 | Fix brew-aspell-dictionaries | Jack Nagel | |
| 2014-07-06 | Give the cache the same permissions as the installer does | Jack Nagel | |
| 2014-07-06 | Extend with a module instead of aliasing on the singleton class | Jack Nagel | |
| 2014-07-06 | Remove inaccurate comment | Jack Nagel | |
| 2014-07-06 | Hide the cxxstdlib data structure better | Jack Nagel | |
| 2014-07-06 | nostdout doesn't need to capture output | Jack Nagel | |
| 2014-07-06 | Close duped output streams before returning | Jack Nagel | |
| 2014-07-06 | Remove redundant "which git" guards | Jack Nagel | |
| There is always a git executable on PATH due to the git wrapper in Library/Contributions/cmd. The wrapper will notify the user if there is not a real git installed. | |||
| 2014-07-06 | Drop pointless string split | Jack Nagel | |
| 2014-07-06 | Use Formula tap methods instead of matching the path | Jack Nagel | |
| 2014-07-06 | Let File.expand_path also do the join | Jack Nagel | |
| 2014-07-06 | Check File.file? first to avoid second stat() | Jack Nagel | |
| 2014-07-06 | Use Formula tap methods | Jack Nagel | |
| 2014-07-06 | Make tap_ref match similar code in update | Jack Nagel | |
