| Commit message (Expand) | Author | Age | Files | Lines |
* | Add braces to param exps in arith substs | Patrick McDermott | 2019-03-16 | 1 | -1/+1 |
|
|
* | lib/, locale/, tests/: Update copyright years | Patrick McDermott | 2019-03-16 | 1 | -1/+1 |
|
|
* | ob_*_is_concerned(): Document | Patrick McDermott | 2019-03-15 | 1 | -0/+22 |
|
|
* | _ob_match_plat(): Move closer to usage | Patrick McDermott | 2019-03-14 | 1 | -16/+16 |
|
|
* | _ob_match_plat(): Remove loop | Patrick McDermott | 2019-03-14 | 1 | -10/+7 |
|
|
* | _ob_match_arch(): Remove loop | Patrick McDermott | 2019-03-14 | 1 | -27/+19 |
|
|
* | ob_match_*(): Make private | Patrick McDermott | 2019-03-14 | 1 | -6/+6 |
|
|
* | ob_match_*(): Drop checks for "all" match arch/plat | Patrick McDermott | 2019-03-14 | 1 | -16/+0 |
|
|
* | ob_match_plat(): Use clearer variable names | Patrick McDermott | 2019-03-14 | 1 | -7/+7 |
|
|
* | lib/deps.sh, lib/metadata.sh, lib/package/2.sh: Wrap long lines | Patrick McDermott | 2019-03-14 | 1 | -2/+4 |
|
|
* | Fix missing "()" after function names in @details | Patrick McDermott | 2019-03-14 | 1 | -15/+16 |
|
|
* | Protect [ commands from strings beginning with "-" | Patrick McDermott | 2019-03-13 | 1 | -15/+15 |
|
|
* | Don't let libopkbuild errors cause exit with -e | Patrick McDermott | 2019-03-13 | 1 | -12/+12 |
|
|
* | libopkbuild: Abort on invalid function arguments | Patrick McDermott | 2019-03-13 | 1 | -91/+33 |
|
|
* | ob_match_arch(): Use clearer variable names | Patrick McDermott | 2019-03-13 | 1 | -9/+9 |
|
|
* | ob_match_arch(): Replace generated ERE with native SCL | Patrick McDermott | 2019-03-13 | 1 | -8/+20 |
|
|
* | ob_parse_version(): Improve eval safety | Patrick McDermott | 2019-03-12 | 1 | -4/+4 |
|
|
* | ob_parse_version(): Document | Patrick McDermott | 2018-12-29 | 1 | -0/+19 |
|
|
* | ob_get_system_path(): Document | Patrick McDermott | 2018-12-29 | 1 | -0/+15 |
|
|
* | ob_get_system_arch(), ob_get_system_plat(): Document | Patrick McDermott | 2018-12-29 | 1 | -0/+16 |
|
|
* | ob_validate_source_name(), ob_validate_binary_name(): Document | Patrick McDermott | 2018-12-29 | 1 | -1/+17 |
|
|
* | libopkbuild: Move function definitions before points of use | Patrick McDermott | 2018-12-25 | 1 | -12/+12 |
|
|
* | libopkbuild: Update header comments, copyright years, & license | Patrick McDermott | 2018-12-24 | 1 | -9/+9 |
|
|
* | libopkbuild: Initialize OPTIND before getopts | Patrick McDermott | 2018-12-24 | 1 | -0/+1 |
|
|
* | metadata: Drop system name from function names | Patrick McDermott | 2018-12-22 | 1 | -1/+1 |
|
|
* | libopkbuild: Drop include guards | Patrick McDermott | 2018-12-22 | 1 | -3/+0 |
|
|
* | ob_use(): Remove | Patrick McDermott | 2018-12-22 | 1 | -2/+0 |
|
|
* | libopkbuild: Use shpp | Patrick McDermott | 2018-12-22 | 1 | -2/+2 |
|
|
* | Update copyright years. | P. J. McDermott | 2014-05-15 | 1 | -1/+1 |
|
|
* | ob_match_plat(): Add back plat:all check. | P. J. McDermott | 2014-05-15 | 1 | -0/+7 |
|
|
* | ob_arch_is_concerned(): Check for arch:all. | P. J. McDermott | 2014-05-15 | 1 | -19/+25 |
|
|
* | Move plat:all check to ob_plat_is_concerned(). | P. J. McDermott | 2014-05-15 | 1 | -26/+25 |
|
|
* | ob_match_plat(): Add missing platform check. | P. J. McDermott | 2014-05-08 | 1 | -0/+3 |
|
|
* | lib/*.sh, lib/*/*.sh: Add ".sh" to header comment. | P. J. McDermott | 2013-08-18 | 1 | -1/+1 |
|
|
* | lib/*.sh, lib/*/*.sh: Rewrite include guards. | P. J. McDermott | 2013-08-18 | 1 | -2/+2 |
|
|
* | lib/metadata.sh: Remove _ob_local. | P. J. McDermott | 2013-08-18 | 1 | -132/+111 |
|
|
* | Add argument count checks to ob_*_is_concerned(). | P. J. McDermott | 2012-11-05 | 1 | -6/+16 |
|
|
* | Add {arch,plat}_is_concerned funcs to public API. | P. J. McDermott | 2012-11-05 | 1 | -0/+64 |
|
|
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
|
|
* | Implement ob_get_system_path(). | P. J. McDermott | 2012-10-04 | 1 | -0/+18 |
|
|
* | Suppress command output in ob_match_arch(). | P. J. McDermott | 2012-10-02 | 1 | -1/+1 |
|
|
* | Fix typing mistake in ob_match_arch(). | P. J. McDermott | 2012-10-02 | 1 | -1/+1 |
|
|
* | Simplify wildcard matching in ob_match_arch(). | P. J. McDermott | 2012-09-29 | 1 | -17/+7 |
|
|
* | Implement ob_match_arch() and ob_match_plat(). | P. J. McDermott | 2012-09-29 | 1 | -0/+89 |
|
|
* | Fix parameter in ob_get_system_{arch,plat}(). | P. J. McDermott | 2012-09-29 | 1 | -2/+2 |
|
|
* | Implement ob_get_system_{arch,plat}(). | P. J. McDermott | 2012-09-29 | 1 | -0/+30 |
|
|
* | Implement ob_parse_version(). | P. J. McDermott | 2012-09-29 | 1 | -0/+53 |
|
|
* | Support metadata plugins. | P. J. McDermott | 2012-09-28 | 1 | -3/+28 |
|
|
* | Implement ob_validate_{source,binary}_name. | P. J. McDermott | 2012-09-12 | 1 | -0/+45 |
|
|