summaryrefslogtreecommitdiffstats
path: root/src/coreutils.c
AgeCommit message (Expand)AuthorLines
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