summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2015-11-04ls: document and test new shell-escape quotingPádraig Brady-2/+9
2015-11-04test: use consistent quotingPádraig Brady-9/+12
2015-11-04all: avoid quoting file names when possiblePádraig Brady-662/+702
2015-11-04build: update gnulib submodule to latestPádraig Brady-0/+0
2015-11-04md5sum: ensure a single status line per filePádraig Brady-47/+63
2015-11-04all: replace most uses of quotearg_colon() with quote()Pádraig Brady-91/+78
2015-11-02doc: fix texinfo for short options taking a parameterPádraig Brady-12/+48
2015-10-29maint: allow 'all:' tag in commit summariesPádraig Brady-1/+1
2015-10-28doc: clarify iso-8601 formats used by ls and duPádraig Brady-5/+5
2015-10-27date: use extended format timezone for --iso-8601Pádraig Brady-20/+27
2015-10-27doc: reference related commands from users(1) and groups(1)Pádraig Brady-0/+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-269/+321
2015-10-27md5sum: quote all printed file namesPádraig Brady-32/+35
2015-10-21ls: fix off by one error when determining max display columnsPádraig Brady-1/+12
2015-10-21ls: allow -w0 to mean no limit on line lengthPádraig Brady-12/+72
2015-10-19ls: detect terminal color support using glob patternsPádraig Brady-1/+1
2015-10-19tests: adjust recent change to csplit VM limitPádraig Brady-1/+1
2015-10-19maint: fixes to support improved sc_tight_scopePádraig Brady-10/+16
2015-10-19tests: avoid failure when auto selecting factor testsPádraig Brady-0/+2
2015-10-19factor: remove unreachable SQUFOF code at compile timePádraig Brady-42/+45
2015-10-19doc: reference shuf(1) from the sort (-R) man pagePádraig Brady-2/+2
2015-10-18maint: avoid duplicate test runsBernhard Voelker-2/+0
2015-10-16doc: remove obsolete performance commentPaul Eggert-3/+0
2015-10-16maint: avoid uniq.c warning from bleeding-edge gcc's -Wstrict-overflowJim Meyering-1/+1
2015-10-16dircolors: support globbing of TERM entriesPádraig Brady-36/+20
2015-10-15tests: avoid false failure in rm/r-root.sh with gdb warningsPádraig Brady-27/+32
2015-10-15tests: avoid false failure in rm/r-root.sh under loadPádraig Brady-26/+68
2015-10-15tests: avoid false failure in a tail test under loadPádraig Brady-8/+24
2015-10-14tests: avoid false failures with default ACLsPádraig Brady-0/+13
2015-10-12tail: no longer warn about unrecognized file systemsPádraig Brady-7/+3
2015-10-10tests: avoid false failure when restorecon is ineffectivePádraig Brady-1/+2
2015-10-10tests: make a long running test responsive to Ctrl-CPádraig Brady-1/+5
2015-10-08tests: adjust recent changes to virtual memory limitsPádraig Brady-8/+7
2015-10-06csplit: remove erroneous mention of -m in --helpPádraig Brady-2/+2
2015-10-03tee: simplify argv handlingPaul Eggert-14/+10
2015-10-03build: update gnulib submodule to latestPaul Eggert-0/+0
2015-10-03build: Pacify GCC 5 on 32-bit hostsPaul Eggert-14/+26
2015-10-03tail: handle kernel dentry unlink racePádraig Brady-7/+23
2015-10-03build: avoid -Wstrict-overflow warnings with GCC 5.1 on 32 bitPádraig Brady-9/+11
2015-10-03build: update gnulib submodule to latestPádraig Brady-0/+0
2015-10-02dircolors: add xterm-termite entryDario Giovannetti-0/+1
2015-09-23df: prioritize mounts nearer the device rootDave Chiluk-3/+12
2015-09-23build: update gnulib submodule to latestPádraig Brady-19/+20
2015-09-22maint: use adaptive approach for `ulimit -v` based testsBernhard Voelker-53/+83
2015-09-22maint: avoid deprecation warning with <selinux/flask.h>Pádraig Brady-6/+2
2015-09-22sort,numfmt: with --debug, diagnose failure to set localePádraig Brady-3/+13
2015-09-18du: avoid to stat all mount points if possibleBernhard Voelker-35/+45
2015-09-17shred: don’t document -NUMBER optionPaul Eggert-2/+1
2015-09-12numfmt: use new set-fields module to parse --fieldAssaf Gordon-168/+84