summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "ob_parse_control(): Run parse error callback"Patrick McDermott2019-03-111-6/+35
| | | | This reverts commit d80290a2f8c9f069261da78afd2f275e84923d0f.
* 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
| | | | This reverts commit d1f79411c618a7a3d078430450631dfca85c2a07.
* [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
|
* ob_get_system_*(): Return 1 and hide message on errorPatrick McDermott2018-12-291-2/+2
|
* ob_validate_source_name(), ob_validate_binary_name(): DocumentPatrick McDermott2018-12-291-1/+17
|
* lib/changelog.sh, lib/control.sh, lib/locale.sh: Update copyright yearsPatrick McDermott2018-12-293-3/+3
|
* ob_substvars(): Add a TODO commentPatrick McDermott2018-12-291-0/+1
|
* ob_substvars(): DocumentPatrick McDermott2018-12-291-0/+9
|
* ob_set_substvar(): Improve eval commandPatrick McDermott2018-12-291-4/+1
|
* ob_set_substvar(): Document that 125 is returned if name is emptyPatrick McDermott2018-12-291-1/+1
|
* ob_set_substvar(): Add a TODO commentPatrick McDermott2018-12-281-0/+1
|
* ob_set_substvar(): Fix successful return valuePatrick McDermott2018-12-281-2/+3
|
* ob_set_substvar(): DocumentPatrick McDermott2018-12-281-0/+9
|
* ob_parse_control(): DocumentPatrick McDermott2018-12-281-0/+23
|
* ob_parse_changelog(): Finish documentationPatrick McDermott2018-12-281-1/+20
|
* lib/deps.sh: Update copyright yearsPatrick McDermott2018-12-281-1/+1
|
* ob_reduce_deps(): DocumentPatrick McDermott2018-12-281-0/+19
|
* ob_parse_dep(): Improve documentationPatrick McDermott2018-12-281-5/+10
|
* ob_get_msg(): DocumentPatrick McDermott2018-12-281-0/+7
|
* ob_get_text_domain(), ob_set_text_domain(): DocumentPatrick McDermott2018-12-271-0/+20
| | | | Also add a TODO comment to ob_set_text_domain().
* ob_error(), ob_warn(), ob_info(): Note preceding text in @stderr doc cmdPatrick McDermott2018-12-271-3/+6
|
* ob_warn(), ob_info(): DocumentPatrick McDermott2018-12-271-0/+18
|
* ob_error(): DocumentPatrick McDermott2018-12-271-1/+12
|
* lib/local.mk, man/local.mk: Add copyright/license noticesPatrick McDermott2018-12-271-0/+17
|
* Move code from Makefile.am to lib/local.mkPatrick McDermott2018-12-271-1/+18
|
* ob_parse_changelog(): Remove a POD experimentPatrick McDermott2018-12-271-6/+0
|
* ob_parse_dep(): Move @details doc commandPatrick McDermott2018-12-271-4/+4
|
* ob_parse_dep(): Use and reword @pure doc commandPatrick McDermott2018-12-271-3/+2
|
* ob_parse_dep(): Clarify optional components in docPatrick McDermott2018-12-271-2/+3
|
* ob_parse_dep(): Add a @stdout command to documentationPatrick McDermott2018-12-271-0/+2
|
* ob_parse_dep(): Fix an @option commandPatrick McDermott2018-12-271-1/+1
|
* ob_parse_dep(): Add a @purity command to documentationPatrick McDermott2018-12-271-0/+3
|
* ob_parse_changelog(), ob_parse_dep(): Write some documentationPatrick McDermott2018-12-272-0/+34
|
* ob_set_substvar(): Shorten sed script commentsPatrick McDermott2018-12-251-6/+6
|
* libopkbuild: Move function definitions before points of usePatrick McDermott2018-12-255-110/+110
|
* libopkbuild: Bump shared object version to 2Patrick McDermott2018-12-241-1/+1
|
* libopkbuild: Update header comments, copyright years, & licensePatrick McDermott2018-12-2410-90/+90
|
* libopkbuild: Initialize OPTIND before getoptsPatrick McDermott2018-12-242-0/+3
| | | | | See commit 0f5caf14a3124c24f38f340fd6504532f07d9617 for more information.