Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | tools/shman.sh: Implement SYNOPSIS | Patrick McDermott | 2018-12-27 | 1 | -17/+36 |
| | |||||
* | tools/shman.sh: Don't treat "\" as escape char in cmd args | Patrick McDermott | 2018-12-27 | 1 | -2/+2 |
| | |||||
* | ob_parse_dep(): Use and reword @pure doc command | Patrick McDermott | 2018-12-27 | 1 | -3/+2 |
| | |||||
* | tools/shman.sh: Rename and reformat @pure command | Patrick McDermott | 2018-12-27 | 1 | -3/+9 |
| | |||||
* | tools/shman.sh: s/SUBSHELL SAFETY AND SIDE EFFECTS/ATTRIBUTES/ | Patrick McDermott | 2018-12-27 | 1 | -4/+4 |
| | |||||
* | ob_parse_dep(): Clarify optional components in doc | Patrick McDermott | 2018-12-27 | 1 | -2/+3 |
| | |||||
* | tools/shman.sh: Make executable | Patrick McDermott | 2018-12-27 | 1 | -0/+0 |
| | |||||
* | tools/shman.sh: Remove quotes in parameter expansions | Patrick McDermott | 2018-12-27 | 1 | -5/+5 |
| | | | | | | | | POSIX doesn't list quote removal as one of the expansions to which `word` (in `${parameter#word}` etc.) shall be subjected, but it does mention quoting characters. GNU Bash supports all three quote characters. Almquist shells support backslash, but not single or double quotes. | ||||
* | tools/shman.sh: Open/close tags file only once | Patrick McDermott | 2018-12-27 | 1 | -11/+8 |
| | | | | | Otherwise, only the symbols from the last input file would remain in the file. | ||||
* | tools/shman.sh: Write tags file | Patrick McDermott | 2018-12-27 | 1 | -0/+15 |
| | |||||
* | tools/shman.sh: Fix missing local var declaration | Patrick McDermott | 2018-12-27 | 1 | -0/+1 |
| | |||||
* | TODO: Add ob_parse_dep() options task | Patrick McDermott | 2018-12-27 | 1 | -0/+1 |
| | |||||
* | tools/shman.sh: Drop an unused global constant | Patrick McDermott | 2018-12-27 | 1 | -1/+0 |
| | |||||
* | ob_parse_dep(): Add a @stdout command to documentation | Patrick McDermott | 2018-12-27 | 1 | -0/+2 |
| | |||||
* | tools/shman.sh: Add @stdin, @stdout, and @stderr commands | Patrick McDermott | 2018-12-27 | 1 | -1/+16 |
| | |||||
* | ob_parse_dep(): Fix an @option command | Patrick McDermott | 2018-12-27 | 1 | -1/+1 |
| | |||||
* | ob_parse_dep(): Add a @purity command to documentation | Patrick McDermott | 2018-12-27 | 1 | -0/+3 |
| | |||||
* | tools/shman.sh: Support a @purity command | Patrick McDermott | 2018-12-27 | 1 | -1/+6 |
| | |||||
* | tools/shman.sh: Generate "OPERANDS" sections | Patrick McDermott | 2018-12-27 | 1 | -1/+17 |
| | |||||
* | tools/shman.sh: Generate "OPTIONS" sections | Patrick McDermott | 2018-12-27 | 1 | -1/+22 |
| | |||||
* | tools/shman.sh: Remove some old commented-out code | Patrick McDermott | 2018-12-27 | 1 | -4/+0 |
| | |||||
* | tools/shman.sh: Drop markdown-like font markup | Patrick McDermott | 2018-12-27 | 1 | -14/+0 |
| | |||||
* | ob_parse_changelog(), ob_parse_dep(): Write some documentation | Patrick McDermott | 2018-12-27 | 2 | -0/+34 |
| | |||||
* | tools/shman.sh: New file | Patrick McDermott | 2018-12-27 | 1 | -0/+282 |
| | |||||
* | ob_set_substvar(): Shorten sed script comments | Patrick McDermott | 2018-12-25 | 1 | -6/+6 |
| | |||||
* | libopkbuild: Move function definitions before points of use | Patrick McDermott | 2018-12-25 | 5 | -110/+110 |
| | |||||
* | Remove COPYING.2 and move COPYING.3 to COPYING | Patrick McDermott | 2018-12-25 | 4 | -1028/+674 |
| | |||||
* | opkbuild: Don't ignore errors from `../build build` | Patrick McDermott | 2018-12-25 | 2 | -2/+4 |
| | |||||
* | opkbuild: Don't run ob-* commands from a child shell | Patrick McDermott | 2018-12-25 | 1 | -7/+5 |
| | |||||
* | opkbuild: Add an extremely thoughtful TODO comment | Patrick McDermott | 2018-12-25 | 1 | -0/+1 |
| | |||||
* | opkbuild: Join unnecessarily split lines | Patrick McDermott | 2018-12-25 | 1 | -4/+2 |
| | |||||
* | opkbuild: Define main() after the functions it calls | Patrick McDermott | 2018-12-25 | 1 | -36/+36 |
| | |||||
* | ob-*: Move function definitions before points of use | Patrick McDermott | 2018-12-25 | 9 | -198/+198 |
| | |||||
* | README: Update URLs | Patrick McDermott | 2018-12-25 | 1 | -5/+4 |
| | | | | Also update copyright holder name. | ||||
* | NEWS: Update copyright holder name and years | Patrick McDermott | 2018-12-25 | 1 | -1/+1 |
| | |||||
* | locale/en_US/opkbuild: Update license version and author name | Patrick McDermott | 2018-12-25 | 1 | -3/+3 |
| | |||||
* | locale/en_MID: Drop unused locale | Patrick McDermott | 2018-12-25 | 2 | -50/+0 |
| | |||||
* | scripts/announce-release.sh: Update "From" header | Patrick McDermott | 2018-12-25 | 1 | -1/+1 |
| | |||||
* | INSTALL: Remove custom installation instructions | Patrick McDermott | 2018-12-25 | 1 | -54/+0 |
| | | | | Let Automake copy its own INSTALL file. | ||||
* | scripts/announce-release.sh: Update e-mail address and signature | Patrick McDermott | 2018-12-24 | 1 | -4/+6 |
| | |||||
* | Makefile.am: New "release" target | Patrick McDermott | 2018-12-24 | 1 | -0/+23 |
| | |||||
* | scripts/announce-release.sh: New file | Patrick McDermott | 2018-12-24 | 1 | -0/+90 |
| | | | | Copied from pro-archman. | ||||
* | Makefile.am: Set GIT_DIR in dist-hook | Patrick McDermott | 2018-12-24 | 1 | -1/+2 |
| | |||||
* | Makefile.am: Add "todo" target | Patrick McDermott | 2018-12-24 | 1 | -0/+34 |
| | | | | Copied from prokit. | ||||
* | Makefile.am, tests/*.sh: Set and use source and build dir env vars | Patrick McDermott | 2018-12-24 | 6 | -25/+12 |
| | |||||
* | Makefile.am: Distribute $(EXTRA_libopkbuild_sources) | Patrick McDermott | 2018-12-24 | 1 | -0/+1 |
| | |||||
* | Makefile.am: Add SHSOEXT & LIBOPKBUILD_SHSOVERSION to tests env | Patrick McDermott | 2018-12-24 | 1 | -1/+4 |
| | |||||
* | NEWS: Add 4.0.0 section | Patrick McDermott | 2018-12-24 | 1 | -0/+23 |
| | |||||
* | libopkbuild: Bump shared object version to 2 | Patrick McDermott | 2018-12-24 | 7 | -102/+102 |
| | |||||
* | Makefile.am: Define SHSOEXT & LIBOPKBUILD_SHSOVERSION with shpp | Patrick McDermott | 2018-12-24 | 1 | -0/+2 |
| |