summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2024-03-11timeout: fix race where we might kill arbitrary processesPádraig Brady-3/+8
2024-03-06cksum: ensure appropriate "binary" mode with --untaggedPádraig Brady-7/+12
2024-03-05mv: revert add --swap (-x) optionPádraig Brady-38/+1
2024-03-04cksum: consistently validate --length attributesPádraig Brady-5/+5
2024-03-03mv: add --swap (-x) option to atomically swap 2 pathsPetr Malat-1/+38
2024-02-28cat,cp,mv,dd,install,split: set the default IO size to 256KiBPádraig Brady-15/+19
2024-02-27mktemp: fix template diagnostic with --suffixlvgenggeng-2/+8
2024-02-27sort: make the startup time optimization effective on glibc < 2.34Bruno Haible-1/+1
2024-02-26wc: fix -w with breaking space over UCHAR_MAXAearil-1/+2
2024-02-26cp,mv: add --update=none-fail to fail if existing filesPádraig Brady-31/+44
2024-02-26cp,mv: reinstate that -n exits with success if files skippedPádraig Brady-12/+16
2024-02-26build: fix libcrypto version linked by sort at runtimePádraig Brady-1/+1
2024-02-25sort: dynamically link -lcrypto if -RPaul Eggert-1/+51
2024-02-25doc: de-“note” the documentationPaul Eggert-20/+16
2024-02-22cp: add --keep-directory-symlink optionDaan De Meyer-2/+17
2024-02-19dircolors: update list of archive file extensionsMichel Lind-34/+35
2024-02-19maint: prefer #include <...> for gnulib substitute headersCollin Funk-3/+3
2024-02-18nohup: document GCC bug numberPaul Eggert-1/+2
2024-02-18ls: remove unnecessary pragmasPaul Eggert-8/+0
2024-02-18maint: update GCC version commentPaul Eggert-1/+1
2024-02-18maint: document fix for GCC bug 109628Paul Eggert-1/+1
2024-02-18maint: remove unneeded suggest-attributes pragmasPaul Eggert-6/+0
2024-02-07maint: avoid -Wshadow warning under clangCollin Funk-7/+7
2024-02-07build: fix od build on clang < 17Pádraig Brady-10/+10
2024-02-05od: support half precision floating pointPádraig Brady-3/+70
2024-01-28seq: say why not ‘x += step’Paul Eggert-0/+4
2024-01-17split: do not shrink hold bufferPaul Eggert-3/+0
2024-01-06maint: add attributes to two functions without side effectsSamuel Tardieu-0/+2
2024-01-01maint: update all copyright year number rangesPádraig Brady-140/+140
2023-12-31ls: omit bad_castPaul Eggert-12/+15
2023-12-31split: omit bad_castPaul Eggert-3/+3
2023-12-29maint: distribute new header from previous commitPádraig Brady-0/+1
2023-12-27maint: merge chgrp and chown sourcesPádraig Brady-352/+97
2023-12-19copy,install: avoid unnecessary security context translationsChristian Göttsche-53/+53
2023-12-17maint: avoid false positive warning with newer gccPádraig Brady-1/+1
2023-12-17doc: cp --no-clobber: improve documentationPádraig Brady-2/+2
2023-12-15chgrp: add --from parameter similar to chownPádraig Brady-8/+34
2023-12-11doc: ls: fix regression in -f descriptionPádraig Brady-9/+7
2023-12-06doc: touch: clarify --time description in man pagePádraig Brady-3/+5
2023-12-01tail: fix tailing sysfs files where PAGE_SIZE > BUFSIZdann frazier-15/+42
2023-11-27numfmt: support lowercase 'k' for Kilo and KibiPádraig Brady-7/+9
2023-11-16uniq: fix bug with -w in multibyte localesPaul Eggert-25/+29
2023-11-16uniq: change macro to functionPaul Eggert-11/+9
2023-11-16uniq: prefer static initPaul Eggert-16/+8
2023-11-16uniq: simplify and fix unlikely bug by using boolPaul Eggert-14/+8
2023-11-14uniq: prefer signed integersPaul Eggert-50/+36
2023-11-14maint: DECIMAL_DIGIT_ACCUMULATE uses stdckdint.hPaul Eggert-39/+12
2023-11-11pinky: fix string size calculationPaul Eggert-12/+9
2023-11-03ls: fix recent regression in size alignmentPádraig Brady-1/+1
2023-10-30join: fix recently introduced NUL bugPaul Eggert-13/+7