aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-07-11Remove intermediate variableJack Nagel
2014-07-11Add test for InstallRenamed moduleJack Nagel
2014-07-11Try to workaround gem packaging shenanigansJack Nagel
2014-07-11exceptions: fix typoMatt Hauck
Closes Homebrew/homebrew#30821. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-11brew-test-bot: use git to do the diff filteringJack Nagel
2014-07-11brew-pull: use git to do the diff filteringJack Nagel
2014-07-11Read if no block is passed to Utils.popen_readJack Nagel
2014-07-11Use Utils.popen_read in XQuartz version codepathJack Nagel
2014-07-11audit: warn when using old-style patchesJack Nagel
2014-07-10Raise Errno::ENOENT instead of RuntimeError from Pathname#installJack Nagel
2014-07-10Make comment in Pathname#install more accurateJack Nagel
2014-07-10Fix method signatureJack Nagel
2014-07-10Legacy patches are never StringIOsJack Nagel
2014-07-10Deprecate 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-10Add 10.10 pkgconfig filesJack Nagel
2014-07-10Make vendored pkgconfig files match the actual library versionsJack Nagel
2014-07-09Move TeXmacs to boneyard.Adam Vandenberg
Does not compile with modern C++ compilers. Closes Homebrew/homebrew#27386.
2014-07-09formula_installer: bottle against Homebrew Python.Mike McQuaid
2014-07-09Fix up phrasing of case-sensitive volume warningJack Nagel
2014-07-09Clean up /bin/df regexpJack Nagel
- remove unnecessary captures - '%' is not a metacharacter so it doesn't need to be escaped - match using '+' instead of '*'
2014-07-09Fix getting filesystem mountsJack Nagel
2014-07-07Remove proc handling from BuildEnvironmentJack Nagel
2014-07-07Eliminate some indirection in evaluating requirement env blocksJack Nagel
2014-07-07Don't set @env on instancesJack Nagel
2014-07-07Simplify BuildEnvironmentDSL test setupJack Nagel
2014-07-07Keep DSL related code in one placeJack Nagel
2014-07-07Merge should return selfJack Nagel
2014-07-07Only call proc if it is setJack Nagel
Fixes Homebrew/homebrew#30723. Fixes Homebrew/homebrew#30724. Fixes Homebrew/homebrew#30727.
2014-07-07Dependency initializer takes an arrayJack Nagel
2014-07-07Define 1.8 marshal hooks in terms of 1.9+ marshal hooksJack Nagel
2014-07-07Remove knowledge of serialization details by marshaling twiceJack Nagel
2014-07-07Fix BuildEnvironment initializerJack Nagel
2014-07-07Fix BuildEnvironment marshalling testJack Nagel
2014-07-07Don't need mocks hereJack Nagel
2014-07-07Only store one proc per BuildEnvironment instanceJack Nagel
2014-07-07Merge instead of calling << in a loopJack Nagel
2014-07-06Fix brew-aspell-dictionariesJack Nagel
2014-07-06Give the cache the same permissions as the installer doesJack Nagel
2014-07-06Extend with a module instead of aliasing on the singleton classJack Nagel
2014-07-06Remove inaccurate commentJack Nagel
2014-07-06Hide the cxxstdlib data structure betterJack Nagel
2014-07-06nostdout doesn't need to capture outputJack Nagel
2014-07-06Close duped output streams before returningJack Nagel
2014-07-06Remove redundant "which git" guardsJack 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-06Drop pointless string splitJack Nagel
2014-07-06Use Formula tap methods instead of matching the pathJack Nagel
2014-07-06Let File.expand_path also do the joinJack Nagel
2014-07-06Check File.file? first to avoid second stat()Jack Nagel
2014-07-06Use Formula tap methodsJack Nagel
2014-07-06Make tap_ref match similar code in updateJack Nagel