summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ls: adjust to Gnulib renamingPaul Eggert2023-01-051-1/+1
* doc: copy: mention the reinstated I/O size constraintsPádraig Brady2023-01-021-1/+3
* copy: fix possible over allocation for regular filesPaul Eggert2023-01-021-1/+27
* maint: update all copyright year number rangesPádraig Brady2023-01-01139-139/+139
* stty: fix off by one column wrapping on outputPádraig Brady2022-12-311-1/+1
* copy: attempt copy offload with sparse files by defaultPádraig Brady2022-12-311-2/+2
* wc: fix regression determining file sizePádraig Brady2022-12-291-1/+1
* build: fix missing inclusion of poll.h on macOSDennis Williamson2022-12-051-1/+1
* printf: with \U, support all valid unicode pointsPádraig Brady2022-10-281-8/+3
* doc: be more consistent when documenting exit statusPádraig Brady2022-09-289-2/+21
* runcon: fix inconsistent exit status upon write errorPádraig Brady2022-09-281-0/+1
* maint: getlimits: diagnose invalid optionsPádraig Brady2022-09-281-3/+2
* maint: rmdir: also use DS_... constants herePádraig Brady2022-09-281-1/+1
* wc: add --total={auto,never,always,only} optionPádraig Brady2022-09-261-4/+39
* maint: use enums to make dir_status code easier to readPádraig Brady2022-09-252-8/+13
* maint: fix recent syntax-check failuresPádraig Brady2022-09-252-7/+8
* rm: fix diagnostics on I/O errorPaul Eggert2022-09-244-55/+57
* all: prefer HTTPS to HTTPStefan Kangas2022-09-182-2/+2
* kill: port to picky-conversion hostsPaul Eggert2022-09-171-2/+3
* maint: prefer static_assert to verifyPaul Eggert2022-09-1513-43/+46
* maint: assume C23 alignofPaul Eggert2022-09-151-1/+0
* maint: don’t include config.h twicePaul Eggert2022-09-151-3/+0
* maint: adjust to Gnulib stdbool C23 changePaul Eggert2022-09-124-4/+0
* stty: give explicit error for unsupported asymmetric speedsPádraig Brady2022-09-111-4/+30
* stty: fix false warnings from [io]speed settingsPádraig Brady2022-09-111-51/+36
* stty: add an undocumented ---debug option for more infoPádraig Brady2022-08-311-9/+27
* stty: validate ispeed and ospeed argumentsPádraig Brady2022-08-311-4/+25
* maint: be defensive in avoiding gnulib's poll modulePádraig Brady2022-08-291-0/+7
* tail: use poll() on macOSPádraig Brady2022-08-291-5/+6