summaryrefslogtreecommitdiff
path: root/tests/misc
Commit message (Expand)AuthorAgeFilesLines
...
* maint: update all copyright year number rangesPádraig Brady2022-01-02201-201/+201
* tests: avoid false failure in env-signal-handler.shPádraig Brady2021-11-131-43/+25
* sort: --debug: add warnings about sign, radix, and grouping charsPádraig Brady2021-10-311-22/+66
* timeout: ensure --foreground -k exits with status 137Pádraig Brady2021-10-121-0/+3
* tests: date-debug: avoid a false failure on solarisPádraig Brady2021-09-201-5/+8
* tests: env-s.pl: avoid spurious failure on OS XJim Meyering2021-09-201-0/+6
* cksum: support more transparent emulation of older utilsPádraig Brady2021-09-201-1/+0
* tests: fix typo in cksum-a.shTianjia Zhang2021-09-171-1/+1
* digest: ignore empty lines when checkingPádraig Brady2021-09-161-6/+3
* tests: ensure returns_ check failures are propagatedPádraig Brady2021-09-163-4/+4
* cksum: fix --check with non tagged format checksumsPádraig Brady2021-09-161-5/+16
* digest: support windows format checksum filesPádraig Brady2021-09-152-0/+7
* cksum: operate in binary mode onlyPádraig Brady2021-09-151-2/+1
* cksum: use --tag format by defaultPádraig Brady2021-09-154-6/+9
* cksum: support --zero in default modePádraig Brady2021-09-151-1/+0
* cksum: support digest detection for tagged formatPádraig Brady2021-09-153-7/+66
* digest: add support for sm3Pádraig Brady2021-09-151-0/+57
* cksum: add --algorithm option to select digest modePádraig Brady2021-09-152-10/+60
* tests: add new stdin reading programs to tty-eof testPádraig Brady2021-09-091-1/+2
* tests: narrow scope of faulty join argsJustin Tracey2021-09-051-1/+1
* sum: always output a file name if one passedPádraig Brady2021-08-311-9/+9
* tests: port better to NetBSDPaul Eggert2021-08-301-1/+2
* tests: merge help-version changes back from gzipPaul Eggert2021-08-301-8/+8
* basenc: fix bug49741: using wrong decoding buffer lengthAssaf Gordon2021-08-291-0/+9
* basenc: prefer signed to unsigned integersPaul Eggert2021-08-271-3/+0
* cat: with -E fix handling of \r\n spanning buffersPádraig Brady2021-08-081-2/+14
* doc: modernize usage of “disk” and “core”Paul Eggert2021-07-281-1/+1
* stat: support more device number representationsPádraig Brady2021-06-211-0/+3
* tests: add a test case for recent env fixPádraig Brady2021-03-291-0/+4
* cksum: use pclmul hardware instruction for CRC32 calculationKristoffer Brånemyr2021-03-151-0/+39
* cat: extend --show-ends to show \r\n as ^M$Pádraig Brady2021-02-102-1/+31
* expr: fix bug with unmatched \(...\)Paul Eggert2021-01-261-0/+3
* maint: update all copyright year number rangesPádraig Brady2021-01-01197-197/+197
* tests: add a test for cksumPádraig Brady2020-12-281-0/+35
* nl: fix --section-delimiter handling of single charactersKOBAYASHI Takashi2020-12-151-0/+11
* doc: mention the GNU extensions to nl --section-delimiterPádraig Brady2020-12-151-0/+20
* date: with --debug, show the output formatPádraig Brady2020-12-011-0/+9
* tr: fix crash validating -c with some case char classesPádraig Brady2020-11-141-0/+3
* nl: support a negative --line-incrementKOBAYASHI Takashi2020-10-261-0/+12
* nl: only fail if need to output overflowed numbersPádraig Brady2020-10-251-1/+13
* csplit: fix regex suppression with specific match countEmanuele Giacomelli2020-08-081-3/+9
* factor: treat ' +bignum' like non-bignumPaul Eggert2020-07-081-0/+3
* tests: simplify since expr now works on bignumsPaul Eggert2020-07-083-53/+27
* factor: simplify tests by assuming libgmpPaul Eggert2020-07-081-9/+6
* maint: avoid signed integer overflowsTobias Stoeckmann2020-06-152-0/+9
* maint: clean up recently added testPádraig Brady2020-04-021-6/+6
* tests: don't rely on system env(1) being presentPádraig Brady2020-03-041-50/+56
* tests: avoid a false failure on OpenIndiana 11Pádraig Brady2020-03-012-21/+46
* tests: use bash in some scripts to avoid false failuresPádraig Brady2020-03-012-1/+11
* tests: fix incorrect `|| fail` pattern in testsPádraig Brady2020-02-291-1/+1