Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | man/opkbuild.7in: s/@@DATE@@/@DATE@/ | Patrick McDermott | 2019-03-16 | 1 | -1/+1 |
| | |||||
* | man/o*.1in: Use @DATE@ | Patrick McDermott | 2019-03-16 | 7 | -7/+7 |
| | |||||
* | man/local.mk: Add @DATE@ to man_subst | Patrick McDermott | 2019-03-16 | 1 | -1/+2 |
| | |||||
* | tools/shman.sh: Use tools/mtime.sh | Patrick McDermott | 2019-03-16 | 1 | -34/+1 |
| | |||||
* | tools/mtime.sh: New file | Patrick McDermott | 2019-03-16 | 1 | -0/+71 |
| | |||||
* | man/local.mk: Update man3_MANS | Patrick McDermott | 2019-03-16 | 1 | -12/+21 |
| | |||||
* | man/local.mk: Temporarily remove unwritten manual pages | Patrick McDermott | 2019-03-16 | 1 | -4/+1 |
| | |||||
* | man/local.mk: Uncomment man1_sources and add "%reldir%/" | Patrick McDermott | 2019-03-16 | 1 | -11/+11 |
| | |||||
* | man/o*: Use @SOURCE@ and @MANUAL@ macros | Patrick McDermott | 2019-03-16 | 8 | -8/+8 |
| | |||||
* | man/o*: Drop author comments, convert titles to upper case | Patrick McDermott | 2019-03-16 | 8 | -16/+8 |
| | |||||
* | man/o*: Update license block | Patrick McDermott | 2019-03-16 | 8 | -40/+56 |
| | |||||
* | man/o*: Update executable names and author name | Patrick McDermott | 2019-03-16 | 8 | -49/+49 |
| | | | | Also remove trailing period in NAME section. | ||||
* | man/opkbuild.1.in: Rename to man/opkbuild.1in | Patrick McDermott | 2019-03-16 | 1 | -0/+0 |
| | |||||
* | man/opkhelper.7.in: Rename to man/opkbuild.7in | Patrick McDermott | 2019-03-16 | 1 | -0/+0 |
| | |||||
* | man/oh-copyconfig.1.in: Rename to man/ob-installplatconf.1in | Patrick McDermott | 2019-03-16 | 1 | -0/+0 |
| | |||||
* | man/oh-*.1.in: Rename to man/ob-*.1in | Patrick McDermott | 2019-03-16 | 5 | -0/+0 |
| | |||||
* | man/oh-installfiles.1.in, man/oh-strip.1.in: Remove | Patrick McDermott | 2019-03-16 | 2 | -78/+0 |
| | |||||
* | lib/, locale/, tests/: Update copyright years | Patrick McDermott | 2019-03-16 | 8 | -8/+8 |
| | |||||
* | tests/local.mk: Set OB_LIB_BUILDDIR in SH_LOG_DRIVER | Patrick McDermott | 2019-03-16 | 1 | -0/+1 |
| | |||||
* | TODO: In-place locale loading and function docs are done | Patrick McDermott | 2019-03-15 | 1 | -4/+1 |
| | |||||
* | ob_get_msg(): Make sure ob_set_text_domain() is called first | Patrick McDermott | 2019-03-15 | 1 | -1/+8 |
| | |||||
* | ob_set_locale_path(): Remove | Patrick McDermott | 2019-03-15 | 1 | -11/+0 |
| | | | | All functions are now documented. | ||||
* | _ob_try_load_*messages(): Merge | Patrick McDermott | 2019-03-15 | 1 | -21/+7 |
| | |||||
* | _ob_try_load_*messages(): Don't mandate "locale" dir in build dir | Patrick McDermott | 2019-03-15 | 1 | -2/+2 |
| | |||||
* | _ob_try_load_messages(): Support running in place | Patrick McDermott | 2019-03-15 | 1 | -2/+7 |
| | |||||
* | _ob_try_load_internal_messages(): Remove tab on empty line | Patrick McDermott | 2019-03-15 | 1 | -1/+1 |
| | |||||
* | _ob_try_load_internal_messages(): Remove stray line | Patrick McDermott | 2019-03-15 | 1 | -1/+0 |
| | |||||
* | _ob_try_load_internal_messages(): Rename OB_BUILDDIR env var | Patrick McDermott | 2019-03-15 | 1 | -2/+2 |
| | |||||
* | opkbuild, ob-*: Fix printf commands after ob_set_text_domain() | Patrick McDermott | 2019-03-15 | 10 | -10/+20 |
| | |||||
* | _ob_try_load_messages(): Replace . with eval/cat | Patrick McDermott | 2019-03-15 | 1 | -6/+6 |
| | |||||
* | _ob_try_load_messages(): Abort on missing argument | Patrick McDermott | 2019-03-15 | 1 | -2/+2 |
| | |||||
* | ob_set_text_domain(): _ob_load_internal_text_domain() sets LC_MESSAGES | Patrick McDermott | 2019-03-15 | 1 | -11/+0 |
| | |||||
* | _ob_load_internal_text_domain(): New __init function | Patrick McDermott | 2019-03-15 | 1 | -0/+40 |
| | |||||
* | _ob_get_msg(): Don't call ob_set_text_domain() | Patrick McDermott | 2019-03-15 | 1 | -5/+1 |
| | | | | | Repeat instead of reusing code, as the result is actually shorter and faster code. | ||||
* | ob_*_is_concerned(): Document | Patrick McDermott | 2019-03-15 | 1 | -0/+22 |
| | |||||
* | _ob_match_plat(): Move closer to usage | Patrick McDermott | 2019-03-14 | 1 | -16/+16 |
| | |||||
* | _ob_match_plat(): Remove loop | Patrick McDermott | 2019-03-14 | 1 | -10/+7 |
| | |||||
* | _ob_match_arch(): Remove loop | Patrick McDermott | 2019-03-14 | 1 | -27/+19 |
| | | | | | ob_arch_is_concerned() calls this function with just one field arch at a time, so this only needs to handle one arch. | ||||
* | ob_match_*(): Make private | Patrick McDermott | 2019-03-14 | 1 | -6/+6 |
| | | | | | These functions are only ever called by ob_*_is_concerned() and are not very useful outside that context. | ||||
* | tests/ob_match_arch.sh: Remove | Patrick McDermott | 2019-03-14 | 2 | -66/+0 |
| | |||||
* | ob_match_*(): Drop checks for "all" match arch/plat | Patrick McDermott | 2019-03-14 | 1 | -16/+0 |
| | |||||
* | tests/ob_match_arch.sh: Drop "all" host arch tests | Patrick McDermott | 2019-03-14 | 1 | -11/+1 |
| | |||||
* | ob_match_plat(): Use clearer variable names | Patrick McDermott | 2019-03-14 | 1 | -7/+7 |
| | |||||
* | tests/ob_arch_is_concerned.sh: Add more test cases | Patrick McDermott | 2019-03-14 | 1 | -1/+43 |
| | | | | These are similar to test cases in tests/ob_match_arch.sh. | ||||
* | lib/package.sh: Make global variables lowercase | Patrick McDermott | 2019-03-14 | 1 | -19/+19 |
| | |||||
* | ob_get_binary_packages(): Avoid multiple runs with 0 bin pkgs | Patrick McDermott | 2019-03-14 | 1 | -3/+4 |
| | |||||
* | lib/deps.sh, lib/metadata.sh, lib/package/2.sh: Wrap long lines | Patrick McDermott | 2019-03-14 | 3 | -5/+10 |
| | | | | lib/changelog.sh and lib/control.sh still have many long lines. | ||||
* | Fix missing "()" after function names in @details | Patrick McDermott | 2019-03-14 | 7 | -37/+38 |
| | | | | | Also fix function name in ob_get_system_plat()'s @details and update ob_error()'s @details. | ||||
* | ob_set_package_substvars(): Document | Patrick McDermott | 2019-03-14 | 1 | -0/+10 |
| | |||||
* | TODO: Add details to binary pkg substvars task | Patrick McDermott | 2019-03-14 | 1 | -0/+4 |
| |