| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-29 | cmd/sh: set working PS1 for zsh. | Mike McQuaid | |
| The `bash`, default one is broken on `zsh`. | |||
| 2017-10-18 | Use “squiggly” heredocs. | Markus Reiter | |
| 2017-04-30 | Make `PATH` enumerable. | Markus Reiter | |
| 2017-04-30 | Use `PATH` where possible. | Markus Reiter | |
| 2017-03-05 | Add more flags and descriptions to man pages. | EricFromCanada | |
| 2016-10-02 | Use `module_function` for commands. | Markus Reiter | |
| 2016-07-12 | superenv: port to generic OS. (#457) | Mike McQuaid | |
| 2016-04-10 | Add all the top level comments | Max Nordlund | |
| 2016-01-20 | sh: flush stdout before executing the shell | Baptiste Fontaine | |
| Closes Homebrew/homebrew#48268. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-06-18 | Pass formula objects, not strings, into the build environment | Jack Nagel | |
| 2014-06-19 | Only "extend self" once on the Homebrew module | Jack Nagel | |
| 2014-05-20 | Remove obsolete text | Jack Nagel | |
| 2014-05-20 | Remove ENV variable that is no longer used | Jack Nagel | |
| 2013-10-31 | sh: only activate X11 if it's installed | Jack Nagel | |
| Fixes Homebrew/homebrew#23835. | |||
| 2013-08-19 | Use File::PATH_SEPARATOR globally instead of ':' | Amos Wenger | |
| On Unix, the path separator is ':', whereas on Windows, it is ';'. This is the first of a series of patch to bring macbrew's and winbrew's codebases closer together. The main places the magic constant ':' was being used were: - the $PATH environment variable - CMAKE-related environment variables - pkg-config related environment variables Closes Homebrew/homebrew#21921. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-08-19 | Move common stuff to extend/ENV.rb | Jack Nagel | |
| 2013-08-19 | Make Superenv activation explicit | Jack Nagel | |
| 2012-09-23 | superenv: Remove HOMEBREW_PREFIX/bin from PATH | Max Howell | |
| We add the bins from all deps instead. Rationale: formula find and use eg. GNU-coreutils versions of things and then break. Only allow formula to use tools that they depend on and expect. I want to go further and only add include paths etc. for dependencies, I have done some work on this, but I fear it may be impossible. If an include path is eg. /usr/local/lib/foo/include, is it possible to know if this path is bad? Not always AFAICT. | |||
| 2012-09-03 | Undent doesn't like paragraphing | Max Howell | |
| 2012-08-31 | Set VERBOSE and HOMEBREW_LOG in `brew sh` | Max Howell | |
| 2012-08-29 | `brew sh`: a shell with superenv loaded | Max Howell | |
| If you need to build software on OS X by hand, a brew shell is the way to do it. Closes Homebrew/homebrew#14381. | |||
