summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-09-15cp: port better to old limited hostsPaul Eggert-5/+14
2025-09-15cp: refactor out data copyingPaul Eggert-595/+622
2025-09-15cp: refactor src/copy.cPaul Eggert-109/+139
2025-09-15doc: NEWS: correct the previous commitCollin Funk-1/+2
2025-09-15doc: NEWS: mention fold can operate on very long linesCollin Funk-0/+3
2025-09-15fold: fix out of bounds write with zero width charactersCollin Funk-4/+67
2025-09-15cp: improve umask cachingPaul Eggert-2/+4
2025-09-14basenc: fix an uninitialized index when decoding an empty fileCollin Funk-0/+4
2025-09-14maint: randperm: remove stale dependencyPádraig Brady-1/+0
2025-09-14cksum,wc: support disabling hardware acceleration at runtimePádraig Brady-15/+66
2025-09-14build: update gnulib submodule to latestPádraig Brady-0/+0
2025-09-13factor: port to strict CPaul Eggert-1/+1
2025-09-11maint: document some functions used by expand and unexpandCollin Funk-5/+10
2025-09-10maint: basenc: refactor all encodings to use finalizePádraig Brady-60/+107
2025-09-09maint: cleanup libraries unnecessarily added to foldCollin Funk-3/+0
2025-09-09nohup: avoid FORTIFY runtime failure on Bionic libcPádraig Brady-1/+25
2025-09-08basenc: ensure partial padding with newlines induces an errorPádraig Brady-3/+29
2025-09-07tests: ensure option aliases are supportedPádraig Brady-0/+62
2025-09-07date: support overriding named formatsPádraig Brady-12/+7
2025-09-06cksum: don't leak memory using -a sha3 with OpenSSLCollin Funk-0/+0
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