Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile.am, src/locale.sh, src/main.sh: Update copyright years | Patrick McDermott | 2019-04-14 | 1 | -1/+1 |
| | |||||
* | _try_load_locale(): Fix handling of cat exit status | Patrick McDermott | 2019-04-14 | 1 | -1/+2 |
| | | | | This fixes a bug introduced in commit 3eb82fb. | ||||
* | Protect against cmd operands beginning with "-" | Patrick McDermott | 2019-04-14 | 1 | -1/+1 |
| | |||||
* | _try_load_locale(): Replace . with eval/cat | Patrick McDermott | 2019-04-13 | 1 | -4/+9 |
| | |||||
* | _try_load_locale(): Move before use | Patrick McDermott | 2019-04-13 | 1 | -18/+18 |
| | |||||
* | Consistently shift function arguments | Patrick McDermott | 2019-04-11 | 1 | -0/+2 |
| | |||||
* | Update author name | Patrick McDermott | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | `git ls-files -- src/ | xargs sed -i 's|^# lib/|# src/|'` | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | load_locale(): Add missing argument to error() | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | load_locale(): Throw an error, not a warning, on missing locale | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | load_locale(): Automatically set localedir when in build dir | P. J. McDermott | 2017-07-22 | 1 | -2/+2 |
| | |||||
* | Improve license notices | P. J. McDermott | 2017-07-22 | 1 | -9/+12 |
| | |||||
* | src/*.sh: Drop inclusion guards | P. J. McDermott | 2017-07-22 | 1 | -3/+0 |
| | |||||
* | src/locale.sh: Drop TEXT_DOMAIN assignment | P. J. McDermott | 2017-07-22 | 1 | -1/+0 |
| | |||||
* | src/locale.sh: Use TEXTDOMAIN | P. J. McDermott | 2017-07-22 | 1 | -2/+2 |
| | |||||
* | src/locale.sh: Drop LOCALEDIR assignment | P. J. McDermott | 2017-07-22 | 1 | -1/+0 |
| | |||||
* | `git mv lib/*.sh src/` | P. J. McDermott | 2017-07-22 | 1 | -0/+88 |