summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-09-04tests: cksum: check more length variantsPádraig Brady-23/+28
2025-09-04cksum: prefer -a sha2 -l ###, to -a sha###Pádraig Brady-6/+19
2025-09-03cksum: add support for SHA-3Collin Funk-1/+87
2025-09-02maint: avoid syntax-check failure from previous commitCollin Funk-1/+1
2025-09-02seq: be more accurate with large integer start valuesPádraig Brady-1/+8
2025-08-31ls: fix alignment with locale formatted --sizePádraig Brady-2/+19
2025-08-30b2sum: --length: fix upper bound checkPádraig Brady-0/+12
2025-08-28fold: fix handling of invalid multi-byte charactersCollin Funk-0/+11
2025-08-27tests: fold: add tests for multi-byte widthPádraig Brady-0/+22
2025-08-27tests: fold: copy i18n patch testsPádraig Brady-1/+33
2025-08-27tests: parameterize IO_BUFSIZEPádraig Brady-1/+4
2025-08-26fold: don't truncate multibyte characters at the end of the bufferCollin Funk-0/+19
2025-08-26tests: fold: consolidate all fold tests in tests/foldPádraig Brady-2/+2
2025-08-26tests: fold: add a memory constraint testPádraig Brady-0/+6
2025-08-24tests: nproc: fix false failure on some systemsPádraig Brady-12/+74
2025-08-23tests: cp: ensure copy offload is not disabled for sparse filesPádraig Brady-1/+20
2025-08-22fold: add the --characters optionCollin Funk-0/+146
2025-08-21tests: nproc: add a test for cgroup quotasPádraig Brady-0/+86
2025-08-19maint: prefer https to httpCollin Funk-1/+1
2025-08-14tsort: add do-nothing -w optionPaul Eggert-0/+4
2025-08-12maint: use short form bug URLsPádraig Brady-5/+5
2025-08-10realpath: support the -E option required by POSIXCollin Funk-0/+3
2025-08-09basenc: add base58 supportPádraig Brady-0/+69
2025-08-09basenc: fix stripping of '=' chars in some encodingsPádraig Brady-0/+1
2025-08-05maint: use consistent references to standard files in messagesCollin Funk-6/+6
2025-08-03tail: refactor to skip stat call on failurePaul Eggert-1/+0
2025-08-03tail: allow >=2**64 in traditional formPaul Eggert-0/+1
2025-08-03readlink: emit errors when POSIXLY_CORRECT is setCollin Funk-0/+49
2025-07-26maint: avoid :> pattern in testsPádraig Brady-1/+1
2025-07-26tests: avoid a false failure on CygwinCollin Funk-1/+1
2025-07-23tests: date: add tests for the Ethiopian calendarCollin Funk-0/+46
2025-07-23tests: date: add tests for the Solar Hijri calendarCollin Funk-0/+46
2025-07-22install: with -d, use more accurate diagnosticsPádraig Brady-0/+7
2025-07-21tests: date: add tests for the Thai solar calendarCollin Funk-0/+47
2025-07-12tests: sort: add a test for equivalent floatsPádraig Brady-0/+3
2025-07-11tests: fix fraction comparison in sort-floatPaul Eggert-6/+12
2025-07-10tests: fix integer overflow in sort-floatPaul Eggert-1/+2
2025-07-09factor: don’t prove primalityPaul Eggert-1/+6
2025-07-09factor: switch from mp to single when doablePaul Eggert-0/+3
2025-07-09factor: fix test case namePaul Eggert-1/+1
2025-07-01tests: cat: add test for O_APPEND bug fixPádraig Brady-0/+10
2025-07-01tests: avoid false failure due to varied ERANGE errorsPádraig Brady-3/+6
2025-06-29od: add test cases for recent fixPaul Eggert-0/+18
2025-06-28od: fix '+N.' bugPaul Eggert-0/+4
2025-06-28od: fix some unlikely integer overflowsPaul Eggert-0/+44
2025-06-24od: output standard diagnostics for invalid -w argumentsPádraig Brady-1/+11
2025-06-24od: fix various off-by-one issues with --strings with -NPádraig Brady-2/+27
2025-06-22stty: stricter floating point parsingPádraig Brady-1/+2
2025-06-20tty: better fix for Bug#26371Paul Eggert-2/+8
2025-06-18tests: stty: adjust tests for arbitary speedsPádraig Brady-2/+69