summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2025-11-01maint: ln: eliminate a clang -Wformat-extra-args warningBruno Haible-12/+25
2025-11-01maint: ls: adjust to gnulib nstrftime changesBruno Haible-5/+7
2025-11-01copy: be more defensive/restrictive with posix_fadvisePádraig Brady-8/+9
2025-11-01copy: don't avoid copy-offload upon SEEK_HOLE indicating non-sparsePádraig Brady-2/+9
2025-11-01copy: avoid posix_fadvise bypassing copy offload behaviorPádraig Brady-2/+5
2025-10-31timeout: use fork and execvp instead of posix_spawnCollin Funk-24/+23
2025-10-31sort: optimize the lookups of the --compress-programBruno Haible-10/+20
2025-10-30maint: avoid syntax-check failure from previous commitCollin Funk-2/+2
2025-10-30sort: consistently diagnose access issues to --compress-programBruno Haible-3/+26
2025-10-29sort: fix silent exit upon SIGPIPE from --compress-programPádraig Brady-38/+51
2025-10-28numfmt: ensure fields don't split on nbspPádraig Brady-1/+2
2025-10-27maint: prefer FTS_ROOTLEVEL when checking the fts_level of an FTSENTCollin Funk-4/+4
2025-10-27timeout: use the more efficient posix_spawn to invoke the commandCollin Funk-18/+24
2025-10-27maint: prefer ckd_add for overflow checksCollin Funk-12/+6
2025-10-25sort: use the more efficient posix_spawn to invoke --compress-programCollin Funk-98/+113
2025-10-23maint: remove unnecessary ignore_value usageCollin Funk-3/+2
2025-10-23install: enhance error diagnostic when running strip failsBernhard Voelker-1/+7
2025-10-23split: cleanup after posix_spawnCollin Funk-0/+3
2025-10-23split: prefer posix_spawn to fork and execlCollin Funk-37/+57
2025-10-22pr: promptly diagnose write errorsPádraig Brady-0/+6
2025-10-22nl: promptly diagnose write errorsPádraig Brady-0/+3
2025-10-22fmt: promptly diagnose write errorsPádraig Brady-1/+7
2025-10-22numfmt: promptly diagnose write errorsPádraig Brady-1/+7
2025-10-21install: prefer posix_spawnp to fork and execlpCollin Funk-19/+37
2025-10-20numfmt: optimize multi-byte --delimiter searchPádraig Brady-1/+31
2025-10-20numfmt: support multi-byte --delimiterPádraig Brady-22/+24
2025-10-18numfmt: use multi-byte aware suffix matchingPádraig Brady-6/+3
2025-10-18numfmt: fix issues with multi-byte blanksPádraig Brady-8/+20
2025-10-17numfmt: add --unit-separatorPádraig Brady-7/+37
2025-10-17numfmt: support reading numbers with grouping charactersPádraig Brady-1/+13
2025-10-17numfmt: support reading numbers with NBSP before unitPádraig Brady-10/+21
2025-10-11numfmt: fix buffer over-read (CWE-126)Pádraig Brady-3/+8
2025-10-07maint: cksum: document a base64/hex parsing ambiguity with untaggedPádraig Brady-1/+12
2025-10-07cksum: fix --check with untagged base64 format with tag matchesPádraig Brady-22/+25
2025-10-07cksum: fix length validation with SHA2- tagged formatPádraig Brady-7/+8
2025-10-07cksum: fix --check with --algorithm=sha2Pádraig Brady-2/+6
2025-10-06rm: remove redundant mark_ancestor_dirs callPaul Eggert-1/+0
2025-10-06rm: make ‘rm -d DIR’ more like ‘rmdir DIR’Paul Eggert-10/+8
2025-10-05cksum: allow -a {blake2b,sha2,sha3} --check to work on base64Collin Funk-4/+40
2025-10-03maint: remove IRIX supportCollin Funk-7/+0
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