summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2016-01-13wc: avoid ambiguous output with '\n' in file namesPádraig Brady-1/+1
2016-01-13numfmt: add the -z,--zero-terminated optionAssaf Gordon-8/+23
2016-01-13paste: add the -z,--zero-terminated optionPádraig Brady-8/+18
2016-01-13comm: support NUL --output-delimiter for consistencyPádraig Brady-21/+13
2016-01-13comm: add the -z,--zero-terminated optionPádraig Brady-3/+16
2016-01-13tac: support an empty (NUL) --separatorPádraig Brady-3/+4
2016-01-13cut: add the -z,--zero-terminated optionPádraig Brady-15/+27
2016-01-13head,tail: add the -z,--zero-terminated optionRichard Russon-14/+43
2016-01-13join,sort,uniq: with -z, treat '\n' as a field separatorPádraig Brady-8/+15
2016-01-06stty: support "flusho" local settingPádraig Brady-0/+11
2016-01-06stty: support [-]drain setting to control waiting for pending TxPádraig Brady-12/+18
2016-01-04stty: support -I, --immediate to not wait for pending transmissionPádraig Brady-3/+12
2016-01-03doc: mention in more places that -D will create --target-directoryPádraig Brady-0/+1
2016-01-03install: only attempt to create a target dir oncePádraig Brady-1/+1
2016-01-03install: fix relative copies to absolute directory with -DPádraig Brady-5/+8
2016-01-01maint: avoid a sc_long_lines failure in recent commitPádraig Brady-1/+2
2016-01-01maint: update all copyright year number rangesPádraig Brady-134/+134
2015-12-31dd: append spaces to shorter status=progress linePaul Eggert-44/+47
2015-12-31dd: summarize in --human-readable format tooPaul Eggert-27/+43
2015-12-14sort: fix --debug marking for -b -k1.xPádraig Brady-1/+2
2015-12-14stat: report file system type for "overlayfs"Pádraig Brady-0/+5
2015-12-14kill: add undocumented -L for compatibilityPádraig Brady-3/+4
2015-12-14maint: fix incorrect spellings etcPádraig Brady-15/+15
2015-12-14maint: remove form feed characters from sourcesPádraig Brady-37/+35
2015-12-07sort: promote '--debug'Eric Blake-1/+1
2015-12-04doc: improve the description of sort --random-sortPádraig Brady-1/+1
2015-11-30doc: avoid confusing K argument in the man pages of head and tailBernhard Voelker-17/+15
2015-11-25doc: clarify descriptions for tr --squeeze-repeatsPádraig Brady-6/+5
2015-11-24copy: fix copying of extents beyond the apparent file sizeDmitry Monakhov-1/+18
2015-11-23md5sum,sha*sum: ensure --ignore-missing fails when no file verifiedPádraig Brady-4/+12
2015-11-23md5sum,sha*sum: add --ignore-missing for checking a subset of filesLuther Thompson-2/+32
2015-11-19build: fix VPATH build with --disable-dependency-trackingPádraig Brady-0/+9
2015-11-17maint: remove unmaintained file, c99-to-c89.diffJim Meyering-172/+1
2015-11-12csplit: check and report fwrite errors with errnoAssaf Gordon-1/+7
2015-11-11stat: improve support for new Linux pseudo FS and ACFSPádraig Brady-0/+10
2015-11-04maint: add a syntax check to avoid unstyled quotingPádraig Brady-2/+1
2015-11-04paste: avoid confusing backslash quoting in diagnosticPádraig Brady-2/+2
2015-11-04ls: default to --quoting=shell-escape for output to terminalPádraig Brady-0/+1
2015-11-04printf: support the %q format to quote for shellPádraig Brady-1/+19
2015-11-04ls: avoid redundant processing when already escapingPádraig Brady-1/+5
2015-11-04ls: document and test new shell-escape quotingPádraig Brady-2/+2
2015-11-04test: use consistent quotingPádraig Brady-9/+12
2015-11-04all: avoid quoting file names when possiblePádraig Brady-582/+591
2015-11-04md5sum: ensure a single status line per filePádraig Brady-34/+49
2015-11-04all: replace most uses of quotearg_colon() with quote()Pádraig Brady-68/+55
2015-10-27date: use extended format timezone for --iso-8601Pádraig Brady-4/+4
2015-10-27copy,dd: simplify and optimize NUL bytes detectionPádraig Brady-50/+58
2015-10-27all: quote string arguments in error messagesPádraig Brady-220/+258
2015-10-27md5sum: quote all printed file namesPádraig Brady-14/+13
2015-10-21ls: fix off by one error when determining max display columnsPádraig Brady-1/+5