summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ob_set_substvar(): Fix successful return valuePatrick McDermott2018-12-282-2/+4
|
* ob_set_substvar(): DocumentPatrick McDermott2018-12-281-0/+9
|
* ob_parse_control(): DocumentPatrick McDermott2018-12-282-0/+24
|
* tests/ob_parse_changelog.sh: Verify premature end to parsingPatrick McDermott2018-12-281-1/+8
|
* ob_parse_changelog(): Finish documentationPatrick McDermott2018-12-281-1/+20
|
* tests/ob_parse_changelog.sh: New test filePatrick McDermott2018-12-282-1/+134
|
* man/local.mk: Update man3_MANSPatrick McDermott2018-12-281-1/+8
|
* 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().
* TODO: Add ob_error()/ob_warn() i18n taskPatrick McDermott2018-12-271-0/+1
|
* 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
|
* man/local.mk: Rewrite and rename do_substPatrick McDermott2018-12-271-5/+4
|
* Makefile.am: Drop an old variable from SHPPFLAGSPatrick McDermott2018-12-271-1/+0
|
* locale/local.mk: Add copyright/license noticePatrick McDermott2018-12-271-0/+17
|
* lib/local.mk, man/local.mk: Add copyright/license noticesPatrick McDermott2018-12-272-0/+34
|
* TODO: Add removal of mksysconfPatrick McDermott2018-12-271-0/+1
|
* tools/local.mk: New filePatrick McDermott2018-12-272-4/+5
|
* Move code from Makefile.am to tests/local.mkPatrick McDermott2018-12-272-13/+13
|
* Move code from Makefile.am to locale/local.mkPatrick McDermott2018-12-272-33/+35
|
* Move code from Makefile.am to lib/local.mkPatrick McDermott2018-12-272-17/+18
|
* Move code from Makefile.am to man/local.mkPatrick McDermott2018-12-272-18/+20
|
* Makefile.am: Drop $(man3_sources)Patrick McDermott2018-12-271-1/+0
|
* ob_parse_changelog(): Remove a POD experimentPatrick McDermott2018-12-271-6/+0
|
* NEWS: Reference change from commit 4c719a5Patrick McDermott2018-12-271-0/+1
|
* Makefile.am: Rename "todo_script"Patrick McDermott2018-12-271-2/+2
|
* Makefile.am: Trim headings and copyright section from TODOPatrick McDermott2018-12-271-1/+9
|
* TODO: Add more tasks and update copyright noticePatrick McDermott2018-12-271-4/+14
|
* man/local.mk: Add man/Tags to CLEANFILESPatrick McDermott2018-12-271-0/+2
|
* Makefile.am: Drop ".3in.3" inference rulePatrick McDermott2018-12-271-5/+1
|
* man/local.mk: Make manual pages generation silent (by default)Patrick McDermott2018-12-271-1/+1
|
* man/local.mk: Add libopkbuild loading instructions to synopsesPatrick McDermott2018-12-271-1/+4
|
* tools/shman.sh: Update and improve options helpPatrick McDermott2018-12-271-8/+12
|
* man/local.mk: Use shman's -b optionPatrick McDermott2018-12-271-1/+1
|
* tools/shman.sh: Add "-b base_dir" optionPatrick McDermott2018-12-271-2/+7
|
* tools/shman.sh: Create any missing directoriesPatrick McDermott2018-12-271-0/+2
|
* man/local.mk: Fix path to shman for out-of-tree buildsPatrick McDermott2018-12-271-1/+2
|
* Makefile.am: Distribute tools/shman.shPatrick McDermott2018-12-271-0/+1
|
* configure.ac, NEWS: Add "-dev" to versionPatrick McDermott2018-12-272-3/+3
|
* configure.ac: Update package version to 4.0.0Patrick McDermott2018-12-271-1/+1
| | | | | | opkbuild 4.0.0 is not yet released. This is just to silence Automake's "check-news" feature in the "distdir" target: "NEWS not updated; not releasing".
* Makefile.am: Fix PACKAGE_VERSION_GITPatrick McDermott2018-12-271-1/+1
| | | | | opkbuild's tags have used "-", not "/", to separate the package name and version.
* Makefile.am, man/local.mk: Build libopkbuild manual pages with shmanPatrick McDermott2018-12-272-26/+10
|
* ob_parse_dep(): Move @details doc commandPatrick McDermott2018-12-271-4/+4
|
* tools/shman.sh: Implement SYNOPSISPatrick McDermott2018-12-271-17/+36
|
* tools/shman.sh: Don't treat "\" as escape char in cmd argsPatrick McDermott2018-12-271-2/+2
|
* ob_parse_dep(): Use and reword @pure doc commandPatrick McDermott2018-12-271-3/+2
|