summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-02-24cp,install,mv: add --debug to explain how a file is copiedPádraig Brady-4/+172
2023-02-23build: update gnulib submodule to latestPaul Eggert-0/+0
2023-02-23doc: chgrp,chmod,chown: state --reference always dereferencesPádraig Brady-5/+6
2023-02-21doc: fix some spelling mistakesChuanGang Jiang-8/+8
2023-02-21maint: avoid -Wmaybe-uninitialized warning from GCC13Pádraig Brady-1/+3
2023-02-21tests: initialize a variableJim Meyering-0/+1
2023-02-21rm: --dir (-d): fix bugs in handling of empty, inaccessible directoriesJim Meyering-7/+49
2023-02-18tests: port chmod/setgid.sh to macOS 12Paul Eggert-8/+7
2023-02-18tests: port better to macOS group numbersPaul Eggert-1/+13
2023-02-18build: update gnulib submodule to latestPaul Eggert-0/+0
2023-02-16cp: fclonefileat security fix + CLONE_ACL + fixupsPaul Eggert-13/+107
2023-02-10maint: fix some typos in commentsChuanGang Jiang-5/+5
2023-02-09cp: simplify infer_scantypePaul Eggert-10/+8
2023-02-06tail: improve --follow=name with single non regular filesPádraig Brady-2/+17
2023-02-06tail: fix support for -F with non seekable filesPádraig Brady-1/+6
2023-02-06cksum: add --raw option to output a binary digestPádraig Brady-10/+144
2023-02-05build: uptime: avoid issues on systems without utmp.hPádraig Brady-5/+4
2023-02-04maint: use alignasof, not stdalignPaul Eggert-3/+2
2023-02-04maint: prefer https: to git:Paul Eggert-4/+4
2023-02-04build: update gnulib submodule to latestPaul Eggert-0/+0
2023-02-03maint: avoid line length syntax check failurePádraig Brady-2/+2
2023-02-03tests: fix exit status check in cp -u testPádraig Brady-1/+1
2023-01-31cksum: accept new option: --base64 (-b)Jim Meyering-53/+261
2023-01-31doc: document --preserve=mode betterPaul Eggert-1/+8
2023-01-31cp: improve --preserve usage docPaul Eggert-5/+9
2023-01-31cp,mv: skipping due to -u is success, not failurePaul Eggert-8/+8
2023-01-31cp,ln,mv: when skipping exit with nonzero statusPaul Eggert-30/+38
2023-01-30tests: cksum: fix test to include more casesPádraig Brady-1/+1
2023-01-30digest.c: remove a duplicate variableJim Meyering-4/+1
2023-01-30build: avoid spurious failures due to lack of EGREP definitionJim Meyering-1/+2
2023-01-27tests: ensure we fail if mv --no-copy crashesPádraig Brady-2/+2
2023-01-27mv: new option --no-copyPaul Eggert-17/+63
2023-01-17maint: add lib/error.h to .gitignorePádraig Brady-0/+1
2023-01-17doc: csplit: more accurate --elide-empty-files helpPádraig Brady-1/+1
2023-01-13build: update gnulib submodule to latestPaul Eggert-43/+0
2023-01-08copy: copy_file_range: handle ENOENT for CIFSPádraig Brady-0/+9
2023-01-07maint: update .gitignorePaul Eggert-0/+2
2023-01-07maint: adjust to Gnulib macro renamingPaul Eggert-20/+20
2023-01-07build: update gnulib submodule to latestPaul Eggert-0/+0
2023-01-06copy: immediately fail with transient reflink errorsPádraig Brady-25/+80
2023-01-06all: further adjustments for new Ronna, Quetta SI prefixesPádraig Brady-13/+21
2023-01-05numfmt: add support for new SI prefixesPaul Eggert-77/+126
2023-01-05ls: adjust to Gnulib renamingPaul Eggert-1/+1
2023-01-05build: update gnulib submodule to latestPaul Eggert-0/+0
2023-01-03maint: avoid grep warning in sc_prohibit_test_minus_aoBernhard Voelker-1/+1
2023-01-02doc: copy: mention the reinstated I/O size constraintsPádraig Brady-1/+7
2023-01-02copy: fix possible over allocation for regular filesPaul Eggert-1/+33
2023-01-01maint: update all copyright year number rangesPádraig Brady-818/+818
2023-01-01build: update gnulib submodule to latestPádraig Brady-20/+25
2022-12-31stty: fix off by one column wrapping on outputPádraig Brady-1/+11