| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ob_parse_changelog(): Pass args, not global vars, to cb | Patrick McDermott | 2019-03-11 | 2 | -62/+73 |
|
|
* | ob_parse_changelog(): Replace if construct with case | Patrick McDermott | 2019-03-11 | 1 | -88/+95 |
|
|
* | Revert "lib/error.sh: New file" | Patrick McDermott | 2019-03-11 | 3 | -54/+0 |
|
|
* | Revert "ob_parse_control(): Run parse error callback" | Patrick McDermott | 2019-03-11 | 1 | -6/+35 |
|
|
* | ob_parse_control(): Run parse error callback | Patrick McDermott | 2019-01-05 | 1 | -35/+6 |
|
|
* | lib/error.sh: New file | Patrick McDermott | 2019-01-05 | 3 | -0/+54 |
|
|
* | Revert "[WIP] ob_parse_control(): Run an error callback" | Patrick McDermott | 2019-01-05 | 1 | -19/+41 |
|
|
* | [WIP] ob_parse_control(): Run an error callback | Patrick McDermott | 2019-01-05 | 1 | -41/+19 |
|
|
* | _OB_LF: Define and use newline constant | Patrick McDermott | 2019-01-05 | 3 | -8/+7 |
|
|
* | ob_parse_control(): Replace [ commands after callbacks | Patrick McDermott | 2019-01-05 | 1 | -4/+2 |
|
|
* | ob_parse_control(): Update/improve field_cb documentation | Patrick McDermott | 2019-01-05 | 1 | -8/+11 |
|
|
* | ob_parse_control(): Add a user_data operand | Patrick McDermott | 2019-01-05 | 3 | -19/+28 |
|
|
* | ob_parse_control(): Pass field name and value as args | Patrick McDermott | 2019-01-05 | 3 | -29/+42 |
|
|
* | ob_parse_control(): Replace param prefix/suffix removals with read | Patrick McDermott | 2019-01-05 | 1 | -5/+4 |
|
|
* | ob_parse_control(): Replace if construct with case | Patrick McDermott | 2019-01-05 | 1 | -54/+55 |
|
|
* | tests/ob_parse_control.sh: New test file | Patrick McDermott | 2019-01-05 | 2 | -1/+99 |
|
|
* | ob_parse_version(): Document | Patrick McDermott | 2018-12-29 | 2 | -0/+20 |
|
|
* | ob_get_system_path(): Document | Patrick McDermott | 2018-12-29 | 2 | -0/+16 |
|
|
* | ob_get_system_arch(), ob_get_system_plat(): Document | Patrick McDermott | 2018-12-29 | 2 | -0/+18 |
|
|
* | ob_get_system_*(): Return 1 and hide message on error | Patrick McDermott | 2018-12-29 | 1 | -2/+2 |
|
|
* | ob_validate_source_name(), ob_validate_binary_name(): Document | Patrick McDermott | 2018-12-29 | 2 | -1/+19 |
|
|
* | lib/changelog.sh, lib/control.sh, lib/locale.sh: Update copyright years | Patrick McDermott | 2018-12-29 | 3 | -3/+3 |
|
|
* | man/oh_*.3.in: Remove | Patrick McDermott | 2018-12-29 | 8 | -305/+0 |
|
|
* | ob_substvars(): Add a TODO comment | Patrick McDermott | 2018-12-29 | 1 | -0/+1 |
|
|
* | man/local.mk: Update man3_MANS | Patrick McDermott | 2018-12-29 | 1 | -0/+2 |
|
|
* | ob_substvars(): Document | Patrick McDermott | 2018-12-29 | 1 | -0/+9 |
|
|
* | ob_set_substvar(): Improve eval command | Patrick McDermott | 2018-12-29 | 1 | -4/+1 |
|
|
* | ob_set_substvar(): Document that 125 is returned if name is empty | Patrick McDermott | 2018-12-29 | 1 | -1/+1 |
|
|
* | ob_set_substvar(): Add a TODO comment | Patrick McDermott | 2018-12-28 | 1 | -0/+1 |
|
|
* | ob_set_substvar(): Fix successful return value | Patrick McDermott | 2018-12-28 | 2 | -2/+4 |
|
|
* | ob_set_substvar(): Document | Patrick McDermott | 2018-12-28 | 1 | -0/+9 |
|
|
* | ob_parse_control(): Document | Patrick McDermott | 2018-12-28 | 2 | -0/+24 |
|
|
* | tests/ob_parse_changelog.sh: Verify premature end to parsing | Patrick McDermott | 2018-12-28 | 1 | -1/+8 |
|
|
* | ob_parse_changelog(): Finish documentation | Patrick McDermott | 2018-12-28 | 1 | -1/+20 |
|
|
* | tests/ob_parse_changelog.sh: New test file | Patrick McDermott | 2018-12-28 | 2 | -1/+134 |
|
|
* | man/local.mk: Update man3_MANS | Patrick McDermott | 2018-12-28 | 1 | -1/+8 |
|
|
* | lib/deps.sh: Update copyright years | Patrick McDermott | 2018-12-28 | 1 | -1/+1 |
|
|
* | ob_reduce_deps(): Document | Patrick McDermott | 2018-12-28 | 1 | -0/+19 |
|
|
* | ob_parse_dep(): Improve documentation | Patrick McDermott | 2018-12-28 | 1 | -5/+10 |
|
|
* | ob_get_msg(): Document | Patrick McDermott | 2018-12-28 | 1 | -0/+7 |
|
|
* | ob_get_text_domain(), ob_set_text_domain(): Document | Patrick McDermott | 2018-12-27 | 1 | -0/+20 |
|
|
* | TODO: Add ob_error()/ob_warn() i18n task | Patrick McDermott | 2018-12-27 | 1 | -0/+1 |
|
|
* | ob_error(), ob_warn(), ob_info(): Note preceding text in @stderr doc cmd | Patrick McDermott | 2018-12-27 | 1 | -3/+6 |
|
|
* | ob_warn(), ob_info(): Document | Patrick McDermott | 2018-12-27 | 1 | -0/+18 |
|
|
* | ob_error(): Document | Patrick McDermott | 2018-12-27 | 1 | -1/+12 |
|
|
* | man/local.mk: Rewrite and rename do_subst | Patrick McDermott | 2018-12-27 | 1 | -5/+4 |
|
|
* | Makefile.am: Drop an old variable from SHPPFLAGS | Patrick McDermott | 2018-12-27 | 1 | -1/+0 |
|
|
* | locale/local.mk: Add copyright/license notice | Patrick McDermott | 2018-12-27 | 1 | -0/+17 |
|
|
* | lib/local.mk, man/local.mk: Add copyright/license notices | Patrick McDermott | 2018-12-27 | 2 | -0/+34 |
|
|
* | TODO: Add removal of mksysconf | Patrick McDermott | 2018-12-27 | 1 | -0/+1 |
|
|