summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2024-03-26ls: avoid ENOENT from readdir() on FreeBSD 14Pádraig Brady-0/+3
2024-03-25cp: with --no-preserve=mode ensure set-group-ID bits maintained on dirsPádraig Brady-0/+3
2024-03-24doc: fix translation issue in chown/chgrp amalgamationPádraig Brady-13/+7
2024-03-24doc: fix various translation issuesPádraig Brady-5/+5
2024-03-22mv: treat --exchange more like non-exchangePaul Eggert-25/+23
2024-03-22cp,ln,mv: improve dir vs nondir diagnosticsPaul Eggert-62/+26
2024-03-22env: add -a,--argv0 to set the first argument passed to execPádraig Brady-5/+26
2024-03-20mv: new option --exchangePaul Eggert-27/+47
2024-03-19chmod: fix TOCTOU security issue with symlink replacementPádraig Brady-7/+8
2024-03-19chmod: add support for -h, -H,-L,-P, --dereference optionsPádraig Brady-26/+112
2024-03-19maint: basenc: consistently check buffer bounds when encodingPádraig Brady-3/+7
2024-03-19pinky: disable location canonicalization by defaultPádraig Brady-1/+18
2024-03-18doc: fix stale --dereference info for chown/chgrpPádraig Brady-1/+1
2024-03-13env,kill,timeout: support unnamed signalsGrisha Levit-26/+40
2024-03-12maint: prefer minmax.h instead of defining our ownCollin Funk-5/+1
2024-03-12dircolors: add more archive extensionsVille Skyttä-0/+6
2024-03-12timeout: fix narrow race in failing to kill processesPádraig Brady-11/+21
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