summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2015-12-31dd: append spaces to shorter status=progress linePaul Eggert-44/+49
2015-12-31dd: summarize in --human-readable format tooPaul Eggert-43/+63
2015-12-23build: update to latest gnulibPádraig Brady-0/+6
2015-12-22doc: describe test operator precedence and associativityPádraig Brady-1/+32
2015-12-17tests: avoid root test false failure without libxattrPádraig Brady-4/+7
2015-12-17build: rely on umask for setting permissions in tarballBernhard Voelker-1/+1
2015-12-17tests: avoid intermittent ulimit -v failuresPádraig Brady-8/+18
2015-12-17build: ensure all files are writable in the tarballPádraig Brady-2/+4
2015-12-15maint: ensure emit_mandatory_arg_note() used if neededPádraig Brady-0/+8
2015-12-15maint: include 'env' commands in returns_ syntax checkPádraig Brady-12/+10
2015-12-15tests: improve kill testsPádraig Brady-11/+17
2015-12-14sort: fix --debug marking for -b -k1.xPádraig Brady-1/+13
2015-12-14stat: report file system type for "overlayfs"Pádraig Brady-5/+15
2015-12-14kill: add undocumented -L for compatibilityPádraig Brady-3/+5
2015-12-14tests: add tests for the kill commandPádraig Brady-0/+52
2015-12-14maint: fix incorrect spellings etcPádraig Brady-18/+18
2015-12-14maint: remove form feed characters from sourcesPádraig Brady-37/+41
2015-12-07sort: promote '--debug'Eric Blake-1/+1
2015-12-07doc: promote 'sort --debug'Paul Eggert-45/+61
2015-12-04doc: improve the description of sort --random-sortPádraig Brady-1/+1
2015-12-03build: port to Studio C on Solaris 12Paul Eggert-7/+14
2015-12-01doc: clarify behaviour of mv for existing target directoriesBernhard Voelker-0/+3
2015-11-30doc: avoid confusing K argument in the man pages of head and tailBernhard Voelker-93/+91
2015-11-28doc: reference each other in the man pages of head and tailBernhard Voelker-0/+4
2015-11-28build: support reproducible builds with consistent man pagesPádraig Brady-3/+4
2015-11-27doc: update to latest help2manPádraig Brady-19/+55
2015-11-25tests: for compare_(), use cmp -s where availablePádraig Brady-1/+1
2015-11-25build: avoid makeinfo unless requiredPádraig Brady-1/+1
2015-11-25doc: clarify descriptions for tr --squeeze-repeatsPádraig Brady-19/+22
2015-11-25doc: provide an example for prefixing all tail output linesPádraig Brady-3/+11
2015-11-24copy: fix copying of extents beyond the apparent file sizeDmitry Monakhov-104/+105
2015-11-23md5sum,sha*sum: ensure --ignore-missing fails when no file verifiedPádraig Brady-4/+18
2015-11-23md5sum,sha*sum: add --ignore-missing for checking a subset of filesLuther Thompson-2/+67
2015-11-23maint: allow 'sha*sum:' tag in commit summariesPádraig Brady-1/+1
2015-11-21doc: give a tee example for combining process substitution outputsPádraig Brady-0/+17
2015-11-21tests: avoid false failure on older NFS implementationsPádraig Brady-2/+6
2015-11-19build: fix VPATH build with --disable-dependency-trackingPádraig Brady-0/+9
2015-11-17scripts: update versions of gettext and libtoolJim Meyering-3/+3
2015-11-17maint: remove unmaintained file, c99-to-c89.diffJim Meyering-182/+6
2015-11-12csplit: check and report fwrite errors with errnoAssaf Gordon-1/+86
2015-11-11stat: improve support for new Linux pseudo FS and ACFSPádraig Brady-0/+14
2015-11-10tests: ensure programs are built before testingPádraig Brady-37/+55
2015-11-10maint: use standard spacing in shebang line in testsPádraig Brady-10/+10
2015-11-10tests: cleanup trapping of signal namesPádraig Brady-9/+34
2015-11-06tests: fix dirent d_type support verificationPádraig Brady-12/+39
2015-11-04maint: add a syntax check to avoid unstyled quotingPádraig Brady-2/+12
2015-11-04paste: avoid confusing backslash quoting in diagnosticPádraig Brady-6/+5
2015-11-04ls: default to --quoting=shell-escape for output to terminalPádraig Brady-2/+6
2015-11-04printf: support the %q format to quote for shellPádraig Brady-2/+92
2015-11-04ls: avoid redundant processing when already escapingPádraig Brady-8/+24