summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* ob_get_binary_packages(), _ob_set_binary_parameter(): Replace echo and grep w...Patrick McDermott2019-03-121-9/+10
* ob_get_binary_packages(): Fix indentationPatrick McDermott2019-03-121-2/+2
* lib/control.sh, lib/package.sh: Replace echo with here-document in tr commandsPatrick McDermott2019-03-122-15/+41
* ob_parse_control(): Rewrite missing fields handlingPatrick McDermott2019-03-121-6/+7
* ob_parse_control(): Rewrite field checkingPatrick McDermott2019-03-121-23/+26
* *ob_[gs]et_*_parameter(): Make validation more immediately clearPatrick McDermott2019-03-121-20/+12
* _ob_set_*_parameter(): Don't expand escaped value early in evalPatrick McDermott2019-03-121-8/+2
* ob_get_*_parameter(): Drop echo and improve quotes in eval cmdsPatrick McDermott2019-03-121-2/+2
* ob_parse_version(): Improve eval safetyPatrick McDermott2019-03-121-4/+4
* ob_parse_dep(): Drop echo and improve quotes in eval cmdsPatrick McDermott2019-03-121-2/+2
* ob_substvars(): Replace echo in eval commandPatrick McDermott2019-03-121-1/+1
* ob_set_substvar(): Don't allow "_" in variable namesPatrick McDermott2019-03-121-2/+2
* ob_substvars(): Validate variable namesPatrick McDermott2019-03-121-0/+11
* ob_set_substvar(): Make validation more immediately clearPatrick McDermott2019-03-121-4/+2
* ob_set_text_domain(): Update @return docPatrick McDermott2019-03-121-1/+1
* lib/output.sh: Update copyright yearsPatrick McDermott2019-03-121-1/+1
* ob_error(), ob_warn(), ob_info(): InternationalizePatrick McDermott2019-03-121-3/+3
* ob_error(), ob_warn(), ob_info(): RewritePatrick McDermott2019-03-121-17/+12
* ob_set_substvar(): Replace sed with readPatrick McDermott2019-03-121-10/+3
* _ob_parse_control_error(): Use _ob_warn_msg()Patrick McDermott2019-03-121-12/+3
* _ob_parse_changelog_error(): Use _ob_warn_msg()Patrick McDermott2019-03-121-11/+2
* ob_get_text_domain(): Replace echo with printfPatrick McDermott2019-03-111-1/+1
* ob_get_msg(): Replace echo with printf in evalPatrick McDermott2019-03-111-1/+1
* _ob_get_changelog_expect_str(): Drop unnecessary echoPatrick McDermott2019-03-111-1/+1
* _ob_get_changelog_expect_str(): Use _ob_get_msg()Patrick McDermott2019-03-111-10/+1
* _OB_TEXT_DOMAIN: Rename global var to _ob_text_domainPatrick McDermott2019-03-111-8/+8
* _ob_get_msg(): New internal functionPatrick McDermott2019-03-112-15/+17
* Use (or plan to use) _ob_warn_msg()Patrick McDermott2019-03-113-15/+12
* _ob_*_msg(): New internal functionsPatrick McDermott2019-03-111-1/+43
* ob_set_text_domain(): Don't print warning message on errorPatrick McDermott2019-03-111-6/+0
* ob_set_text_domain(): Exit early if messages already loadedPatrick McDermott2019-03-111-1/+8
* Makefile.am, lib/local.mk: Extract TODO comments from libopkbuild sourcesPatrick McDermott2019-03-111-0/+3
* ob_parse_changelog(): Pass args, not global vars, to cbPatrick McDermott2019-03-111-42/+29
* ob_parse_changelog(): Replace if construct with casePatrick McDermott2019-03-111-88/+95
* Revert "lib/error.sh: New file"Patrick McDermott2019-03-112-53/+0
* Revert "ob_parse_control(): Run parse error callback"Patrick McDermott2019-03-111-6/+35
* ob_parse_control(): Run parse error callbackPatrick McDermott2019-01-051-35/+6
* lib/error.sh: New filePatrick McDermott2019-01-052-0/+53
* Revert "[WIP] ob_parse_control(): Run an error callback"Patrick McDermott2019-01-051-19/+41
* [WIP] ob_parse_control(): Run an error callbackPatrick McDermott2019-01-051-41/+19
* _OB_LF: Define and use newline constantPatrick McDermott2019-01-053-8/+7
* ob_parse_control(): Replace [ commands after callbacksPatrick McDermott2019-01-051-4/+2
* ob_parse_control(): Update/improve field_cb documentationPatrick McDermott2019-01-051-8/+11
* ob_parse_control(): Add a user_data operandPatrick McDermott2019-01-052-15/+21
* ob_parse_control(): Pass field name and value as argsPatrick McDermott2019-01-052-21/+23
* ob_parse_control(): Replace param prefix/suffix removals with readPatrick McDermott2019-01-051-5/+4
* ob_parse_control(): Replace if construct with casePatrick McDermott2019-01-051-54/+55
* ob_parse_version(): DocumentPatrick McDermott2018-12-291-0/+19
* ob_get_system_path(): DocumentPatrick McDermott2018-12-291-0/+15
* ob_get_system_arch(), ob_get_system_plat(): DocumentPatrick McDermott2018-12-291-0/+16