summaryrefslogtreecommitdiffstats
path: root/tests/misc
AgeCommit message (Expand)AuthorLines
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
2019-03-06tests: tac-2-nonseekable: ensure we don't block indefinitelyPádraig Brady-1/+4
2019-03-06tests: test-N: fix false positives on some systemsPádraig Brady-12/+20
2019-03-06tests: wc-nbsp.sh: avoid failure on FreeBSDPádraig Brady-7/+15
2019-03-04env: add --list-signal-handling to output non default handlingPádraig Brady-1/+9
2019-03-04env: new options --{default,ignore,block}-signal[=SIG]Assaf Gordon-0/+131
2019-02-25wc: treat non breaking space as a word separatorPádraig Brady-0/+42
2019-02-24date: ‘+’ conversion specification flagPaul Eggert-0/+3
2019-02-24all: detect --help and --version more consistentlyBernhard Voelker-0/+74
2019-02-17sort: clarify in --debug; only text comparisons affectedPádraig Brady-19/+19
2019-02-11comm,join: ensure warnings are apparent upon exitPádraig Brady-7/+16
2019-02-10gnulib: update to use new strtold modulePádraig Brady-4/+0
2019-02-03seq: output decimal points consistently with invalid localesPádraig Brady-0/+28
2019-01-30tests: add test for locale decimal processingPádraig Brady-1/+14
2019-01-20tail: fix handling of broken pipes with SIGPIPE ignoredPádraig Brady-6/+2
2019-01-01maint: update all copyright year number rangesAssaf Gordon-189/+189
2019-01-01base64,base32: fix 'extra operand' error messageAssaf Gordon-2/+8