summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2021-09-16cksum: fix --check with non tagged format checksumsPádraig Brady-5/+16
2021-09-15digest: support windows format checksum filesPádraig Brady-0/+7
2021-09-15cksum: operate in binary mode onlyPádraig Brady-2/+1
2021-09-15cksum: use --tag format by defaultPádraig Brady-6/+9
2021-09-15cksum: support --zero in default modePádraig Brady-1/+0
2021-09-15cksum: support digest detection for tagged formatPádraig Brady-7/+67
2021-09-15digest: add support for sm3Pádraig Brady-0/+58
2021-09-15cksum: add --algorithm option to select digest modePádraig Brady-10/+61
2021-09-12tests: stat-vs-dirent.sh: avoid a false failurePádraig Brady-1/+2
2021-09-09tests: add new stdin reading programs to tty-eof testPádraig Brady-1/+2
2021-09-05tests: narrow scope of faulty join argsJustin Tracey-1/+1
2021-08-31sum: always output a file name if one passedPádraig Brady-9/+9
2021-08-30tests: port better to NetBSDPaul Eggert-1/+2
2021-08-30tests: merge help-version changes back from gzipPaul Eggert-8/+8
2021-08-29basenc: fix bug49741: using wrong decoding buffer lengthAssaf Gordon-0/+9
2021-08-27basenc: prefer signed to unsigned integersPaul Eggert-3/+0
2021-08-25tests: avoid reflinks when testing SEEK_DATA logicPádraig Brady-15/+20
2021-08-08cat: with -E fix handling of \r\n spanning buffersPádraig Brady-2/+14
2021-07-28tests: augment new ls --zero test casesPádraig Brady-1/+9
2021-07-28doc: modernize usage of “disk” and “core”Paul Eggert-17/+18
2021-07-27ls: rename --null to --zero (Bug#49716)Paul Eggert-4/+4
2021-07-26ls: add --null option (Bug#49716)Paul Eggert-0/+34
2021-06-26tail: fix abuse2 test racePaul Eggert-2/+2
2021-06-21stat: support more device number representationsPádraig Brady-0/+3
2021-05-12tests: fix tests/cp/sparse-2.sh false failure on some systemsPádraig Brady-3/+10
2021-05-12tests: ensure we test SEEK_DATA where usedPádraig Brady-54/+58
2021-04-22tests: fix FP in ls/stat-free-color.shBernhard Voelker-4/+6
2021-04-11ls: add --sort=width option to sort by file name widthCarl Edquist-0/+42
2021-03-29tests: add a test case for recent env fixPádraig Brady-0/+4
2021-03-15cksum: use pclmul hardware instruction for CRC32 calculationKristoffer Brånemyr-0/+39
2021-02-19rmdir: diagnose non following of symlinks with trailing slashPádraig Brady-0/+67
2021-02-15pr: fix alignment of input tabs to multiple columnsErik Auerswald-0/+38
2021-02-10cat: extend --show-ends to show \r\n as ^M$Pádraig Brady-1/+32
2021-01-26expr: fix bug with unmatched \(...\)Paul Eggert-0/+3
2021-01-25split: fix --number=K/N to output correct part of filePádraig Brady-19/+26
2021-01-15mkdir: fix bug when -m's more generous than umaskPaul Eggert-0/+1
2021-01-01maint: update all copyright year number rangesPádraig Brady-597/+597
2020-12-28tests: add a test for cksumPádraig Brady-0/+36
2020-12-15nl: fix --section-delimiter handling of single charactersKOBAYASHI Takashi-0/+11
2020-12-15doc: mention the GNU extensions to nl --section-delimiterPádraig Brady-0/+20
2020-12-01date: with --debug, show the output formatPádraig Brady-0/+9
2020-11-26rm: do not skip files upon failure to remove an empty dirNishant Nayan-0/+47
2020-11-14tr: fix crash validating -c with some case char classesPádraig Brady-0/+3
2020-11-11ls: fix crash printing SELinux context for unstatable filesPádraig Brady-3/+9
2020-10-26nl: support a negative --line-incrementKOBAYASHI Takashi-0/+12
2020-10-25nl: only fail if need to output overflowed numbersPádraig Brady-1/+13
2020-08-08csplit: fix regex suppression with specific match countEmanuele Giacomelli-3/+9
2020-07-31tests: skip some parts of 'tests/rmdir/ignore.sh' if run as rootBernhard Voelker-6/+13
2020-07-08factor: treat ' +bignum' like non-bignumPaul Eggert-0/+3
2020-07-08tests: simplify since expr now works on bignumsPaul Eggert-57/+29