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