aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-02expand,unexpand: add support for incremental tab stopsJacob Keller1-0/+16
2017-03-27tests: avoid false ulimit failure on some systemsLudovic Courtès1-2/+1
2017-03-27md5sum,b2sum,sha*sum: don't erroneously trigger BSD reversed modePádraig Brady1-0/+7
2017-03-11tests: avoid a false failure on OS X 10.5.8Pádraig Brady1-6/+6
2017-03-09tests: port to tzdb-2017aPaul Eggert1-4/+5
2017-03-03tests: avoid a spurious failure on older debianPádraig Brady1-0/+1
2017-02-28expand,unexpand: support specifying a trailing tab sizePádraig Brady1-1/+19
2017-02-26nproc: support OMP_THREAD_LIMIT to set a max valuePádraig Brady1-0/+58
2017-01-20date: fix TZ= regressionPaul Eggert2-2/+8
2017-01-14maint: modernize URLsPaul Eggert7-10/+8
2017-01-09maint: standardize on "timestamp" as per POSIXPaul Eggert3-4/+4
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 Brady178-178/+178
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 Iooss2-1/+3
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 Brady1-1/+1
2016-11-28tac: fix mem corruption when failing to read non seekable inputsPádraig Brady1-0/+3
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-24ptx: fix an invalid heap reference with short --widthPádraig Brady1-0/+5
2016-11-22comm: add --total optionBernhard Voelker1-16/+37
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 Brady3-6/+10
2016-11-22b2sum: a new checksum utility with md5sum like interfacePádraig Brady2-5/+54
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 Meyering5-26/+18
2016-11-13tests: use "returns_" rather than explicit comparison with "$?"Jim Meyering6-56/+28
2016-11-07maint: misc tweaks to recent changesPádraig Brady1-1/+2
2016-11-07date: add %q to output the quarter of the yearPádraig Brady1-0/+5
2016-11-05stat: make --format=%N honor the QUOTING_STYLE env varPádraig Brady1-1/+14
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-09-19ls: fix %%b format and precompute morePaul Eggert1-1/+18
2016-09-08date: add '--debug' optionAssaf Gordon2-0/+132
2016-08-09maint: refactor common expand(1) and unexpand(1) codeAssaf Gordon2-1/+155
2016-07-18sort: with -h, disallow thousands separator between number and unitKamil Dudka1-12/+13
2016-07-18sort: make -h work with -k and blank used as thousands separatorKamil Dudka1-0/+47
2016-07-02tests: improve recent seq EPIPE testAssaf Gordon1-17/+12
2016-06-24yes: fix copy and paste issue with previous commitPádraig Brady1-0/+3
2016-05-31sort: modify 'leading spaces' debug warning scenariosAssaf Gordon1-1/+2
2016-05-31tests: sort-debug-warn: add progress information linesAssaf Gordon1-0/+36
2016-05-14nl: reset numbering for each sectionKOBAYASHI Takashi1-0/+15
2016-04-24seq: detect and report I/O errors immediatelyAssaf Gordon2-0/+92