summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-22numfmt: handle leading zeros correctlyPádraig Brady-2/+7
2015-06-22numfmt: avoid integer overflow when roundingPádraig Brady-13/+38
2015-06-21numfmt: support user specified output precisionPádraig Brady-12/+38
2015-06-19numfmt: implement support for field rangesDylan Cali-109/+246
2015-06-19doc: use correct units in df | numfmt examplePádraig Brady-2/+2
2015-06-19numfmt: handle suffixes consistently with --{from,to}-unitPádraig Brady-3/+32
2015-06-09tail: display consistent diagnostics upon file replacementPádraig Brady-30/+25
2015-06-09tail: display file headers correctly with inotifyPádraig Brady-10/+12
2015-06-06build: port to AIXPaul Eggert-5/+16
2015-06-04build: port single_binary_prog to POSIX shellPaul Eggert-3/+6
2015-05-30maint: avoid new coverity warningsPádraig Brady-14/+6
2015-05-28copy: prefer our hardlink to symlink emulation on OS X 10.10Pádraig Brady-1/+1
2015-05-26maint: remove sys/types.h include order checkPádraig Brady-10/+0
2015-05-23mkdir: fix -pZ with existing parent directoriesPádraig Brady-14/+3
2015-05-13timeout: with --foreground don't send SIGCONTPádraig Brady-5/+7
2015-05-13split: auto set suffix len for --numeric-suffixes=<N --number=NPádraig Brady-2/+20
2015-05-13doc: clarify the operation of wc -LAssaf Gordon-1/+1
2015-05-11tail: consistently output all data for truncated filesPádraig Brady-8/+22
2015-05-11tail: fix inotify startup racesPádraig Brady-12/+46
2015-05-10build: rewrite is_ENOTSUP without an #if directivePaul Eggert-5/+1
2015-05-09build: avoid a warning form gcc's new -Wlogical-opJim Meyering-7/+17
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady-66/+94
2015-04-28build: fix SINGLE_BINARY build when printf is a macroYunlian Jiang-4/+6
2015-04-28maint: avoid a new -Werror=return-type warning in yes.cPádraig Brady-1/+1
2015-04-27maint: fix printf format for signed integersPádraig Brady-9/+9
2015-04-26ls: on GNU/Linux, remove dependency on libaclPaul Eggert-1/+1
2015-04-22build: fix potential factor build failure on arm and mipsPádraig Brady-90/+122
2015-04-22maint: avoid -Werror=strict-overflow warnings with GCC 5Pádraig Brady-10/+12
2015-04-17dircolors: add 'MISSING' to the default databasePádraig Brady-1/+2
2015-04-13df: fix --local hanging with inaccessible remote mountsPádraig Brady-3/+6
2015-04-03df: fix use of uninitialized variable reported by valgrindPádraig Brady-0/+4
2015-04-01doc: clarify that ls --sort=time is newest firstPádraig Brady-3/+4
2015-03-31tail: fix -f to follow changes after a renameStephane Chazelas-17/+14
2015-03-27nohup: clarify stdin redirectionPaul Eggert-1/+1
2015-03-26doc: disambiguate the ls --color descriptionChristoph Anton Mitterer-2/+3
2015-03-26doc: clarify the date standard output formatsPádraig Brady-16/+22
2015-03-24doc: clarify the uniq -D man page descriptionPádraig Brady-3/+3
2015-03-24wc: use a more adaptive wc -l implementationPádraig Brady-32/+26
2015-03-23doc: clarify default order for ls --sort=sizeDan Jacobson-1/+1
2015-03-20wc: speedup counting of short linesKristoffer Brånemyr-0/+31
2015-03-10yes: improve efficiency when all args aren't bufferedGiuseppe Scrivano-11/+15
2015-03-10yes: output data more efficientlyPádraig Brady-2/+41
2015-03-04tee: generalize the --write-error option to --output-errorPádraig Brady-29/+28
2015-03-04maint: update stale comment about ls color sequencesJarosław Gruca-1/+1
2015-02-27tail,stat: improve support for the IBRIX file systemShane M Seymour-0/+2
2015-02-24tee: add --write-error to control handling of closed pipesPádraig Brady-3/+62
2015-02-23tee: close "-" fileBernhard Voelker-2/+1
2015-02-20tee: treat '-' operand as file name as mandated by POSIXBernhard Voelker-7/+2
2015-02-18tee: exit early if no more writable outputsPádraig Brady-1/+12
2015-02-17maint: prefer STREQ_LEN and STRPREFIX over strncmp in all casesBernhard Voelker-12/+10