summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2025-10-02unexpand: fix heap buffer overflow with --tabs=[+/]NUMPádraig Brady-5/+14
2025-10-01maint: prefer unreachable () to NOTREACHED commentCollin Funk-1/+1
2025-09-30fold: move multi-byte character reading to a moduleCollin Funk-92/+63
2025-09-30wc: add AVX512 function for line countingMathieu Bordere-4/+92
2025-09-27maint: convert some overflow checks to ckd_add and ckd_mulCollin Funk-20/+7
2025-09-25join: remove unused #include "argmatch.h"Bernhard Voelker-1/+0
2025-09-24maint: prefer countof over ARRAY_CARDINALITYCollin Funk-28/+21
2025-09-24tail: fix tailing larger number of lines in regular filesHannes Braun-1/+1
2025-09-24build: copy: add dependency on $(LIB_SMACK)Pádraig Brady-0/+1
2025-09-23basenc: --base58: fix buffer overflow with input > 15MBPádraig Brady-18/+25
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