summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2016-12-19wc: fix wrong byte counts when using --files-from0William R. Fraser-0/+3
2016-12-08factor: retry properly if Pollard rho gives a trivial factorizationTorbjörn Granlund-1/+15
2016-12-08factor: fix infinite loop in gcd2_oddNiels Möller-2/+8
2016-12-02doc: fix --help for: od -t f[SIZE]Pádraig Brady-1/+1
2016-11-28head: fix processing of non-seekable input as seekablePádraig Brady-2/+2
2016-11-28install,mkdir: fix handling of -DZ and -pZ, respectivelyKamil Dudka-2/+2
2016-11-28tac: fix mem corruption when failing to read non seekable inputsPádraig Brady-7/+4
2016-11-27tail: fix uninitialized memory read when failing to read filePádraig Brady-2/+2
2016-11-27stat,tail: sync with latest Linux file systemsPádraig Brady-0/+9
2016-11-27build: fix potential factor build failure on arm and riscPádraig Brady-6/+15
2016-11-27shred,sort: ensure faster unaligned access to rand modulePádraig Brady-1/+1
2016-11-25numfmt: pacify Sun C 5.14Paul Eggert-1/+1
2016-11-25pr: fix read from invalid memory with tabs in separatorPádraig Brady-1/+1
2016-11-24ptx: fix an invalid heap reference with short --widthPádraig Brady-0/+2
2016-11-24doc: clarify that readlink's --quiet option is on by defaultBernhard Voelker-1/+1
2016-11-24split: fix memory corruption during chunk extractionPádraig Brady-1/+1
2016-11-24tail: fix checking of remoteness when not using inotifyPádraig Brady-11/+4
2016-11-23build: avoid racy failure of "make -jN install"Jim Meyering-1/+1
2016-11-23pr: fix integer overflow in buffer size calcsPaul Eggert-22/+37
2016-11-22comm: add --total optionBernhard Voelker-4/+45
2016-11-22ls: improve alignment of quoted namesPádraig Brady-65/+199
2016-11-22b2sum: a new checksum utility with md5sum like interfacePádraig Brady-14/+1321
2016-11-19cp: improve status message when omitting directoriesPádraig Brady-1/+10
2016-11-15dircolors: highlight Motion JPEG multimedia filesAntonio Ospite-0/+2
2016-11-14all: reduce usage of proper_name_utf8()Pádraig Brady-20/+10
2016-11-10tail: only retry file open if --retry specifedPádraig Brady-1/+1
2016-11-09tail: ensure -f --retry 'missing' handles truncationPádraig Brady-1/+1
2016-11-09tail: avoid outputting repeated data with remote filesPádraig Brady-3/+13
2016-11-08tail: terminate when following pipes and untailable non pipesPádraig Brady-1/+4
2016-11-07maint: refactor printing of backup suffix --helpPádraig Brady-52/+22
2016-11-07maint: simplify handling of backup --suffix in various toolsRishabh Dave-36/+4
2016-11-07date: add %q to output the quarter of the yearPádraig Brady-0/+1
2016-11-05stat: make --format=%N honor the QUOTING_STYLE env varPádraig Brady-5/+36
2016-11-05doc: improve the --help description of ls -NPádraig Brady-2/+1
2016-11-04dd: warn about counts specified with confusing 0x prefixPádraig Brady-0/+6
2016-10-26md5sum,sha*sum: fix --ignore-missing with checksums starting with 00Pádraig Brady-8/+12
2016-10-16maint: we use die; remove now-unnecessary uses of abortJim Meyering-11/+0
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-800/+865
2016-10-15build: also distribute new file, src/die.hJim Meyering-0/+1
2016-10-15build: add die.h; avoid new warnings from GCC 7Jim Meyering-8/+43
2016-10-15maint: pr: avoid new GCC 7 warningJim Meyering-1/+1
2016-10-04rm: disallow --n alias for --no-preserve-rootPádraig Brady-0/+3
2016-09-28tail: -F now always processes initially untailable filesPádraig Brady-19/+24
2016-09-22who: avoid new warning from upcoming gcc-7Jim Meyering-0/+4
2016-09-19ls: fix %%b format and precompute morePaul Eggert-52/+91
2016-09-11pinky,who: remove redeclarations of ttynameGeorge Burgess IV-10/+6
2016-09-09cp: use FICLONE instead of BTRFS_IOC_CLONEPaul Eggert-6/+10
2016-09-08date: add '--debug' optionAssaf Gordon-3/+18
2016-09-07sort: port to strict C + valgrindPaul Eggert-2/+3
2016-09-07factor: reinstate immediate output with interactive usePádraig Brady-1/+7