aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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 Brady1-3/+21
2015-06-24seq: handle exponents more consistentlyPádraig Brady1-2/+13
2015-06-24seq: use consistent output format with hex integersPádraig Brady1-7/+10
2015-06-24seq: support inf last item more generally/efficientlyPádraig Brady1-25/+60
2015-06-22numfmt: don't hardcode floating point limitsPádraig Brady1-5/+8
2015-06-22numfmt: handle leading zeros correctlyPádraig Brady1-2/+7
2015-06-22numfmt: avoid integer overflow when roundingPádraig Brady1-13/+38
2015-06-21numfmt: support user specified output precisionPádraig Brady1-12/+38
2015-06-19numfmt: implement support for field rangesDylan Cali1-109/+246
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 Brady1-3/+32
2015-06-09tail: display consistent diagnostics upon file replacementPádraig Brady1-30/+25
2015-06-09tail: display file headers correctly with inotifyPádraig Brady1-10/+12
2015-06-06build: port to AIXPaul Eggert2-5/+16
2015-06-04build: port single_binary_prog to POSIX shellPaul Eggert1-3/+6
2015-05-30maint: avoid new coverity warningsPádraig Brady7-14/+6
2015-05-28copy: prefer our hardlink to symlink emulation on OS X 10.10Pádraig Brady1-1/+1
2015-05-26maint: remove sys/types.h include order checkPádraig Brady1-10/+0
2015-05-23mkdir: fix -pZ with existing parent directoriesPádraig Brady1-14/+3
2015-05-13timeout: with --foreground don't send SIGCONTPádraig Brady1-5/+7
2015-05-13split: auto set suffix len for --numeric-suffixes=<N --number=NPádraig Brady1-2/+20
2015-05-13doc: clarify the operation of wc -LAssaf Gordon1-1/+1
2015-05-11tail: consistently output all data for truncated filesPádraig Brady1-8/+22
2015-05-11tail: fix inotify startup racesPádraig Brady1-12/+46
2015-05-10build: rewrite is_ENOTSUP without an #if directivePaul Eggert1-5/+1
2015-05-09build: avoid a warning form gcc's new -Wlogical-opJim Meyering3-7/+17
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady27-66/+94
2015-04-28build: fix SINGLE_BINARY build when printf is a macroYunlian Jiang1-4/+6
2015-04-28maint: avoid a new -Werror=return-type warning in yes.cPádraig Brady1-1/+1
2015-04-27maint: fix printf format for signed integersPádraig Brady7-9/+9
2015-04-26ls: on GNU/Linux, remove dependency on libaclPaul Eggert1-1/+1
2015-04-22build: fix potential factor build failure on arm and mipsPádraig Brady1-90/+122
2015-04-22maint: avoid -Werror=strict-overflow warnings with GCC 5Pádraig Brady5-10/+12
2015-04-17dircolors: add 'MISSING' to the default databasePádraig Brady1-1/+2
2015-04-13df: fix --local hanging with inaccessible remote mountsPádraig Brady1-3/+6
2015-04-03df: fix use of uninitialized variable reported by valgrindPádraig Brady1-0/+4
2015-04-01doc: clarify that ls --sort=time is newest firstPádraig Brady1-3/+4
2015-03-31tail: fix -f to follow changes after a renameStephane Chazelas1-17/+14
2015-03-27nohup: clarify stdin redirectionPaul Eggert1-1/+1
2015-03-26doc: disambiguate the ls --color descriptionChristoph Anton Mitterer1-2/+3
2015-03-26doc: clarify the date standard output formatsPádraig Brady1-16/+22
2015-03-24doc: clarify the uniq -D man page descriptionPádraig Brady1-3/+3
2015-03-24wc: use a more adaptive wc -l implementationPádraig Brady1-32/+26