summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2026-01-15all: with multi-call binary, only process options for known namesPádraig Brady-11/+11
2026-01-14build: paste: fix build failure with C99Pádraig Brady-1/+1
2026-01-13maint: avoid syntax-check failure from previous commitCollin Funk-1/+1
2026-01-13cat: don’t treat copy_file_range EFBIG as fatalPaul Eggert-1/+9
2026-01-13cp: copy-file-data.c commentary fixesPaul Eggert-16/+20
2026-01-13fmt: correctly diagnose read errorsPádraig Brady-2/+2
2026-01-13paste: support multi-byte delimitersPádraig Brady-73/+104
2026-01-12maint: ptx: place long options without short options after CHAR_MAXCollin Funk-2/+9
2026-01-12doc: paste: add more detail on operation and optionsPádraig Brady-3/+13
2026-01-11maint: ptx: reuse octhexdigits macros instead of redefining themCollin Funk-8/+4
2026-01-11doc: runcon: use more accurate synopsis formatPádraig Brady-2/+2
2026-01-11build: support 'dist' and 'syntax-check' targets without libselinuxPádraig Brady-0/+1
2026-01-10cksum: promptly diagnose write errorsCollin Funk-0/+6
2026-01-10du: promptly diagnose write errorsPádraig Brady-1/+3
2026-01-10wc: promptly diagnose write errorsPádraig Brady-0/+3
2026-01-08readlink,realpath: promptly diagnose write errorsCollin Funk-0/+5
2026-01-08cksum: validate options more consistentlyPádraig Brady-24/+23
2026-01-08fmt: interpret -w as an inclusive maximumPádraig Brady-1/+1
2026-01-06copy: protect against infinite loop due to pathological racePádraig Brady-3/+10
2026-01-06doc: tr: warn about shell quoting [:classes:]Pádraig Brady-1/+2
2026-01-05ptx: implement -t to change default width to 100Pádraig Brady-3/+7
2026-01-04maint: mknod: reduce variable scopeCollin Funk-15/+11
2026-01-04maint: mkfifo: reduce variable scopeCollin Funk-6/+4
2026-01-04copy: fix possible infinite loop with SEEK_HOLEPádraig Brady-1/+1
2026-01-01maint: prefer c_isblank to an equivalent macroCollin Funk-7/+5
2026-01-01maint: run 'make update-copyright'Collin Funk-152/+152
2025-12-27getlimits: print SIGRTMIN and SIGRTMAXCollin Funk-0/+11
2025-12-27sort: fix SIGPIPE handlingPádraig Brady-7/+13
2025-12-25dd: don't continue copying when ftruncate fails using seek= and of=Collin Funk-14/+8
2025-12-22numfmt: fix dropped custom suffix when failing to parsePádraig Brady-2/+12
2025-12-20maint: prefer enums over macros for sources used for multiple programsCollin Funk-24/+33
2025-12-19doc: split,tac: document $TMPDIR usagePádraig Brady-0/+7
2025-12-13build: reduce size of multi-call binary by reusing cksum logicPádraig Brady-23/+275
2025-12-10maint: groups: reduce variable scopeCollin Funk-12/+9
2025-12-10maint: printenv: reduce variable scopeCollin Funk-5/+4
2025-12-10maint: rmdir: reduce variable scopeCollin Funk-5/+3
2025-12-10maint: date: reduce variable scopeCollin Funk-12/+8
2025-12-10maint: install: reduce variable scopeCollin Funk-29/+20
2025-12-10maint: cp: reduce variable scopeCollin Funk-38/+29
2025-12-10maint: mv: reduce variable scopeCollin Funk-12/+6
2025-12-07maint: env: reduce variable scopeCollin Funk-21/+10
2025-12-07maint: nohup: reduce variable scopeCollin Funk-14/+8
2025-12-07maint: sync: reduce variable scopeCollin Funk-7/+5
2025-12-07maint: pwd: reduce variable scopeCollin Funk-23/+15
2025-12-07maint: dirname: reduce variable scopeCollin Funk-5/+3
2025-12-07maint: hostid: reduce variable scopeCollin Funk-5/+1
2025-12-07maint: nproc: reduce variable scopeCollin Funk-2/+2
2025-12-07maint: whoami: reduce variable scopeCollin Funk-4/+2
2025-12-07maint: logname: reduce variable scopeCollin Funk-3/+1
2025-12-07maint: basename: initialize values while declaringCollin Funk-5/+2