summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2015-09-12cut: refactor into set-fields moduleAssaf Gordon-256/+403
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-03tests: test numfmt stdin behaviorPádraig Brady-1/+2
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-4/+9
2015-09-03base64: use stricter validation on wrap columnPádraig Brady-4/+17
2015-09-03base32: A new program similar to base64Pádraig Brady-107/+216
2015-09-01build: update gnulib submodule to latestPádraig Brady-0/+0
2015-08-31doc: clarify in --help/man where short options take no paramPádraig Brady-7/+11
2015-08-30tests: avoid FP of ls/stat-free-color.sh with newer glibcBernhard Voelker-15/+24
2015-08-27doc: clarify where ambiguous if short options take no paramPádraig Brady-14/+17
2015-08-22ls: allow -w18446744073709551616Paul Eggert-17/+32
2015-08-18maint: add syntax check to ensure larger man/*.x files have a CopyrightBernhard Voelker-0/+14
2015-07-23build: fprintftime/nstrftime API changesPaul Eggert-12/+25
2015-07-23build: update gnulib submodule to latestPaul Eggert-0/+0
2015-07-22doc: discourage use of uname -i and -p optionsPádraig Brady-6/+6
2015-07-15doc: improve man page for realpath -mPádraig Brady-1/+2
2015-07-15tests: avoid test warning with perl >= 5.22Peter Bray-2/+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-3/+41
2015-07-03maint: post-release administriviaPádraig Brady-2/+5
2015-07-03version 8.24v8.24Pádraig Brady-1/+1
2015-07-03maint: fix distclean-check failure due to THANKSPádraig Brady-2/+5
2015-07-03maint: avoid false syntax-check failure in distcheckPádraig Brady-0/+2
2015-07-03tests: update gnulib submodule and tests/init.sh to latestPádraig Brady-0/+1
2015-07-03tests: avoid side effects of $SHELL environment variablePádraig Brady-20/+15
2015-07-02tests: avoid false failures on OpenBSD 5.7Pádraig Brady-4/+7
2015-07-02wc: fix reading of /proc files on aarch64Pádraig Brady-4/+8
2015-07-01build: update gnulib submodule to latestPádraig Brady-0/+0
2015-07-01numfmt: increase precision on 32 bit FreeBSDPádraig Brady-0/+24
2015-07-01tests: avoid false failure on FreeBSD systemsPádraig Brady-0/+4
2015-07-01factor: ensure atomic output through pipesPádraig Brady-26/+96
2015-07-01tests: fix false failure on slower systemsPádraig Brady-3/+3
2015-06-29maint: stdbuf.c: avoid the OS X putenv functionJim Meyering-1/+2
2015-06-29build: numfmt.c: avoid a shadowing warningJim Meyering-4/+4
2015-06-29numfmt: fix printf argument orderAssaf Gordon-1/+1
2015-06-28maint: clarify df's use of device IDs from /proc/self/mountinfoPádraig Brady-4/+2
2015-06-26chroot: quote argument in error diagnosticPádraig Brady-1/+1
2015-06-25maint: clarify integer operations in recent commitPádraig Brady-2/+5
2015-06-25tests: avoid false failure when running as rootPádraig Brady-3/+5
2015-06-25tests: avoid false failures with LD_PRELOAD=libasan.so.2Pádraig Brady-12/+16
2015-06-25build: update to latest gnulibPádraig Brady-0/+0
2015-06-25build: allow build to complete with -fsanitize=addressPádraig Brady-0/+3
2015-06-24maint: avoid undefined behavior in qsort callPádraig Brady-3/+3
2015-06-24factor: avoid interspersed lines for parallel runsPádraig Brady-3/+59
2015-06-24seq: handle exponents more consistentlyPádraig Brady-2/+31
2015-06-24seq: use consistent output format with hex integersPádraig Brady-8/+35
2015-06-24seq: support inf last item more generally/efficientlyPádraig Brady-25/+98