summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* split: support split -n on larger pipe inputPaul Eggert2023-03-071-35/+54
* tee: fix a crash with unwriteable filesPádraig Brady2023-03-071-3/+5
* maint: pacify ‘make syntax-check’Paul Eggert2023-03-061-3/+3
* tail,tee: avoid issues with many files on systems without pollPádraig Brady2023-03-061-0/+6
* du: --apparent counts only symlinks and regularPaul Eggert2023-03-041-4/+4
* split: tune for when creating output filesPaul Eggert2023-03-041-3/+9
* split: style fixPaul Eggert2023-03-041-1/+3
* split: prefer signed integers to size_tPaul Eggert2023-03-041-53/+52
* split: handle large numbers betterPaul Eggert2023-03-041-63/+73
* split: prefer ssize_t for read resultPaul Eggert2023-03-041-14/+15
* split: be more careful about buffer sizesPaul Eggert2023-03-041-28/+31
* split: minor -1 / 0 refactorPaul Eggert2023-03-041-3/+3
* split: don’t worry about ECHILDPaul Eggert2023-03-041-3/+3
* split: don’t assume pid_t fits in intPaul Eggert2023-03-041-2/+2
* split: simplify SIGPIPE handlingPaul Eggert2023-03-041-12/+5
* split: port ‘split -n N /dev/null’ better to macOSPaul Eggert2023-03-041-34/+32
* split: split more evenly with -nPaul Eggert2023-03-041-31/+27
* split: small -n lines simplificationPaul Eggert2023-03-041-2/+3
* split: refactor lines_chunk_splitPaul Eggert2023-03-041-6/+6
* tee: tune when later -p overrides earlierPaul Eggert2023-03-041-18/+9
* maint: refactor tail.c to use iopollPádraig Brady2023-03-015-62/+51
* tail: avoid undefined behavior when polling outputsPádraig Brady2023-02-281-2/+2
* doc: tee -p: clarify operationPádraig Brady2023-02-281-1/+2
* tee: enhance -p mode using iopoll() to detect broken pipe outputsCarl Edquist2023-02-283-16/+89
* all: add broken pipe detection while waiting for inputCarl Edquist2023-02-283-0/+128
* cp,install,mv: --debug: output debug info when reflinkingPádraig Brady2023-02-241-5/+5
* cp,install,mv: add --debug to explain how a file is copiedPádraig Brady2023-02-245-4/+127
* doc: chgrp,chmod,chown: state --reference always dereferencesPádraig Brady2023-02-233-5/+6
* maint: avoid -Wmaybe-uninitialized warning from GCC13Pádraig Brady2023-02-211-1/+3
* rm: --dir (-d): fix bugs in handling of empty, inaccessible directoriesJim Meyering2023-02-211-5/+20
* cp: fclonefileat security fix + CLONE_ACL + fixupsPaul Eggert2023-02-161-13/+100
* maint: fix some typos in commentsChuanGang Jiang2023-02-102-2/+2
* cp: simplify infer_scantypePaul Eggert2023-02-091-10/+8
* tail: improve --follow=name with single non regular filesPádraig Brady2023-02-061-2/+12
* tail: fix support for -F with non seekable filesPádraig Brady2023-02-061-1/+2
* cksum: add --raw option to output a binary digestPádraig Brady2023-02-065-10/+69
* build: uptime: avoid issues on systems without utmp.hPádraig Brady2023-02-051-2/+2
* maint: avoid line length syntax check failurePádraig Brady2023-02-031-2/+2
* cksum: accept new option: --base64 (-b)Jim Meyering2023-01-311-51/+134
* cp: improve --preserve usage docPaul Eggert2023-01-311-5/+9
* cp,mv: skipping due to -u is success, not failurePaul Eggert2023-01-311-1/+1
* cp,ln,mv: when skipping exit with nonzero statusPaul Eggert2023-01-312-4/+4
* digest.c: remove a duplicate variableJim Meyering2023-01-301-4/+1
* mv: new option --no-copyPaul Eggert2023-01-273-5/+11
* doc: csplit: more accurate --elide-empty-files helpPádraig Brady2023-01-171-1/+1
* copy: copy_file_range: handle ENOENT for CIFSPádraig Brady2023-01-081-0/+5
* maint: adjust to Gnulib macro renamingPaul Eggert2023-01-071-20/+20
* copy: immediately fail with transient reflink errorsPádraig Brady2023-01-061-24/+71
* all: further adjustments for new Ronna, Quetta SI prefixesPádraig Brady2023-01-066-8/+8
* numfmt: add support for new SI prefixesPaul Eggert2023-01-0510-28/+44