summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Consistently shift function argumentsPatrick McDermott2019-04-1115-6/+41
|
* cmd/version: Fix/update copyright yearsPatrick McDermott2019-04-101-1/+1
|
* Update author namePatrick McDermott2019-04-1018-19/+19
|
* Add braces to param exps in arith substsPatrick McDermott2019-04-104-8/+8
|
* cmd/sign: New commandPatrick McDermott2019-04-102-1/+44
|
* feed_sign(): Fix path to keyPatrick McDermott2019-04-101-1/+1
|
* src/index.sh: Update copyright noticePatrick McDermott2019-04-101-1/+1
|
* update_feeds(): Call feed_sign()Patrick McDermott2019-04-101-0/+1
|
* feed_sign(): New functionPatrick McDermott2019-04-101-0/+19
|
* src/main.sh: Add conf_keyPatrick McDermott2019-04-101-0/+2
|
* garbage: Replace use of non-portable %s date specPatrick McDermott2019-04-091-6/+20
|
* index: Use ${TAR}Patrick McDermott2018-09-021-2/+3
|
* index, garbage: Use ${MD5SUM}, ${SHA256SUM}, ${GZIP}, and ${DATE}Patrick McDermott2018-09-022-4/+5
|
* src/garbage.sh: Add return statementsP. J. McDermott2017-08-031-0/+4
|
* try_rmdir(): RefactorP. J. McDermott2017-08-031-4/+6
| | | | Explicitly return either 0 or 1 and slightly improve logic readability.
* src/cmd.sh: Add return statementsP. J. McDermott2017-08-031-0/+7
|
* `git ls-files -- src/ | xargs sed -i 's|^# lib/|# src/|'`P. J. McDermott2017-07-2218-18/+18
|
* cmd/version: Update copyright yearsP. J. McDermott2017-07-221-1/+1
|
* load_locale(): Add missing argument to error()P. J. McDermott2017-07-221-1/+1
|
* load_locale(): Throw an error, not a warning, on missing localeP. J. McDermott2017-07-221-1/+1
|
* load_locale(): Automatically set localedir when in build dirP. J. McDermott2017-07-221-2/+2
|
* main(): Detect execution from build directoryP. J. McDermott2017-07-221-0/+10
|
* Improve license noticesP. J. McDermott2017-07-2219-171/+228
|
* src/control.sh: Drop GPLv2P. J. McDermott2017-07-221-1/+1
|
* is_cmd(): Use case instead of [, printf, and grepP. J. McDermott2017-07-221-2/+3
|
* is_cmd(): Update printf callP. J. McDermott2017-07-221-1/+1
|
* cmd/*: Use register_cmd()P. J. McDermott2017-07-227-0/+42
|
* register_cmd(): New functionP. J. McDermott2017-07-221-0/+9
|
* print_cmd_summaries(): Use cmds instead of PKGLIBCMDP. J. McDermott2017-07-221-3/+1
|
* main(): Drop load_cmds() callP. J. McDermott2017-07-221-1/+0
|
* src/main.sh: Drop PKGLIBCMDP. J. McDermott2017-07-221-1/+0
|
* load_cmds(): RemoveP. J. McDermott2017-07-221-12/+0
|
* src/main.sh: Drop PKGLIBDIR and PKGLIBCMDDIRP. J. McDermott2017-07-221-2/+0
|
* use(): RemoveP. J. McDermott2017-07-221-38/+0
|
* src/*.sh: Drop inclusion guardsP. J. McDermott2017-07-2211-33/+0
|
* src/*.sh, src/cmd/*.sh: Drop use() callsP. J. McDermott2017-07-2214-48/+0
|
* src/locale.sh: Drop TEXT_DOMAIN assignmentP. J. McDermott2017-07-221-1/+0
|
* src/locale.sh: Use TEXTDOMAINP. J. McDermott2017-07-221-2/+2
|
* src/locale.sh: Drop LOCALEDIR assignmentP. J. McDermott2017-07-221-1/+0
|
* src/main.sh: Drop "#!" line and main() callP. J. McDermott2017-07-221-4/+0
|
* src/pro-archman.sh: Rename to src/main.shP. J. McDermott2017-07-222-1/+1
|
* src/local.mk, src/cmd/local.mk: pro_archman_SOURCESP. J. McDermott2017-07-222-5/+3
|
* `git ls-files | xargs sed -i 's/\.sm/.sho/g'`P. J. McDermott2017-07-222-4/+4
|
* src/local.mk: Merge in lib/local.mkP. J. McDermott2017-07-221-0/+15
|
* `git mv lib/cmd/ src/`P. J. McDermott2017-07-228-0/+290
|
* `git mv lib/*.sh src/`P. J. McDermott2017-07-2211-0/+1439
|
* /local.mk, */*/local.mk: Drop header commentsP. J. McDermott2017-07-221-3/+0
|
* */local.mk, */*/local.mk: Use "%reldir%"P. J. McDermott2017-07-221-1/+1
| | | | | Cf. <https://www.gnu.org/software/automake/manual/html_node/Include.html>.
* src/pro-archman.sh: Drop PACKAGE_NAME and PACKAGE_VERSION variablesP. J. McDermott2017-07-221-2/+0
|
* Switch to using GNU Autoconf and AutomakeP. J. McDermott2017-07-221-1/+1
|