summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
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
2015-10-21ls: allow -w0 to mean no limit on line lengthPádraig Brady-11/+22
2015-10-19ls: detect terminal color support using glob patternsPádraig Brady-1/+1
2015-10-19maint: fixes to support improved sc_tight_scopePádraig Brady-6/+6
2015-10-19factor: remove unreachable SQUFOF code at compile timePádraig Brady-38/+41
2015-10-19doc: reference shuf(1) from the sort (-R) man pagePádraig Brady-1/+1
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/+9
2015-10-12tail: no longer warn about unrecognized file systemsPádraig Brady-7/+3
2015-10-06csplit: remove erroneous mention of -m in --helpPádraig Brady-1/+1
2015-10-03tee: simplify argv handlingPaul Eggert-14/+10
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-02dircolors: add xterm-termite entryDario Giovannetti-0/+1
2015-09-23df: prioritize mounts nearer the device rootDave Chiluk-3/+9
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/+11
2015-09-18du: avoid to stat all mount points if possibleBernhard Voelker-35/+39
2015-09-12numfmt: use new set-fields module to parse --fieldAssaf Gordon-163/+17
2015-09-12cut: refactor into set-fields moduleAssaf Gordon-245/+386
2015-09-08maint: fix heap manipulations in previous commitPádraig Brady-3/+8
2015-09-04maint: avoid "definitely lost" valgrind warningsPádraig Brady-0/+7
2015-09-03ls,ptx: restrict quotearg use to file name outputPádraig Brady-7/+6
2015-09-03base64: no longer support hex or oct --wrap paramsPádraig Brady-1/+1
2015-09-03base64: use stricter validation on wrap columnPádraig Brady-4/+3
2015-09-03base32: A new program similar to base64Pádraig Brady-29/+62
2015-08-31doc: clarify in --help/man where short options take no paramPádraig Brady-7/+11
2015-08-22ls: allow -w18446744073709551616Paul Eggert-17/+32
2015-07-23build: fprintftime/nstrftime API changesPaul Eggert-12/+24
2015-07-22doc: discourage use of uname -i and -p optionsPádraig Brady-2/+2
2015-07-15doc: improve man page for realpath -mPádraig Brady-1/+2
2015-07-15sync: fix build with separate $(LIB_FDATASYNC)Peter Bray-0/+1
2015-07-09dircolors: add tmux entriesPádraig Brady-0/+2
2015-07-07shred: fix pattern selection for certain iteration countsPádraig Brady-2/+3
2015-07-02wc: fix reading of /proc files on aarch64Pádraig Brady-4/+8
2015-07-01numfmt: increase precision on 32 bit FreeBSDPádraig Brady-0/+9
2015-07-01factor: ensure atomic output through pipesPádraig Brady-26/+96
2015-06-29maint: stdbuf.c: avoid the OS X putenv functionJim Meyering-1/+1
2015-06-29build: numfmt.c: avoid a shadowing warningJim Meyering-4/+4
2015-06-29numfmt: fix printf argument orderAssaf Gordon-1/+1