aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
AgeCommit message (Expand)Author
2011-03-12MacOS.xcode_prefixMax Howell
2011-03-12Don't open editor if no args passedMax Howell
2011-03-12Some CleanupMax Howell
2011-03-12Move string extensionsAdam Vandenberg
2011-03-12Refactor the brew command into one file per commandMax Howell
2010-11-26Use full path to curl in utils.rbAdam Vandenberg
2010-10-30fix warnings: ambiguous splatJamie Macey
2010-10-30fix warnings: splat is redundant for putsJamie Macey
2010-09-19Let the `gzip` utility function accept multiple paths.Martin Kühl
2010-09-06Use 'realpath'Adam Vandenberg
2010-08-20Let 'interactive_shell' take a formula and set ENV vars.Adam Vandenberg
2010-08-09brew doctor - X11 checkAdam Vandenberg
2010-08-02archs_for_command now follows symlinks.James Harris
2010-07-25Allow HOMEBREW_EDITOR for non-project editing.Adam Vandenberg
2010-07-13Add command "brew --env"Adam Vandenberg
2010-07-08Improved Subversion support.Adam Vandenberg
2010-07-08Add some HOMEBREW env vars to the dumpAdam Vandenberg
2010-07-08Move exceptions from global to utils; remove duplicate defintionsAdam Vandenberg
2010-07-02Remove $PATH from --config and build dumps.Adam Vandenberg
2010-06-15Set HOMEBREW_DEBUG_INSTALL when in a shell during install -d|-iAdam Vandenberg
2010-05-10Improve archs_for_commandAdam Vandenberg
2010-05-06Move dump_build_env to utils and use during installs too.Adam Vandenberg
2010-04-12Make mod_wsgi and mod_python arch code more similar.Adam Vandenberg
2010-04-03Add s.get_make_varAdam Vandenberg
2010-04-03Allow archs_for_command to take Pathnames. Fixes Homebrew/homebrew#1106.Adam Vandenberg
2010-03-16Use tab/space when finding vars (and not newlines).Adam Vandenberg
2010-03-16Fix `change_make_var!` for empty variables.Martin Kühl
2010-03-131.9 fix, String is not an Enumerable.Eero Saynatkari
2010-03-01Move license block to separate LICENSE file.Adam Vandenberg
2010-02-20Fix inreplace barfing over PathnamesMax Howell
2010-02-19Allow inreplace to operate over arraysMax Howell
2010-02-09remove_make_var! should not leave an empty assignmentAdam Vandenberg
2010-02-02Let change_make_var! append to existing value.Adam Vandenberg
2010-01-30Remove spaces around make-style variables.Adam Vandenberg
2010-01-30Add gzip utility function.Adam Vandenberg
2010-01-16Check for bad values of console_widthMax Howell
2010-01-13Add quiet_systemMax Howell
2010-01-13Add Makefile var and multi-replace support inreplace.Adam Vandenberg
2010-01-13Escape spaces for archs_for_commandMax Howell
2009-12-20If there is no output, don't find longest length.Adam Vandenberg
2009-12-17Making column amount and width dynamic, adjusting to console size.Kieran Pilkington
2009-12-04Apparently the map didn't work on LeopardMax Howell
2009-12-04Cast all arguments for Kernel#exec to string.Manfred Stienstra
2009-11-11Fix system() exception showing regressionMax Howell
2009-11-11Tty.em; bold white underlinedMax Howell
2009-11-09Ignore stdout during GitDownloadStrategy.stageMax Howell
2009-11-09Don't use Kernel.system muchMax Howell
2009-11-08Use our own popen implementation in Formula.systemMax Howell
2009-11-07Propagate exit status in ExecutioError exceptionMax Howell
2009-10-23Implement inreplace natively in RubyMax Howell