Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile.am, src/locale.sh, src/main.sh: Update copyright years | Patrick McDermott | 2019-04-14 | 1 | -1/+1 |
* | Make redirected FDs explicit | Patrick McDermott | 2019-04-14 | 1 | -1/+1 |
* | _get_options(): Initialize OPTIND to 1 | Patrick McDermott | 2019-04-14 | 1 | -1/+1 |
* | main(): s/exit/return/ | Patrick McDermott | 2019-04-14 | 1 | -2/+2 |
* | _get_options(): Unset OPTIND | Patrick McDermott | 2019-04-14 | 1 | -0/+1 |
* | main(): Return on invalid options | Patrick McDermott | 2019-04-14 | 1 | -4/+12 |
* | main(): Fix return with set -e | Patrick McDermott | 2019-04-14 | 1 | -5/+5 |
* | main(): Return 1 if load_ocale() fails | Patrick McDermott | 2019-04-14 | 1 | -1/+1 |
* | src/main.sh: Move init(), fini(), etc. below main() | Patrick McDermott | 2019-04-14 | 1 | -53/+53 |
* | init(): Initialize signal handlers instead of main() | Patrick McDermott | 2019-04-14 | 1 | -1/+1 |
* | _handle_sig(): Fix exits | Patrick McDermott | 2019-04-14 | 1 | -2/+2 |
* | Protect against cmd operands beginning with "-" | Patrick McDermott | 2019-04-14 | 1 | -10/+10 |
* | _get_conf(): Type-check more configuration values | Patrick McDermott | 2019-04-13 | 1 | -1/+8 |
* | src/main.sh: Move _lock() and _unlock() | Patrick McDermott | 2019-04-13 | 1 | -15/+15 |
* | src/main.sh: Replace . with eval/cat | Patrick McDermott | 2019-04-13 | 1 | -3/+1 |
* | src/main.sh: Prefix "static" functions with "_" | Patrick McDermott | 2019-04-13 | 1 | -12/+12 |
* | src/main.sh: Define functions before use | Patrick McDermott | 2019-04-13 | 1 | -49/+49 |
* | main(): Improve in-place detection | Patrick McDermott | 2019-04-13 | 1 | -2/+2 |
* | src/main.sh: set -e | Patrick McDermott | 2019-04-13 | 1 | -1/+1 |
* | Consistently shift function arguments | Patrick McDermott | 2019-04-11 | 1 | -1/+2 |
* | Update author name | Patrick McDermott | 2019-04-10 | 1 | -1/+1 |
* | Add braces to param exps in arith substs | Patrick McDermott | 2019-04-10 | 1 | -3/+3 |
* | src/main.sh: Add conf_key | Patrick McDermott | 2019-04-10 | 1 | -0/+2 |
* | main(): Detect execution from build directory | P. J. McDermott | 2017-07-22 | 1 | -0/+10 |
* | Improve license notices | P. J. McDermott | 2017-07-22 | 1 | -9/+12 |
* | main(): Drop load_cmds() call | P. J. McDermott | 2017-07-22 | 1 | -1/+0 |
* | src/main.sh: Drop PKGLIBCMD | P. J. McDermott | 2017-07-22 | 1 | -1/+0 |
* | src/main.sh: Drop PKGLIBDIR and PKGLIBCMDDIR | P. J. McDermott | 2017-07-22 | 1 | -2/+0 |
* | use(): Remove | P. J. McDermott | 2017-07-22 | 1 | -38/+0 |
* | src/*.sh, src/cmd/*.sh: Drop use() calls | P. J. McDermott | 2017-07-22 | 1 | -5/+0 |
* | src/main.sh: Drop "#!" line and main() call | P. J. McDermott | 2017-07-22 | 1 | -4/+0 |
* | src/pro-archman.sh: Rename to src/main.sh | P. J. McDermott | 2017-07-22 | 1 | -0/+223 |