summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2025-11-03tests: date: check that write errors are promptly diagnosedCollin Funk-0/+9
2025-11-03doc: squashfs issue to be squashed in Linux 6.18Paul Eggert-2/+3
2025-11-03date: avoid a duplicated write error diagnoticPádraig Brady-1/+2
2025-11-03date: translate/clarify recent error messagePádraig Brady-1/+1
2025-11-03date: promptly diagnose write errors with --filePádraig Brady-0/+3
2025-11-01date: diagnose fprintftime failurePaul Eggert-6/+9
2025-11-01pr: improve nstrftime failure checkPaul Eggert-5/+8
2025-11-01ls: better nstrftime failure checkPaul Eggert-5/+2
2025-11-01build: reduce explicit dependencies on macOS CoreFoundationPádraig Brady-1/+1
2025-11-01build: fix macOS build without libintlGrisha Levit-0/+10
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