aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-25build: avoid makeinfo unless requiredPádraig Brady1-1/+1
2015-11-25doc: clarify descriptions for tr --squeeze-repeatsPádraig Brady2-19/+22
2015-11-25doc: provide an example for prefixing all tail output linesPádraig Brady1-3/+11
2015-11-24copy: fix copying of extents beyond the apparent file sizeDmitry Monakhov5-104/+105
2015-11-23md5sum,sha*sum: ensure --ignore-missing fails when no file verifiedPádraig Brady2-4/+18
2015-11-23md5sum,sha*sum: add --ignore-missing for checking a subset of filesLuther Thompson4-2/+67
2015-11-23maint: allow 'sha*sum:' tag in commit summariesPádraig Brady1-1/+1
2015-11-21doc: give a tee example for combining process substitution outputsPádraig Brady2-0/+17
2015-11-21tests: avoid false failure on older NFS implementationsPádraig Brady1-2/+6
2015-11-19build: fix VPATH build with --disable-dependency-trackingPádraig Brady1-0/+9
2015-11-17scripts: update versions of gettext and libtoolJim Meyering1-3/+3
2015-11-17maint: remove unmaintained file, c99-to-c89.diffJim Meyering3-182/+6
2015-11-12csplit: check and report fwrite errors with errnoAssaf Gordon3-1/+86
2015-11-11stat: improve support for new Linux pseudo FS and ACFSPádraig Brady2-0/+14
2015-11-10tests: ensure programs are built before testingPádraig Brady33-37/+55
2015-11-10maint: use standard spacing in shebang line in testsPádraig Brady10-10/+10
2015-11-10tests: cleanup trapping of signal namesPádraig Brady11-9/+34
2015-11-06tests: fix dirent d_type support verificationPádraig Brady2-12/+39
2015-11-04maint: add a syntax check to avoid unstyled quotingPádraig Brady2-2/+12
2015-11-04paste: avoid confusing backslash quoting in diagnosticPádraig Brady2-6/+5
2015-11-04ls: default to --quoting=shell-escape for output to terminalPádraig Brady3-2/+6
2015-11-04printf: support the %q format to quote for shellPádraig Brady5-2/+92
2015-11-04ls: avoid redundant processing when already escapingPádraig Brady2-8/+24
2015-11-04ls: document and test new shell-escape quotingPádraig Brady3-2/+9
2015-11-04test: use consistent quotingPádraig Brady1-9/+12
2015-11-04all: avoid quoting file names when possiblePádraig Brady98-662/+702
2015-11-04build: update gnulib submodule to latestPádraig Brady1-0/+0
2015-11-04md5sum: ensure a single status line per filePádraig Brady4-47/+63
2015-11-04all: replace most uses of quotearg_colon() with quote()Pádraig Brady23-91/+78
2015-11-02doc: fix texinfo for short options taking a parameterPádraig Brady1-12/+48
2015-10-29maint: allow 'all:' tag in commit summariesPádraig Brady1-1/+1
2015-10-28doc: clarify iso-8601 formats used by ls and duPádraig Brady1-5/+5
2015-10-27date: use extended format timezone for --iso-8601Pádraig Brady4-20/+27
2015-10-27doc: reference related commands from users(1) and groups(1)Pádraig Brady2-0/+4
2015-10-27copy,dd: simplify and optimize NUL bytes detectionPádraig Brady4-50/+58
2015-10-27all: quote string arguments in error messagesPádraig Brady63-269/+321
2015-10-27md5sum: quote all printed file namesPádraig Brady4-32/+35
2015-10-21ls: fix off by one error when determining max display columnsPádraig Brady3-1/+12
2015-10-21ls: allow -w0 to mean no limit on line lengthPádraig Brady5-12/+72
2015-10-19ls: detect terminal color support using glob patternsPádraig Brady1-1/+1
2015-10-19tests: adjust recent change to csplit VM limitPádraig Brady1-1/+1
2015-10-19maint: fixes to support improved sc_tight_scopePádraig Brady3-10/+16
2015-10-19tests: avoid failure when auto selecting factor testsPádraig Brady1-0/+2
2015-10-19factor: remove unreachable SQUFOF code at compile timePádraig Brady2-42/+45
2015-10-19doc: reference shuf(1) from the sort (-R) man pagePádraig Brady2-2/+2
2015-10-18maint: avoid duplicate test runsBernhard Voelker1-2/+0
2015-10-16doc: remove obsolete performance commentPaul Eggert1-3/+0
2015-10-16maint: avoid uniq.c warning from bleeding-edge gcc's -Wstrict-overflowJim Meyering1-1/+1
2015-10-16dircolors: support globbing of TERM entriesPádraig Brady4-36/+20
2015-10-15tests: avoid false failure in rm/r-root.sh with gdb warningsPádraig Brady1-27/+32