Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Return rather than print value in _ob_return. | P. J. McDermott | 2012-09-09 | 1 | -7/+14 |
| | | | | | Don't use _ob_return in command substitutions. Doing so unsets stack variables only in a subshell environment. | ||||
* | Unify dependency component variable setting. | P. J. McDermott | 2012-09-09 | 1 | -16/+14 |
| | |||||
* | Use new stack MM in deps module. | P. J. McDermott | 2012-09-08 | 1 | -31/+16 |
| | |||||
* | Implement ob_parse_dep, _ob_dep_arch_is_concerned. | P. J. McDermott | 2012-09-07 | 1 | -0/+185 |
Also, begin ob_reduce_deps. |