summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-23maint: remove some unnecessary castsCollin Funk-2/+2
2026-03-23tests: cut: add test for -z with NUL delimiter and -s flagSylvestre Ledru-0/+1
2026-03-23tests: tr: add test for invalid character class nameSylvestre Ledru-0/+4
2026-03-23sort: speed up keyed field sorting significantly using memchrChris Down-4/+4
2026-03-22maint: fix an incomplete sentenceCollin Funk-1/+1
2026-03-21tests: pwd: test the behavior when given an argumentCollin Funk-0/+34
2026-03-21tac: avoid unnecessary standard output bufferingCollin Funk-2/+4
2026-03-21tests: rm: fix a test that would sometimes hangCollin Funk-1/+1
2026-03-21tac: promptly diagnose write errorsCollin Funk-2/+8
2026-03-21tests: support checking for specific write errorsPádraig Brady-3/+8
2026-03-20tests: nl: check that all files are processedCollin Funk-0/+34
2026-03-19test: truncate: improve the test added in the previous commitCollin Funk-1/+8
2026-03-19tests: truncate: check that all files are processedCollin Funk-0/+27
2026-03-17sort,split,yes: ensure pipe and pipe2 don't open standard descriptorsCollin Funk-1/+18
2026-03-16tests: dd: fix false failure on NetBSD 10Pádraig Brady-0/+1
2026-03-16tests: ls: fix false failure on FreeBSDPádraig Brady-2/+2
2026-03-16maint: tee: remove an affirm call to silence coverityCollin Funk-1/+0
2026-03-16wc: make sure input buffer for neon 'wc -l' is alignedCollin Funk-1/+1
2026-03-15tee: prefer file descriptors over streamsCollin Funk-55/+38
2026-03-13timeout: don't exit immediately if the parent is the init processCollin Funk-2/+50
2026-03-13doc: fix missing '=' in texi option descriptionsPádraig Brady-2/+2
2026-03-12dd: always diagnose partial writes on write failurePádraig Brady-0/+44
2026-03-12doc: clarify a recent NEWS itemPádraig Brady-1/+1
2026-03-10doc: NEWS: adjust 'wc -l' aarch64 benchmark after recent commitCollin Funk-2/+2
2026-03-10tests: rm: check for hints when running 'rm -foo'Collin Funk-0/+54
2026-03-10maint: adjust to placate coverityPádraig Brady-1/+2
2026-03-10yes: use a zero-copy implementation via (vm)splicePádraig Brady-9/+180
2026-03-10all: use more consistent blank character determinationPádraig Brady-10/+35
2026-03-10cksum: fix tagged output on 32 bit platformsPádraig Brady-4/+4
2026-03-09wc: improve aarch64 Neon optimization for 'wc -l'Collin Funk-65/+67
2026-03-09tests: expand: fix false failure on various systemsPádraig Brady-3/+5
2026-03-09build: update to latest gnulibPádraig Brady-1/+1
2026-03-08maint: remove duplicate names from THANKSCollin Funk-0/+5
2026-03-07maint: prefer memset_explicit to explicit_bzeroCollin Funk-3/+3
2026-03-07expand,unexpand: support multi-byte inputLukáš Zaoral-30/+401
2026-03-06maint: shred: fix typo in commentWeixie Cui-1/+1
2026-03-06maint: dd: fix typo in commentWeixie Cui-1/+1
2026-03-06build: update gnulib submodule to latestCollin Funk-0/+0
2026-03-05build: update gnulib submodule to latestCollin Funk-0/+0
2026-03-04maint: touch: reduce variable scopeCollin Funk-2/+2
2026-03-04maint: chown,chgrp: reduce variable scopeCollin Funk-27/+20
2026-03-04install: allow the combination of --compare and --preserve-timestampsCollin Funk-24/+48
2026-03-04cksum: use more defensive escaping for --checkPádraig Brady-15/+19
2026-03-04maint: tests: refactor uses of bad_unicode()Pádraig Brady-9/+3
2026-03-04fold: fix output truncation with 0xFF bytes in inputPádraig Brady-5/+9
2026-03-04tests: date: add timezone conversion testSylvestre Ledru-0/+4
2026-03-04tests: date: add edge cases for modifiersSylvestre Ledru-0/+17
2026-03-04tests: cut: add test case for newline delimiter with -s flagSylvestre Ledru-0/+3
2026-03-03tests: mktemp: ensure mktemp does not depend on getrandom and ASLRoech3-0/+34
2026-03-03maint: tests: decouple debug output determinationPádraig Brady-14/+3