aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-26shuf: test input-closed bugPaul Eggert1-0/+5
2016-11-26build: update gnulib submodule to latestPaul Eggert1-0/+0
2016-11-25numfmt: pacify Sun C 5.14Paul Eggert1-1/+1
2016-11-25tests: fix false failure on new ls testPádraig Brady1-2/+1
2016-11-25pr: fix read from invalid memory with tabs in separatorPádraig Brady3-1/+12
2016-11-24ptx: fix an invalid heap reference with short --widthPádraig Brady2-0/+7
2016-11-24doc: clarify that readlink's --quiet option is on by defaultBernhard Voelker2-2/+2
2016-11-24tests: fix false failure with ASAN in rm-readdir-failPádraig Brady1-3/+5
2016-11-24split: fix memory corruption during chunk extractionPádraig Brady2-2/+7
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-23maint: fix 'syntax-check' targets for VPATH buildsBernhard Voelker1-2/+3
2016-11-23maint: add build-aux/ar-lib to .gitignoreBernhard Voelker1-0/+1
2016-11-23pr: fix integer overflow in buffer size calcsPaul Eggert2-22/+39
2016-11-22comm: add --total optionBernhard Voelker4-20/+115
2016-11-22all: update gnulib submodule to latestPádraig Brady3-50/+24
2016-11-22tests: fix false failure with FreeBSD 11 multibyte quotingPádraig Brady1-2/+2
2016-11-22tests: fix false fails due to passing env vars to returns_Pádraig Brady5-7/+20
2016-11-22tests: fix recent tail-2 test regressionsPádraig Brady2-5/+6
2016-11-22ls: improve alignment of quoted namesPádraig Brady4-65/+266
2016-11-22b2sum: a new checksum utility with md5sum like interfacePádraig Brady23-24/+1428
2016-11-22maint: avoid "make distcheck" failure due to excess .deps directoriesJim Meyering1-0/+4
2016-11-19cp: improve status message when omitting directoriesPádraig Brady7-2/+16
2016-11-16tests: fix non portable date in recent testPádraig Brady1-4/+4
2016-11-15tests: fix false failure on OS XPádraig Brady1-3/+5
2016-11-15dircolors: highlight Motion JPEG multimedia filesAntonio Ospite1-0/+2
2016-11-13tests: use "returns_" rather than explicit comparison with "$?"Jim Meyering8-44/+27
2016-11-14all: reduce usage of proper_name_utf8()Pádraig Brady13-30/+20
2016-11-13maint: add 'returns_' to exclude list in sc_prohibit_and_fail_1Bernhard Voelker1-1/+1
2016-11-13tests: use "returns_" rather than explicit comparison with "$?"Jim Meyering15-77/+37
2016-11-10tail: only retry file open if --retry specifedPádraig Brady4-5/+27
2016-11-09tail: ensure -f --retry 'missing' handles truncationPádraig Brady3-5/+14
2016-11-09tail: avoid outputting repeated data with remote filesPádraig Brady2-3/+17
2016-11-08tail: terminate when following pipes and untailable non pipesPádraig Brady3-2/+18
2016-11-07maint: misc tweaks to recent changesPádraig Brady3-3/+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 Brady5-2/+12
2016-11-07all: update gnulib submodule to latestPádraig Brady3-8/+18
2016-11-05doc: clarify in texinfo that cut doesn't reorder fieldsPádraig Brady1-2/+5
2016-11-05stat: make --format=%N honor the QUOTING_STYLE env varPádraig Brady4-7/+62
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 Brady2-0/+16
2016-10-26md5sum,sha*sum: fix --ignore-missing with checksums starting with 00Pádraig Brady3-8/+23
2016-10-21doc: fix typo in stdbuf man pageBishop Bettini1-1/+1
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 Brady84-800/+875
2016-10-15build: also distribute new file, src/die.hJim Meyering1-0/+1
2016-10-15build: add die.h; avoid new warnings from GCC 7Jim Meyering9-9/+44
2016-10-15maint: pr: avoid new GCC 7 warningJim Meyering1-1/+1