aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
AgeCommit message (Expand)Author
2014-03-27extend/string: backport #rpartitionMisty De Meo
2014-03-27Don't let broken symlinks halt linkingJack Nagel
2014-03-27Fix conflicting symlink adviceJack Nagel
2014-03-26Fall back to Process.gid if we aren't a member of the file's groupJack Nagel
2014-03-26Put tempfile into binmode before writingJack Nagel
2014-03-22Preserve permissions when using Pathname#atomic_writeJack Nagel
2014-03-22Remove unnecessary swearing.Mike McQuaid
2014-03-19Expand paths before making relative symlinkJack Nagel
2014-03-18Make relative symlinks in Pathname#install_symlinkJack Nagel
2014-03-15Prefer opt prefix over linked keg entry when picking active kegJack Nagel
2014-03-15Add an extra sanity checkJack Nagel
2014-03-15Refactor ARGV.kegsJack Nagel
2014-03-15Use canonicalized name in NoSuchKegError messageJack Nagel
2014-03-14Use Formula#system and existing error handling in scons helperJack Nagel
2014-03-13Use ARGV.envJack Nagel
2014-03-13Simplify ARGV.filter_for_dependenciesJack Nagel
2014-03-13Make debug an installer modeJack Nagel
2014-03-13Make verbose an installer modeJack Nagel
2014-03-13Make interactive an installer modeJack Nagel
2014-03-13Add ARGV.envJack Nagel
2014-03-10Reduce the number of things that trigger ARGV.build_from_source?Jack Nagel
2014-03-10Make build_bottle an explicit installer modeJack Nagel
2014-03-08Remove "--fresh" option from installerJack Nagel
2014-03-08Symbol#to_proc: fix with arrays of arraysMisty De Meo
2014-03-08Revert "ENV: request no byte code Python when bottling."Mike McQuaid
2014-03-02ENV: request no byte code Python when bottling.Mike McQuaid
2014-02-28move scons helper to fileutilsAdam Vandenberg
2014-02-27Add an xcodebuild helper and deprecate system "xcodebuild"Jack Nagel
2014-02-19Fix building universal binaries on 32-bit CPUscadrpear
2014-02-18Stop exporting HOMEBREW_VERBOSE to build environmentJack Nagel
2014-02-18Inline static exception text to remove a rescueJack Nagel
2014-02-14ARGV.help?: anchor to end of stringMisty De Meo
2014-02-14brew: check for --help and friends in more of ARGVMike McQuaid
2014-02-12Delete unused methodJack Nagel
2014-02-11Revert "Recognize --head as an alias for --HEAD"Adam Vandenberg
2014-02-09Recognize --head as an alias for --HEADMisty De Meo
2014-02-02Correctly find Homebrew-installed fortranCamillo Lugaresi
2014-01-27Revert "Add python superenv wrapper"Misty De Meo
2014-01-26Add python superenv wrapperMisty De Meo
2014-01-11Fix typoJack Nagel
2014-01-04Pathname: add methods to write env scripts.Mike McQuaid
2014-01-04ENV: add method to prepend and create a PATH.Mike McQuaid
2014-01-04ENV.gcc: remove raiseMisty De Meo
2014-01-04Recommit ENV changesMisty De Meo
2014-01-04Revert "stdenv: fix self.cc check"Mike McQuaid
2014-01-04Revert "stdenv: set correct compiler symbol for gcc 4.0"Mike McQuaid
2014-01-03stdenv: set correct compiler symbol for gcc 4.0Misty De Meo
2014-01-03stdenv: fix self.cc checkMisty De Meo
2013-12-27superenv: don't accidentally filter out HOMEBREW_TEMPJack Nagel
2013-12-19install: add --only-dependencies optionSteven Peters