summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2026-05-15maint: chroot: remove unnecessary root-dev-ino.h includeCollin Funk-1/+0
2026-05-15maint: expr: remove unnecessary xstrtol.h includeCollin Funk-1/+0
2026-05-15maint: basenc: remove unnecessary xdectoint.h includeCollin Funk-1/+0
2026-05-15maint: shred: remove unnecessary setjmp.h includeCollin Funk-1/+0
2026-05-13doc: shred: mention unsupported file typesCollin Funk-0/+5
2026-05-10maint: pacify GCC 16 -Wuseless-castPaul Eggert-20/+25
2026-05-10shred: don't block when opening FIFOs with no readersCollin Funk-7/+19
2026-05-09doc: date: group format sequences by functionPádraig Brady-40/+55
2026-05-08doc: date: show examples for format sequences in --helpPádraig Brady-46/+124
2026-05-07shuf: prefer fwrite over fputs and fputcCollin Funk-6/+17
2026-05-04ls: exclude newline from consideration in line widthPádraig Brady-3/+5
2026-05-04ls: fix too few display columns edge casePádraig Brady-4/+5
2026-04-30sum,cksum: consistently emit detailed write errorsCollin Funk-3/+2
2026-04-30test: adjust -g description in --helpMax Downey Twiss-1/+1
2026-04-29unexpand: fix heap overflowPádraig Brady-1/+1
2026-04-29unexpand: consolidate error messagesPádraig Brady-1/+1
2026-04-29cut: use MCEL_LEN_MAX rather than MB_LEN_MAXPádraig Brady-2/+2
2026-04-29sort: use more dynamic memory allocation with pipesPádraig Brady-31/+188
2026-04-28pinky: don't print output in the wrong order when fully bufferedCollin Funk-10/+9
2026-04-28uniq: fix read overrun with -wPaul Eggert-2/+2
2026-04-25doc: apply man page formatting suggestions from manpage-l10nPádraig Brady-8/+8
2026-04-25doc: remove redundant "Report translation bugs to" in --helpBruno Haible-12/+0
2026-04-23dd: avoid recursive parsing of multipliersPádraig Brady-30/+54
2026-04-22comm: don't close standard input twiceCollin Funk-2/+4
2026-04-17yes: make operation independent of pipe sizePádraig Brady-18/+18
2026-04-16build: fix build failure on AIXPádraig Brady-1/+6
2026-04-16cksum: fix --length validation on 32 bit platformsPádraig Brady-1/+1
2026-04-15df: improve detection of duplicate entriesLukáš Zaoral-2/+5
2026-04-11mktemp: prefer rmdir and unlink to removeCollin Funk-1/+1
2026-04-10cat: avoid redundant pipe creation and resizingCollin Funk-20/+28
2026-04-09env: avoid locking standard output for each printed variableCollin Funk-3/+5
2026-04-09printenv: avoid locking standard output for each printed variableCollin Funk-3/+6
2026-04-09maint: remove last remaining assert()Pádraig Brady-1/+1
2026-04-09maint: cat: avoid coverity NULL dreference warningPádraig Brady-0/+3
2026-04-09cat: avoid memory allocation per filePádraig Brady-18/+32
2026-04-09cat: fix splice() from empty inputPádraig Brady-0/+2
2026-04-08maint: touch: prefer timespec_cmpCollin Funk-4/+2
2026-04-07maint: cut: avoid discarded-qualifiers warningsPádraig Brady-5/+5
2026-04-06cat: use splice if operating on pipes or if copy_file_range failsCollin Funk-16/+166
2026-04-06build: cut: fix compilation error on non C23 compilersPádraig Brady-8/+10
2026-04-06maint: simplify c32issepPaul Eggert-1/+1
2026-04-06maint: cut: refactor delimiter handlingPaul Eggert-44/+14
2026-04-06cut: -f: fix handling of multi-byte delimiters that span buffersPádraig Brady-0/+25
2026-04-06cut,fold,expand,unexpand: ensure we process all available charactersPádraig Brady-1/+1
2026-04-05cut: -b: avoid function calls in hot loopPádraig Brady-5/+19
2026-04-05cut: fix logic issue with field delim in last byte of bufferPádraig Brady-89/+108
2026-04-05cut: ensure responsive input processingPádraig Brady-57/+20
2026-04-05maint: cut: rename line_in to bytes_inPádraig Brady-9/+9
2026-04-05cut: make the dependency on memchr2 explicitPádraig Brady-1/+0
2026-04-05cut: combine cut_bytes_no_split and cut_charactersPádraig Brady-37/+22