summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2023-02-21maint: avoid -Wmaybe-uninitialized warning from GCC13Pádraig Brady-1/+3
2023-02-21rm: --dir (-d): fix bugs in handling of empty, inaccessible directoriesJim Meyering-5/+20
2023-02-16cp: fclonefileat security fix + CLONE_ACL + fixupsPaul Eggert-13/+100
2023-02-10maint: fix some typos in commentsChuanGang Jiang-2/+2
2023-02-09cp: simplify infer_scantypePaul Eggert-10/+8
2023-02-06tail: improve --follow=name with single non regular filesPádraig Brady-2/+12
2023-02-06tail: fix support for -F with non seekable filesPádraig Brady-1/+2
2023-02-06cksum: add --raw option to output a binary digestPádraig Brady-10/+69
2023-02-05build: uptime: avoid issues on systems without utmp.hPádraig Brady-2/+2
2023-02-03maint: avoid line length syntax check failurePádraig Brady-2/+2
2023-01-31cksum: accept new option: --base64 (-b)Jim Meyering-51/+134
2023-01-31cp: improve --preserve usage docPaul Eggert-5/+9
2023-01-31cp,mv: skipping due to -u is success, not failurePaul Eggert-1/+1
2023-01-31cp,ln,mv: when skipping exit with nonzero statusPaul Eggert-4/+4
2023-01-30digest.c: remove a duplicate variableJim Meyering-4/+1
2023-01-27mv: new option --no-copyPaul Eggert-5/+11
2023-01-17doc: csplit: more accurate --elide-empty-files helpPádraig Brady-1/+1
2023-01-08copy: copy_file_range: handle ENOENT for CIFSPádraig Brady-0/+5
2023-01-07maint: adjust to Gnulib macro renamingPaul Eggert-20/+20
2023-01-06copy: immediately fail with transient reflink errorsPádraig Brady-24/+71
2023-01-06all: further adjustments for new Ronna, Quetta SI prefixesPádraig Brady-8/+8
2023-01-05numfmt: add support for new SI prefixesPaul Eggert-28/+44
2023-01-05ls: adjust to Gnulib renamingPaul Eggert-1/+1
2023-01-02doc: copy: mention the reinstated I/O size constraintsPádraig Brady-1/+3
2023-01-02copy: fix possible over allocation for regular filesPaul Eggert-1/+27
2023-01-01maint: update all copyright year number rangesPádraig Brady-139/+139
2022-12-31stty: fix off by one column wrapping on outputPádraig Brady-1/+1
2022-12-31copy: attempt copy offload with sparse files by defaultPádraig Brady-2/+2
2022-12-29wc: fix regression determining file sizePádraig Brady-1/+1
2022-12-05build: fix missing inclusion of poll.h on macOSDennis Williamson-1/+1
2022-10-28printf: with \U, support all valid unicode pointsPádraig Brady-8/+3
2022-09-28doc: be more consistent when documenting exit statusPádraig Brady-2/+21
2022-09-28runcon: fix inconsistent exit status upon write errorPádraig Brady-0/+1
2022-09-28maint: getlimits: diagnose invalid optionsPádraig Brady-3/+2
2022-09-28maint: rmdir: also use DS_... constants herePádraig Brady-1/+1
2022-09-26wc: add --total={auto,never,always,only} optionPádraig Brady-4/+39
2022-09-25maint: use enums to make dir_status code easier to readPádraig Brady-8/+13
2022-09-25maint: fix recent syntax-check failuresPádraig Brady-7/+8
2022-09-24rm: fix diagnostics on I/O errorPaul Eggert-55/+57
2022-09-18all: prefer HTTPS to HTTPStefan Kangas-2/+2
2022-09-17kill: port to picky-conversion hostsPaul Eggert-2/+3
2022-09-15maint: prefer static_assert to verifyPaul Eggert-43/+46
2022-09-15maint: assume C23 alignofPaul Eggert-1/+0
2022-09-15maint: don’t include config.h twicePaul Eggert-3/+0
2022-09-12maint: adjust to Gnulib stdbool C23 changePaul Eggert-4/+0
2022-09-11stty: give explicit error for unsupported asymmetric speedsPádraig Brady-4/+30
2022-09-11stty: fix false warnings from [io]speed settingsPádraig Brady-51/+36
2022-08-31stty: add an undocumented ---debug option for more infoPádraig Brady-9/+27
2022-08-31stty: validate ispeed and ospeed argumentsPádraig Brady-4/+25
2022-08-29maint: be defensive in avoiding gnulib's poll modulePádraig Brady-0/+7