aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-07-03tests: avoid side effects of $SHELL environment variablePádraig Brady10-20/+15
2015-07-02tests: avoid false failures on OpenBSD 5.7Pádraig Brady3-4/+7
2015-07-02wc: fix reading of /proc files on aarch64Pádraig Brady2-4/+8
2015-07-01build: update gnulib submodule to latestPádraig Brady1-0/+0
2015-07-01numfmt: increase precision on 32 bit FreeBSDPádraig Brady2-0/+24
2015-07-01tests: avoid false failure on FreeBSD systemsPádraig Brady1-0/+4
2015-07-01factor: ensure atomic output through pipesPádraig Brady1-26/+96
2015-07-01tests: fix false failure on slower systemsPádraig Brady1-3/+3
2015-06-29maint: stdbuf.c: avoid the OS X putenv functionJim Meyering2-1/+2
2015-06-29build: numfmt.c: avoid a shadowing warningJim Meyering1-4/+4
2015-06-29numfmt: fix printf argument orderAssaf Gordon1-1/+1
2015-06-28maint: clarify df's use of device IDs from /proc/self/mountinfoPádraig Brady1-4/+2
2015-06-26chroot: quote argument in error diagnosticPádraig Brady1-1/+1
2015-06-25maint: clarify integer operations in recent commitPádraig Brady1-2/+5
2015-06-25tests: avoid false failure when running as rootPádraig Brady1-3/+5
2015-06-25tests: avoid false failures with LD_PRELOAD=libasan.so.2Pádraig Brady6-12/+16
2015-06-25build: update to latest gnulibPádraig Brady1-0/+0
2015-06-25build: allow build to complete with -fsanitize=addressPádraig Brady1-0/+3
2015-06-24maint: avoid undefined behavior in qsort callPádraig Brady1-3/+3
2015-06-24factor: avoid interspersed lines for parallel runsPádraig Brady4-3/+59
2015-06-24seq: handle exponents more consistentlyPádraig Brady2-2/+31
2015-06-24seq: use consistent output format with hex integersPádraig Brady2-8/+35
2015-06-24seq: support inf last item more generally/efficientlyPádraig Brady3-25/+98
2015-06-22doc: list numfmt in the main menu with "Numeric operations"Pádraig Brady1-1/+1
2015-06-22numfmt: don't hardcode floating point limitsPádraig Brady2-177/+188
2015-06-22numfmt: handle leading zeros correctlyPádraig Brady3-2/+24
2015-06-22numfmt: avoid integer overflow when roundingPádraig Brady3-13/+53
2015-06-21numfmt: support user specified output precisionPádraig Brady4-21/+67
2015-06-19numfmt: implement support for field rangesDylan Cali6-137/+290
2015-06-19doc: use correct units in df | numfmt examplePádraig Brady1-2/+2
2015-06-19numfmt: handle suffixes consistently with --{from,to}-unitPádraig Brady4-7/+47
2015-06-17maint: remove stale online manual items at releasePádraig Brady2-8/+24
2015-06-09tail: display consistent diagnostics upon file replacementPádraig Brady3-32/+27
2015-06-09tail: display file headers correctly with inotifyPádraig Brady4-10/+76
2015-06-07maint: sync .gitignore items with gnulib entriesPádraig Brady2-3/+28
2015-06-06tests: fix false failure in recent test adjustmentPádraig Brady3-9/+10
2015-06-06build: port to AIXPaul Eggert4-9/+34
2015-06-06build: update gnulib submodule to latestPaul Eggert1-0/+0
2015-06-05build: update gnulib submodule to latestPaul Eggert1-0/+0
2015-06-04build: port single_binary_prog to POSIX shellPaul Eggert2-4/+8
2015-06-03build: add a dependency on the gnulib tempname modulePádraig Brady1-0/+1
2015-06-02build: update to latest gnulibPádraig Brady1-0/+0
2015-06-01tests: fix race in tail test without inotifyPádraig Brady1-4/+13
2015-06-01tests: fix false failure on loaded systemsPádraig Brady1-1/+1
2015-05-30maint: avoid new coverity warningsPádraig Brady7-14/+6
2015-05-28build: remove workarounds for unsupported gettext versionsPádraig Brady2-16/+1
2015-05-28tests: ln/hard-to-sym FAIL rather than ERROR when ln failsPádraig Brady1-15/+21
2015-05-28copy: prefer our hardlink to symlink emulation on OS X 10.10Pádraig Brady2-2/+3
2015-05-26maint: remove sys/types.h include order checkPádraig Brady1-10/+0
2015-05-23mkdir: fix -pZ with existing parent directoriesPádraig Brady3-15/+9