| Commit message (Expand) | Author | Age | Files | Lines |
* | ob_set_binary_substvar(), ob_substvars(): Improve "clean" naming | Patrick McDermott | 2019-06-24 | 1 | -2/+3 |
|
|
* | ob_get_binary_packages(), *ob_*_binary_parameter(): Improve "clean" naming | Patrick McDermott | 2019-06-24 | 1 | -12/+6 |
|
|
* | _ob_gmtime(): Fix numbers being interpreted in octal | Patrick McDermott | 2019-06-18 | 1 | -1/+1 |
|
|
* | ob_rfc822_mktime(), ob_*_gmtime(): Add "(3)" to C function manual references | Patrick McDermott | 2019-06-18 | 1 | -7/+7 |
|
|
* | ob_touch_t_gmtime(): New function | Patrick McDermott | 2019-06-18 | 1 | -0/+21 |
|
|
* | ob_iso8601_gmtime(): Factor out common gmtime code | Patrick McDermott | 2019-06-18 | 1 | -13/+22 |
|
|
* | ob_get_system_path(): Allow overriding DATADIR | Patrick McDermott | 2019-06-17 | 2 | -5/+15 |
|
|
* | ob_get_system_path(): Allow package-less platconf | Patrick McDermott | 2019-06-16 | 2 | -3/+9 |
|
|
* | ob_iso8601_gmtime(): Fix dates after leap days | Patrick McDermott | 2019-06-16 | 1 | -1/+1 |
|
|
* | ob_rfc822_mktime(): Drop "+" TZ sign | Patrick McDermott | 2019-06-16 | 1 | -1/+2 |
|
|
* | ob_rfc822_mktime(): Parse month | Patrick McDermott | 2019-06-15 | 1 | -1/+17 |
|
|
* | ob_rfc822_mktime(): Fix parsing | Patrick McDermott | 2019-06-15 | 1 | -2/+6 |
|
|
* | lib/time.sh: New file | Patrick McDermott | 2019-06-15 | 2 | -1/+164 |
|
|
* | _ob_parse_control_error(): Make arg vars local | Patrick McDermott | 2019-04-23 | 1 | -3/+3 |
|
|
* | ob_set_*_substvar(), ob_substvars(): Use lowercase eval vars | Patrick McDermott | 2019-04-23 | 1 | -14/+14 |
|
|
* | metadata/proteanos: Allow "+" and forbid "-" in upstream versions | Patrick McDermott | 2019-04-03 | 1 | -1/+1 |
|
|
* | ob_set_binary_substvar(), ob_substvars(): Clean up binary package names | Patrick McDermott | 2019-04-02 | 1 | -0/+5 |
|
|
* | ob_set_package_substvars(): Update @operand doc cmd | Patrick McDermott | 2019-03-18 | 1 | -2/+1 |
|
|
* | ob_parse_control(): Shift optional arguments | Patrick McDermott | 2019-03-18 | 1 | -0/+1 |
|
|
* | ob_substvars(): Save untranslated var name for warning message | Patrick McDermott | 2019-03-18 | 1 | -6/+7 |
|
|
* | ob_substvars(): Replace here-document with printf | Patrick McDermott | 2019-03-18 | 1 | -4/+1 |
|
|
* | ob_substvars(): Make package operand optional | Patrick McDermott | 2019-03-18 | 1 | -4/+12 |
|
|
* | _ob_set_package_substvars_2(): Parse binary package substvars | Patrick McDermott | 2019-03-18 | 1 | -10/+33 |
|
|
* | ob_substvars(): Substitute binary package vars | Patrick McDermott | 2019-03-18 | 1 | -3/+16 |
|
|
* | ob_set_binary_substvar(): New function | Patrick McDermott | 2019-03-18 | 1 | -0/+34 |
|
|
* | ob_set_source_substvar(), ob_substvars(): Rename eval'ed var | Patrick McDermott | 2019-03-18 | 1 | -2/+2 |
|
|
* | ob_set_source_substvar(): Make sed script a global var | Patrick McDermott | 2019-03-18 | 1 | -9/+10 |
|
|
* | ob_set_source_substvar(): Replace here-documents with printf | Patrick McDermott | 2019-03-18 | 1 | -9/+3 |
|
|
* | _ob_substvar_2(): Define above usage | Patrick McDermott | 2019-03-18 | 1 | -12/+12 |
|
|
* | ob_set_substvar(): Rename to ob_set_source_substvar() | Patrick McDermott | 2019-03-18 | 2 | -11/+14 |
|
|
* | Delimit operands of ob_parse_version() | Patrick McDermott | 2019-03-18 | 2 | -2/+3 |
|
|
* | Delimit operands of ob_parse_dep() | Patrick McDermott | 2019-03-18 | 1 | -2/+2 |
|
|
* | lib/control.sh: Wrap long lines | Patrick McDermott | 2019-03-18 | 1 | -7/+10 |
|
|
* | _ob_validate_var_name(): Check for empty var name | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
|
|
* | _ob_validate_var_name(): Abort on missing argument | Patrick McDermott | 2019-03-18 | 1 | -1/+4 |
|
|
* | _ob_get_changelog_expect_str(): Abort on missing argument | Patrick McDermott | 2019-03-18 | 1 | -1/+4 |
|
|
* | ob_parse_changelog(): Wrap long lines | Patrick McDermott | 2019-03-18 | 1 | -21/+38 |
|
|
* | ob_set_substvar(): Replace echo with a here-document | Patrick McDermott | 2019-03-18 | 1 | -2/+5 |
|
|
* | ob_set_substvar(): No it can't | Patrick McDermott | 2019-03-18 | 1 | -1/+0 |
|
|
* | Revert "ob_set_substvar(): Replace sed with read" | Patrick McDermott | 2019-03-18 | 1 | -3/+10 |
|
|
* | _OB_LF: Make public | Patrick McDermott | 2019-03-17 | 3 | -5/+5 |
|
|
* | ob_get_*_parameter(): Avoid shell error on no such field | Patrick McDermott | 2019-03-17 | 1 | -2/+4 |
|
|
* | ob_parse_control(): Fix another variable name in expansion | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
|
|
* | lib/package/2.sh: Fix _ob_package_dir case | Patrick McDermott | 2019-03-17 | 1 | -8/+8 |
|
|
* | _ob_parse_changelog_error(), _ob_parse_control_error(): Drop field width | Patrick McDermott | 2019-03-17 | 2 | -3/+3 |
|
|
* | ob_error(), ob_warn(), ob_info(): Fix formatting | Patrick McDermott | 2019-03-17 | 1 | -3/+6 |
|
|
* | ob_error(), ob_warn(), ob_info(): Fix _ob_get_msg() calls | Patrick McDermott | 2019-03-17 | 1 | -3/+3 |
|
|
* | ob_set_text_domain(): Fix eval commands | Patrick McDermott | 2019-03-17 | 1 | -2/+2 |
|
|
* | _ob_try_load_messages(): Fix logic | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
|
|
* | _ob_load_internal_text_domain(): Terminate on error | Patrick McDermott | 2019-03-17 | 1 | -0/+2 |
|
|