summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2025-09-23build: fix build failure with mismatched pclmulPádraig Brady-0/+2
2025-09-19touch: fix diagnostic on macOS 26Grisha Levit-2/+3
2025-09-19copy: pacify older clangPaul Eggert-9/+10
2025-09-18dd: don't mistakenly use O_EXCL on GNU/HurdCollin Funk-0/+1
2025-09-18fmt: eliminate a clang -Wformat-extra-args warningBruno Haible-1/+7
2025-09-18build: fix link failure on macOSPádraig Brady-1/+1
2025-09-17maint: prefer memeq to memcmpPaul Eggert-21/+19
2025-09-17maint: STREQ → streqPaul Eggert-203/+202
2025-09-16maint: remove unnecessary uintmaxtostr usage in printfCollin Funk-24/+14
2025-09-16fold: fix write error checks with invalid multi-byte inputPádraig Brady-11/+13
2025-09-16fold: exit promptly upon write errorsPádraig Brady-0/+4
2025-09-16maint: basenc: refactor overloaded use of ctx->i memberPádraig Brady-42/+76
2025-09-16maint: avoid syntax-check failures from recent commitsPádraig Brady-3/+4
2025-09-15cp: create_hole now returns off_tPaul Eggert-8/+10
2025-09-15cp: prefer signed types in copy-file-data.cPaul Eggert-11/+13
2025-09-15cp: don’t allocate a separate zero bufferPaul Eggert-21/+11
2025-09-15cp: refactor copying to return bytes copiedPaul Eggert-64/+69
2025-09-15cp: copy_file_data now supports ibytesPaul Eggert-11/+29
2025-09-15cp: prefer signed type for file byte countPaul Eggert-4/+4
2025-09-15cp: port better to old limited hostsPaul Eggert-5/+14
2025-09-15cp: refactor out data copyingPaul Eggert-595/+621
2025-09-15cp: refactor src/copy.cPaul Eggert-109/+139
2025-09-15fold: fix out of bounds write with zero width charactersCollin Funk-4/+11
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-14cksum,wc: support disabling hardware acceleration at runtimePádraig Brady-9/+13
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/+78
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/+1
2025-09-08basenc: ensure partial padding with newlines induces an errorPádraig Brady-1/+17
2025-09-07date: support overriding named formatsPádraig Brady-12/+3
2025-09-04maint: prefer c32isspace to iswspaceCollin Funk-1/+1
2025-09-04cksum: prefer -a sha2 -l ###, to -a sha###Pádraig Brady-29/+61
2025-09-03cksum: add support for SHA-3Collin Funk-30/+106
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/+10
2025-09-02seq: be more accurate with large integer start valuesPádraig Brady-2/+6
2025-09-01df: pacify static analysisPaul Eggert-9/+5
2025-08-31ls: fix alignment with locale formatted --sizePádraig Brady-4/+12
2025-08-30b2sum: --length: fix upper bound checkPádraig Brady-1/+1
2025-08-28fold: fix handling of invalid multi-byte charactersCollin Funk-5/+12
2025-08-27tests: parameterize IO_BUFSIZEPádraig Brady-0/+4
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/+22
2025-08-24fold: use fread instead of getlineCollin Funk-9/+7
2025-08-23maint: prefer STRUCT_UTMP to struct gl_utmpCollin Funk-21/+21
2025-08-22fold: add the --characters optionCollin Funk-68/+108