aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-09maint: standardize on "timestamp" as per POSIXPaul Eggert5-8/+8
2017-01-09stty: ensure no side effects from invalid optionsPádraig Brady1-0/+8
2017-01-05tests: improve 'date --debug' testsAssaf Gordon1-0/+180
2017-01-01maint: update all copyright year number rangesPádraig Brady562-567/+574
2016-12-28tests: avoid false fails on NFS due to EPERMPádraig Brady6-4/+8
2016-12-26wc: with only --bytes, determine size more efficientlyPádraig Brady1-0/+13
2016-12-20maint: correct the version for the previous bug fixPádraig Brady1-1/+1
2016-12-19wc: fix wrong byte counts when using --files-from0William R. Fraser1-1/+12
2016-12-18tests: support non-MLS enabled SELinux systemsNicolas Iooss5-11/+11
2016-12-08factor: retry properly if Pollard rho gives a trivial factorizationTorbjörn Granlund1-0/+2
2016-12-08factor: fix infinite loop in gcd2_oddNiels Möller1-0/+5
2016-11-30tests: fix false failure with spaces in $PWDPádraig Brady1-1/+1
2016-11-29tests: fix ERRORs and false FAILs on some platformsPádraig Brady3-10/+11
2016-11-28tac: fix mem corruption when failing to read non seekable inputsPádraig Brady1-0/+3
2016-11-27tail: fix uninitialized memory read when failing to read filePádraig Brady1-0/+12
2016-11-27doc: add NEWS entries for recent changesPádraig Brady1-1/+1
2016-11-26shuf: test input-closed bugPaul Eggert1-0/+5
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 Brady1-0/+7
2016-11-24ptx: fix an invalid heap reference with short --widthPádraig Brady1-0/+5
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 Brady1-1/+6
2016-11-22comm: add --total optionBernhard Voelker1-16/+37
2016-11-22all: update gnulib submodule to latestPádraig Brady1-39/+13
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 Brady4-7/+12
2016-11-22tests: fix recent tail-2 test regressionsPádraig Brady2-5/+6
2016-11-22ls: improve alignment of quoted namesPádraig Brady2-0/+64
2016-11-22b2sum: a new checksum utility with md5sum like interfacePádraig Brady3-5/+55
2016-11-19cp: improve status message when omitting directoriesPádraig Brady2-1/+6
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-13tests: use "returns_" rather than explicit comparison with "$?"Jim Meyering8-44/+27
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 Brady2-4/+22
2016-11-09tail: ensure -f --retry 'missing' handles truncationPádraig Brady1-4/+9
2016-11-08tail: terminate when following pipes and untailable non pipesPádraig Brady1-1/+10
2016-11-07maint: misc tweaks to recent changesPádraig Brady2-2/+3
2016-11-07date: add %q to output the quarter of the yearPádraig Brady1-0/+5
2016-11-07all: update gnulib submodule to latestPádraig Brady1-0/+8
2016-11-05stat: make --format=%N honor the QUOTING_STYLE env varPádraig Brady1-1/+14
2016-11-04dd: warn about counts specified with confusing 0x prefixPádraig Brady1-0/+10
2016-10-26md5sum,sha*sum: fix --ignore-missing with checksums starting with 00Pádraig Brady1-0/+7
2016-10-15gnulib: update to latest and adapt printf-quote.sh testJim Meyering1-1/+1
2016-10-04rm: disallow --n alias for --no-preserve-rootPádraig Brady1-0/+9
2016-09-28tail: -F now always processes initially untailable filesPádraig Brady1-5/+29
2016-09-19ls: fix %%b format and precompute morePaul Eggert1-1/+18
2016-09-08date: add '--debug' optionAssaf Gordon3-0/+133
2016-08-18cp: with --parents --no-preserve=mode don't copy dir permsPádraig Brady1-8/+19
2016-08-09maint: refactor common expand(1) and unexpand(1) codeAssaf Gordon2-1/+155