summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-11-01tests: date: avoid test failure on NetBSDCollin Funk-1/+7
2025-11-01build: reduce explicit dependencies on macOS CoreFoundationPádraig Brady-1/+5
2025-11-01build: fix macOS build without libintlGrisha Levit-1/+11
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-01build: update gnulib submodule to latestPádraig Brady-0/+0
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/+27
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-27/+25
2025-10-31doc: NEWS: mention that sort --compress=script needs a shebangPádraig Brady-2/+3
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/+27
2025-10-29sort: fix silent exit upon SIGPIPE from --compress-programPádraig Brady-42/+77
2025-10-29build: update gnulib submodule to latestCollin Funk-0/+0
2025-10-28tests: fix new date/resolution.sh test on macOSPádraig Brady-3/+4
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-25/+27
2025-10-27maint: prefer ckd_add for overflow checksCollin Funk-12/+6
2025-10-27build: don't build chcon or runcon unless selinux is availablePádraig Brady-2/+18
2025-10-25sort: use the more efficient posix_spawn to invoke --compress-programCollin Funk-98/+134
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/+4
2025-10-23split: prefer posix_spawn to fork and execlCollin Funk-37/+65
2025-10-23tests: date: test --resolution and %-NPádraig Brady-0/+32
2025-10-23tests: date: test --referencePádraig Brady-0/+51
2025-10-22pr: promptly diagnose write errorsPádraig Brady-2/+9
2025-10-22nl: promptly diagnose write errorsPádraig Brady-2/+5
2025-10-22fmt: promptly diagnose write errorsPádraig Brady-2/+12
2025-10-22numfmt: promptly diagnose write errorsPádraig Brady-5/+13
2025-10-21install: prefer posix_spawnp to fork and execlpCollin Funk-19/+43
2025-10-20maint: remove a redundant write after mcel_scan returns an errorCollin Funk-1/+0
2025-10-20tests: numfmt: add non-utf8 multi-byte testPádraig Brady-1/+36
2025-10-20numfmt: optimize multi-byte --delimiter searchPádraig Brady-1/+31
2025-10-20numfmt: support multi-byte --delimiterPádraig Brady-23/+34
2025-10-18numfmt: use multi-byte aware suffix matchingPádraig Brady-6/+4
2025-10-18numfmt: fix issues with multi-byte blanksPádraig Brady-8/+37
2025-10-17numfmt: add --unit-separatorPádraig Brady-7/+131
2025-10-17numfmt: support reading numbers with grouping charactersPádraig Brady-4/+29
2025-10-17numfmt: support reading numbers with NBSP before unitPádraig Brady-11/+47
2025-10-16tests: du/bigtime: try harder to find a suitable filesystemNicolas Boichat-14/+25
2025-10-13tests: date: check that the hour format of the current locale is usedCollin Funk-0/+41
2025-10-13tests: fix false failure in recent memory limit testPádraig Brady-1/+2
2025-10-11numfmt: fix buffer over-read (CWE-126)Pádraig Brady-3/+12
2025-10-11tests: basenc: use less redundant namingPádraig Brady-2/+2
2025-10-11tests: fix memory limit determination in new testPádraig Brady-1/+1
2025-10-11tests: basenc: add a test for bounded memory operationCollin Funk-0/+40