summaryrefslogtreecommitdiffstats
path: root/tests/misc
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/+66
2021-09-15digest: add support for sm3Pádraig Brady-0/+57
2021-09-15cksum: add --algorithm option to select digest modePádraig Brady-10/+60
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-08cat: with -E fix handling of \r\n spanning buffersPádraig Brady-2/+14
2021-07-28doc: modernize usage of “disk” and “core”Paul Eggert-1/+1
2021-06-21stat: support more device number representationsPádraig Brady-0/+3
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-10cat: extend --show-ends to show \r\n as ^M$Pádraig Brady-1/+31
2021-01-26expr: fix bug with unmatched \(...\)Paul Eggert-0/+3
2021-01-01maint: update all copyright year number rangesPádraig Brady-197/+197
2020-12-28tests: add a test for cksumPádraig Brady-0/+35
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-14tr: fix crash validating -c with some case char classesPádraig Brady-0/+3
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-08factor: treat ' +bignum' like non-bignumPaul Eggert-0/+3
2020-07-08tests: simplify since expr now works on bignumsPaul Eggert-53/+27
2020-07-08factor: simplify tests by assuming libgmpPaul Eggert-9/+6
2020-06-15maint: avoid signed integer overflowsTobias Stoeckmann-0/+9
2020-04-02maint: clean up recently added testPádraig Brady-6/+6
2020-03-04tests: don't rely on system env(1) being presentPádraig Brady-50/+56
2020-03-01tests: avoid a false failure on OpenIndiana 11Pádraig Brady-21/+46
2020-03-01tests: use bash in some scripts to avoid false failuresPádraig Brady-1/+11
2020-02-29tests: fix incorrect `|| fail` pattern in testsPádraig Brady-1/+1
2020-02-29tests: fix test failure on FreeBSD 12Bruno Haible-3/+17
2020-02-24uniq: avoid strcoll() to improve performance and consistencyPádraig Brady-0/+63
2020-01-01maint: update all copyright year number rangesPádraig Brady-194/+194
2019-10-21shuf: fix bug with ‘-r -n 0’Paul Eggert-0/+4
2019-09-08seq: use faster processing for integer steps from 2 to 200Pádraig Brady-0/+3
2019-08-10date: mention military timezone changes from gnulibAssaf Gordon-0/+10
2019-08-02seq: fix superfluous output lineAssaf Gordon-0/+47
2019-06-12tests: avoid false-positive in date-debug testAssaf Gordon-2/+9
2019-03-10tests: test-N: include subsecond values in gating checkPádraig Brady-3/+7
2019-03-09tests: wc-nbsp: fix false failures on various systemsPádraig Brady-14/+16