summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-09-04maint: prefer c32isspace to iswspaceCollin Funk-1/+1
2025-09-04tests: fold: check if multi-byte spaces are treated as blankCollin Funk-13/+26
2025-09-04doc: update the md5/sha1 "weak hash" advisoryPádraig Brady-2/+3
2025-09-04tests: cksum: check more length variantsPádraig Brady-23/+28
2025-09-04doc: NEWS: expand on the fold multi-byte enhancementsPádraig Brady-2/+3
2025-09-04cksum: prefer -a sha2 -l ###, to -a sha###Pádraig Brady-42/+88
2025-09-03cksum: add support for SHA-3Collin Funk-38/+219
2025-09-03maint: avoid syntax-check failure from previous commitCollin Funk-3/+0
2025-09-03fold: check that characters are not non-breaking spaces when -s is usedCollin Funk-9/+17
2025-09-03maint: prefer issymlink to readlink with a small bufferCollin Funk-11/+12
2025-09-03build: update gnulib submodule to latestPaul Eggert-0/+0
2025-09-03build: Update after gnulib changedBruno Haible-2/+2
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-4/+19
2025-09-01df: pacify static analysisPaul Eggert-9/+5
2025-08-31ls: fix alignment with locale formatted --sizePádraig Brady-6/+35
2025-08-30b2sum: --length: fix upper bound checkPádraig Brady-1/+17
2025-08-28fold: fix handling of invalid multi-byte charactersCollin Funk-5/+23
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/+8
2025-08-27build: fold: fix build failure with C99Pádraig Brady-1/+2
2025-08-26fold: don't truncate multibyte characters at the end of the bufferCollin Funk-2/+41
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-24fold: use fread instead of getlineCollin Funk-9/+7
2025-08-24tests: nproc: fix false failure on some systemsPádraig Brady-12/+74
2025-08-23maint: prefer STRUCT_UTMP to struct gl_utmpCollin Funk-21/+28
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-68/+264
2025-08-22cp: improve hole handling on squashfsPaul Eggert-21/+43
2025-08-22cp: go back to copy_file_range optimizationPaul Eggert-1/+1
2025-08-21cp: always punch holes that we makePaul Eggert-13/+8
2025-08-21tests: nproc: add a test for cgroup quotasPádraig Brady-0/+86
2025-08-19maint: prefer https to httpCollin Funk-2/+2
2025-08-19nproc: honor cgroup v2 CPU quotasPádraig Brady-8/+12
2025-08-18logname: list David MacKenzie as the authorCollin Funk-2/+2
2025-08-14realpath: improve doc and NEWSPaul Eggert-36/+38
2025-08-14maint: avoid syntax-check failure from previous commitCollin Funk-1/+0
2025-08-14tsort: add do-nothing -w optionPaul Eggert-5/+36
2025-08-12maint: use short form bug URLsPádraig Brady-12/+27
2025-08-11basenc: Don't trigger undefined behaviour in mini-gmpBruno Haible-3/+5
2025-08-10realpath: support the -E option required by POSIXCollin Funk-6/+28
2025-08-10doc: --base58: add example usage to infoPádraig Brady-0/+4
2025-08-09doc: rearrange NEWS to more standard orderingPádraig Brady-22/+25
2025-08-09basenc: add base58 supportPádraig Brady-5/+431
2025-08-09basenc: fix stripping of '=' chars in some encodingsPádraig Brady-1/+7
2025-08-08maint: prefer attribute.h in .c filesCollin Funk-3/+10
2025-08-07cp: omit some needless lseek callsPaul Eggert-92/+66
2025-08-07cp: --sparse=always was missing some holesPaul Eggert-13/+22