summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2016-12-26wc: with only --bytes, determine size more efficientlyPádraig Brady-0/+13
2016-12-20maint: correct the version for the previous bug fixPádraig Brady-1/+1
2016-12-19wc: fix wrong byte counts when using --files-from0William R. Fraser-1/+12
2016-12-18tests: support non-MLS enabled SELinux systemsNicolas Iooss-11/+11
2016-12-08factor: retry properly if Pollard rho gives a trivial factorizationTorbjörn Granlund-0/+2
2016-12-08factor: fix infinite loop in gcd2_oddNiels Möller-0/+5
2016-11-30tests: fix false failure with spaces in $PWDPádraig Brady-1/+1
2016-11-29tests: fix ERRORs and false FAILs on some platformsPádraig Brady-10/+11
2016-11-28tac: fix mem corruption when failing to read non seekable inputsPádraig Brady-0/+3
2016-11-27tail: fix uninitialized memory read when failing to read filePádraig Brady-0/+12
2016-11-27doc: add NEWS entries for recent changesPádraig Brady-1/+1
2016-11-26shuf: test input-closed bugPaul Eggert-0/+5
2016-11-25tests: fix false failure on new ls testPádraig Brady-2/+1
2016-11-25pr: fix read from invalid memory with tabs in separatorPádraig Brady-0/+7
2016-11-24ptx: fix an invalid heap reference with short --widthPádraig Brady-0/+5
2016-11-24tests: fix false failure with ASAN in rm-readdir-failPádraig Brady-3/+5
2016-11-24split: fix memory corruption during chunk extractionPádraig Brady-1/+6
2016-11-22comm: add --total optionBernhard Voelker-16/+37
2016-11-22all: update gnulib submodule to latestPádraig Brady-39/+13
2016-11-22tests: fix false failure with FreeBSD 11 multibyte quotingPádraig Brady-2/+2
2016-11-22tests: fix false fails due to passing env vars to returns_Pádraig Brady-7/+12
2016-11-22tests: fix recent tail-2 test regressionsPádraig Brady-5/+6
2016-11-22ls: improve alignment of quoted namesPádraig Brady-0/+64
2016-11-22b2sum: a new checksum utility with md5sum like interfacePádraig Brady-5/+55
2016-11-19cp: improve status message when omitting directoriesPádraig Brady-1/+6
2016-11-16tests: fix non portable date in recent testPádraig Brady-4/+4
2016-11-15tests: fix false failure on OS XPádraig Brady-3/+5
2016-11-13tests: use "returns_" rather than explicit comparison with "$?"Jim Meyering-44/+27
2016-11-13tests: use "returns_" rather than explicit comparison with "$?"Jim Meyering-77/+37
2016-11-10tail: only retry file open if --retry specifedPádraig Brady-4/+22
2016-11-09tail: ensure -f --retry 'missing' handles truncationPádraig Brady-4/+9
2016-11-08tail: terminate when following pipes and untailable non pipesPádraig Brady-1/+10
2016-11-07maint: misc tweaks to recent changesPádraig Brady-2/+3
2016-11-07date: add %q to output the quarter of the yearPádraig Brady-0/+5
2016-11-07all: update gnulib submodule to latestPádraig Brady-0/+8
2016-11-05stat: make --format=%N honor the QUOTING_STYLE env varPádraig Brady-1/+14
2016-11-04dd: warn about counts specified with confusing 0x prefixPádraig Brady-0/+10
2016-10-26md5sum,sha*sum: fix --ignore-missing with checksums starting with 00Pádraig Brady-0/+7
2016-10-15gnulib: update to latest and adapt printf-quote.sh testJim Meyering-1/+1
2016-10-04rm: disallow --n alias for --no-preserve-rootPádraig Brady-0/+9
2016-09-28tail: -F now always processes initially untailable filesPádraig Brady-5/+29
2016-09-19ls: fix %%b format and precompute morePaul Eggert-1/+18
2016-09-08date: add '--debug' optionAssaf Gordon-0/+133
2016-08-18cp: with --parents --no-preserve=mode don't copy dir permsPádraig Brady-8/+19
2016-08-09maint: refactor common expand(1) and unexpand(1) codeAssaf Gordon-1/+155
2016-07-18sort: with -h, disallow thousands separator between number and unitKamil Dudka-12/+13
2016-07-18sort: make -h work with -k and blank used as thousands separatorKamil Dudka-0/+48
2016-07-08install: with -Z, set default SELinux context for created directoriesKamil Dudka-0/+59
2016-07-06tests: avoid false failure on 32 bit in readdir() testPádraig Brady-5/+6
2016-07-02tests: improve recent seq EPIPE testAssaf Gordon-17/+12