summaryrefslogtreecommitdiffstats
path: root/src/coreutils.c
AgeCommit message (Expand)AuthorLines
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-1/+1
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-2/+3
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-2/+4
2015-04-28build: fix SINGLE_BINARY build when printf is a macroYunlian Jiang-4/+6
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: avoid file-scope names of the form _[a-z]*Paul Eggert-2/+2
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-8/+5
2014-07-13build: support building all tools in a single binaryAlex Deymo-0/+205