Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "ob_use metadata" in "deps" module. | P. J. McDermott | 2012-09-29 | 1 | -0/+2 |
| | |||||
* | Validate variable names in ob_parse_dep(). | P. J. McDermott | 2012-09-28 | 1 | -0/+20 |
| | |||||
* | Standardize use of quotes in _ob_parse_dep(). | P. J. McDermott | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | Standardize use of quotes in code style. | P. J. McDermott | 2012-09-26 | 1 | -3/+3 |
| | |||||
* | Add space before "|" operator in dependency lists. | P. J. McDermott | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | Support union dependencies in ob_reduce_deps. | P. J. McDermott | 2012-09-09 | 1 | -1/+8 |
| | |||||
* | Reset IFS as soon as possible in ob_reduce_deps. | P. J. McDermott | 2012-09-09 | 1 | -1/+2 |
| | |||||
* | An arch is concerned if no arches are specified. | P. J. McDermott | 2012-09-09 | 1 | -0/+4 |
| | |||||
* | Fix missing argument to _ob_dep_arch_is_concerned. | P. J. McDermott | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | Fix whitespace handling in ob_parse_dep. | P. J. McDermott | 2012-09-09 | 1 | -1/+2 |
| | |||||
* | Fix IFS usage in ob_reduce_deps. | P. J. McDermott | 2012-09-09 | 1 | -2/+3 |
| | |||||
* | Build reduced dependency list in ob_reduce_deps. | P. J. McDermott | 2012-09-09 | 1 | -3/+20 |
| | | | | NB: This doesn't yet work. | ||||
* | Print parsed dep, reducing arches if host given. | P. J. McDermott | 2012-09-09 | 1 | -1/+13 |
| | |||||
* | Fix substring pattern in dependency parsing. | P. J. McDermott | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | Only set arch qual if it exists in dependency. | P. J. McDermott | 2012-09-09 | 1 | -1/+3 |
| | |||||
* | 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. |