aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
AgeCommit message (Expand)Author
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
2009-10-23Call to_s on ohai parametersMax Howell
2009-10-15Put colors in Tty classMax Howell
2009-10-15Some subdirs and renames to aid homebrew n00bsMax Howell
2009-10-01If an exception has newlines, render them wellMax Howell
2009-09-24Use full paths to all system utilitiesMax Howell
2009-09-22Don't print text as columns when the output is not a ttyPierre Riteau
2009-09-17Prettier install outputMax Howell
2009-09-16Allow formulae to use __END__Max Howell
2009-09-10Function to return a binary's Mach-O architecturesAdam Vandenberg
2009-09-10Display exit code when nonzero.Adam Vandenberg
2009-09-10Handle $EDITOR with spacesMax Howell
2009-09-05Fix double newline after InterruptMax Howell