Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | 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 |
| | | | | Also add a TODO comment to ob_set_text_domain(). | ||||
* | 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 |
| | |||||
* | tools/local.mk: New file | Patrick McDermott | 2018-12-27 | 2 | -4/+5 |
| | |||||
* | Move code from Makefile.am to tests/local.mk | Patrick McDermott | 2018-12-27 | 2 | -13/+13 |
| | |||||
* | Move code from Makefile.am to locale/local.mk | Patrick McDermott | 2018-12-27 | 2 | -33/+35 |
| | |||||
* | Move code from Makefile.am to lib/local.mk | Patrick McDermott | 2018-12-27 | 2 | -17/+18 |
| | |||||
* | Move code from Makefile.am to man/local.mk | Patrick McDermott | 2018-12-27 | 2 | -18/+20 |
| | |||||
* | Makefile.am: Drop $(man3_sources) | Patrick McDermott | 2018-12-27 | 1 | -1/+0 |
| | |||||
* | ob_parse_changelog(): Remove a POD experiment | Patrick McDermott | 2018-12-27 | 1 | -6/+0 |
| | |||||
* | NEWS: Reference change from commit 4c719a5 | Patrick McDermott | 2018-12-27 | 1 | -0/+1 |
| | |||||
* | Makefile.am: Rename "todo_script" | Patrick McDermott | 2018-12-27 | 1 | -2/+2 |
| | |||||
* | Makefile.am: Trim headings and copyright section from TODO | Patrick McDermott | 2018-12-27 | 1 | -1/+9 |
| | |||||
* | TODO: Add more tasks and update copyright notice | Patrick McDermott | 2018-12-27 | 1 | -4/+14 |
| | |||||
* | man/local.mk: Add man/Tags to CLEANFILES | Patrick McDermott | 2018-12-27 | 1 | -0/+2 |
| | |||||
* | Makefile.am: Drop ".3in.3" inference rule | Patrick McDermott | 2018-12-27 | 1 | -5/+1 |
| | |||||
* | man/local.mk: Make manual pages generation silent (by default) | Patrick McDermott | 2018-12-27 | 1 | -1/+1 |
| | |||||
* | man/local.mk: Add libopkbuild loading instructions to synopses | Patrick McDermott | 2018-12-27 | 1 | -1/+4 |
| | |||||
* | tools/shman.sh: Update and improve options help | Patrick McDermott | 2018-12-27 | 1 | -8/+12 |
| | |||||
* | man/local.mk: Use shman's -b option | Patrick McDermott | 2018-12-27 | 1 | -1/+1 |
| | |||||
* | tools/shman.sh: Add "-b base_dir" option | Patrick McDermott | 2018-12-27 | 1 | -2/+7 |
| | |||||
* | tools/shman.sh: Create any missing directories | Patrick McDermott | 2018-12-27 | 1 | -0/+2 |
| | |||||
* | man/local.mk: Fix path to shman for out-of-tree builds | Patrick McDermott | 2018-12-27 | 1 | -1/+2 |
| | |||||
* | Makefile.am: Distribute tools/shman.sh | Patrick McDermott | 2018-12-27 | 1 | -0/+1 |
| | |||||
* | configure.ac, NEWS: Add "-dev" to version | Patrick McDermott | 2018-12-27 | 2 | -3/+3 |
| | |||||
* | configure.ac: Update package version to 4.0.0 | Patrick McDermott | 2018-12-27 | 1 | -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_GIT | Patrick McDermott | 2018-12-27 | 1 | -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 shman | Patrick McDermott | 2018-12-27 | 2 | -26/+10 |
| | |||||
* | ob_parse_dep(): Move @details doc command | Patrick McDermott | 2018-12-27 | 1 | -4/+4 |
| |