aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-08tail: fix erroneous status about 'giving up' on filePádraig Brady1-4/+3
2017-01-25build: fix issue with HAVE_FALLOCATE on centos5Pádraig Brady1-1/+3
2017-01-25build: Properly expand cu_install_program when cross-compilingManolis Ragkousis1-1/+1
2017-01-21dircolors: highlight windows archive formatMike Swanson1-0/+4
2017-01-21maint: appease syntax-check failures due to recent updatesAssaf Gordon1-1/+1
2017-01-20date: fix TZ= regressionPaul Eggert1-5/+9
2017-01-14date: new option spelling --rfc-emailPaul Eggert1-6/+7
2017-01-14maint: modernize URLsPaul Eggert4-7/+6
2017-01-09maint: standardize on "timestamp" as per POSIXPaul Eggert5-17/+17
2017-01-09stty: ensure no side effects from invalid optionsPádraig Brady1-162/+196
2017-01-01maint: update all copyright year number rangesPádraig Brady137-137/+137
2016-12-26wc: with only --bytes, determine size more efficientlyPádraig Brady1-11/+37
2016-12-19wc: fix wrong byte counts when using --files-from0William R. Fraser1-0/+3
2016-12-08factor: retry properly if Pollard rho gives a trivial factorizationTorbjörn Granlund1-1/+15
2016-12-08factor: fix infinite loop in gcd2_oddNiels Möller1-2/+8
2016-12-02doc: fix --help for: od -t f[SIZE]Pádraig Brady1-1/+1
2016-11-28head: fix processing of non-seekable input as seekablePádraig Brady1-2/+2
2016-11-28install,mkdir: fix handling of -DZ and -pZ, respectivelyKamil Dudka2-2/+2
2016-11-28tac: fix mem corruption when failing to read non seekable inputsPádraig Brady1-7/+4
2016-11-27tail: fix uninitialized memory read when failing to read filePádraig Brady1-2/+2
2016-11-27stat,tail: sync with latest Linux file systemsPádraig Brady1-0/+9
2016-11-27build: fix potential factor build failure on arm and riscPádraig Brady1-6/+15
2016-11-27shred,sort: ensure faster unaligned access to rand modulePádraig Brady1-1/+1
2016-11-25numfmt: pacify Sun C 5.14Paul Eggert1-1/+1
2016-11-25pr: fix read from invalid memory with tabs in separatorPádraig Brady1-1/+1
2016-11-24ptx: fix an invalid heap reference with short --widthPádraig Brady1-0/+2
2016-11-24doc: clarify that readlink's --quiet option is on by defaultBernhard Voelker1-1/+1
2016-11-24split: fix memory corruption during chunk extractionPádraig Brady1-1/+1
2016-11-24tail: fix checking of remoteness when not using inotifyPádraig Brady1-11/+4
2016-11-23build: avoid racy failure of "make -jN install"Jim Meyering1-1/+1
2016-11-23pr: fix integer overflow in buffer size calcsPaul Eggert1-22/+37
2016-11-22comm: add --total optionBernhard Voelker1-4/+45
2016-11-22ls: improve alignment of quoted namesPádraig Brady1-65/+199
2016-11-22b2sum: a new checksum utility with md5sum like interfacePádraig Brady9-14/+1321
2016-11-19cp: improve status message when omitting directoriesPádraig Brady5-1/+10
2016-11-15dircolors: highlight Motion JPEG multimedia filesAntonio Ospite1-0/+2
2016-11-14all: reduce usage of proper_name_utf8()Pádraig Brady11-20/+10
2016-11-10tail: only retry file open if --retry specifedPádraig Brady1-1/+1
2016-11-09tail: ensure -f --retry 'missing' handles truncationPádraig Brady1-1/+1
2016-11-09tail: avoid outputting repeated data with remote filesPádraig Brady1-3/+13
2016-11-08tail: terminate when following pipes and untailable non pipesPádraig Brady1-1/+4
2016-11-07maint: refactor printing of backup suffix --helpPádraig Brady5-52/+22
2016-11-07maint: simplify handling of backup --suffix in various toolsRishabh Dave4-36/+4
2016-11-07date: add %q to output the quarter of the yearPádraig Brady1-0/+1
2016-11-05stat: make --format=%N honor the QUOTING_STYLE env varPádraig Brady1-5/+36
2016-11-05doc: improve the --help description of ls -NPádraig Brady1-2/+1
2016-11-04dd: warn about counts specified with confusing 0x prefixPádraig Brady1-0/+6
2016-10-26md5sum,sha*sum: fix --ignore-missing with checksums starting with 00Pádraig Brady1-8/+12
2016-10-16maint: we use die; remove now-unnecessary uses of abortJim Meyering4-11/+0
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady83-800/+865