summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2016-02-12split: fix problems with /dev/zeroPaul Eggert-88/+117
2016-01-29doc: fix the --iso-8601 example in date --helpVincent Lefevre-1/+1
2016-01-24build: avoid dynamic linking issue on Solaris sparcPádraig Brady-5/+11
2016-01-19tail: disable inotify with only non existent filesPádraig Brady-0/+20
2016-01-16mv: consistently warn about multiply specified source dirsPádraig Brady-8/+8
2016-01-15tests: simplify invalid signal determination for kill -lPádraig Brady-0/+11
2016-01-14sort: with --debug, flag setlocale() failures on OpenBSDPádraig Brady-1/+5
2016-01-13doc: suggest dd "sync" flag to maximize "nocache" effectivenessPádraig Brady-1/+2
2016-01-13doc: mention the '0#' printf flags with stat %aPádraig Brady-1/+1
2016-01-13mv: fix data loss with repeated source dir and same destinationPádraig Brady-4/+8
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