| Commit message (Expand) | Author | Age | Files | Lines |
* | cksum: fix failure to diagnose read errors with crc32 | Pádraig Brady | 2023-04-24 | 1 | -0/+3 |
* | install: support stripping files with a leading hyphen | Pádraig Brady | 2023-04-21 | 1 | -0/+6 |
* | maint: post-release administrivia | Pádraig Brady | 2023-04-18 | 1 | -0/+3 |
* | version 9.3v9.3 | Pádraig Brady | 2023-04-18 | 1 | -1/+1 |
* | maint: require support for post-2038 timestamps | Paul Eggert | 2023-04-09 | 1 | -0/+5 |
* | wc: ensure we update file offset | Pádraig Brady | 2023-04-08 | 1 | -0/+4 |
* | cp,mv: issue "skipped" messages when skipping files | Pádraig Brady | 2023-04-08 | 1 | -0/+7 |
* | cp,mv: add --update=none to always skip existing files | Pádraig Brady | 2023-04-08 | 1 | -0/+6 |
* | cp: fix --backup with subdirectories | Pádraig Brady | 2023-04-04 | 1 | -1/+6 |
* | wc: diagnose overflow of total counts | Pádraig Brady | 2023-03-31 | 1 | -0/+3 |
* | dircolors: diagnose read errors | Pádraig Brady | 2023-03-28 | 1 | -2/+2 |
* | tests: add a test case for the previous date fix | Pádraig Brady | 2023-03-28 | 1 | -0/+4 |
* | copy: fix --reflink=auto to fallback in more cases | Pádraig Brady | 2023-03-24 | 1 | -0/+8 |
* | doc: add a NEWS entry for the previous fix | Pádraig Brady | 2023-03-24 | 1 | -0/+5 |
* | maint: post-release administrivia | Pádraig Brady | 2023-03-20 | 1 | -0/+3 |
* | version 9.2v9.2 | Pádraig Brady | 2023-03-20 | 1 | -1/+1 |
* | ls: --color: honor separate sequences for extension cases | Pádraig Brady | 2023-03-13 | 1 | -0/+3 |
* | tee: support non blocking outputs | Pádraig Brady | 2023-03-08 | 1 | -0/+4 |
* | doc: remove redundant NEWS entry | Pádraig Brady | 2023-03-08 | 1 | -4/+0 |
* | split: support split -n on larger pipe input | Paul Eggert | 2023-03-07 | 1 | -0/+3 |
* | du: --apparent counts only symlinks and regular | Paul Eggert | 2023-03-04 | 1 | -0/+5 |
* | split: handle large numbers better | Paul Eggert | 2023-03-04 | 1 | -0/+3 |
* | split: port ‘split -n N /dev/null’ better to macOS | Paul Eggert | 2023-03-04 | 1 | -0/+4 |
* | maint: fix NEWS quoting | Paul Eggert | 2023-03-04 | 1 | -1/+1 |
* | split: split more evenly with -n | Paul Eggert | 2023-03-04 | 1 | -0/+5 |
* | tee: enhance -p mode using iopoll() to detect broken pipe outputs | Carl Edquist | 2023-02-28 | 1 | -0/+4 |
* | build: update to latest gnulib | Pádraig Brady | 2023-02-27 | 1 | -0/+4 |
* | cp,install,mv: add --debug to explain how a file is copied | Pádraig Brady | 2023-02-24 | 1 | -0/+3 |
* | rm: --dir (-d): fix bugs in handling of empty, inaccessible directories | Jim Meyering | 2023-02-21 | 1 | -0/+4 |
* | cp: fclonefileat security fix + CLONE_ACL + fixups | Paul Eggert | 2023-02-16 | 1 | -0/+7 |
* | maint: fix some typos in comments | ChuanGang Jiang | 2023-02-10 | 1 | -1/+1 |
* | tail: improve --follow=name with single non regular files | Pádraig Brady | 2023-02-06 | 1 | -0/+4 |
* | tail: fix support for -F with non seekable files | Pádraig Brady | 2023-02-06 | 1 | -0/+4 |
* | cksum: add --raw option to output a binary digest | Pádraig Brady | 2023-02-06 | 1 | -0/+3 |
* | cksum: accept new option: --base64 (-b) | Jim Meyering | 2023-01-31 | 1 | -0/+3 |
* | cp,ln,mv: when skipping exit with nonzero status | Paul Eggert | 2023-01-31 | 1 | -0/+5 |
* | mv: new option --no-copy | Paul Eggert | 2023-01-27 | 1 | -0/+3 |
* | copy: copy_file_range: handle ENOENT for CIFS | Pádraig Brady | 2023-01-08 | 1 | -0/+4 |
* | copy: immediately fail with transient reflink errors | Pádraig Brady | 2023-01-06 | 1 | -0/+8 |
* | all: further adjustments for new Ronna, Quetta SI prefixes | Pádraig Brady | 2023-01-06 | 1 | -2/+3 |
* | numfmt: add support for new SI prefixes | Paul Eggert | 2023-01-05 | 1 | -0/+6 |
* | doc: copy: mention the reinstated I/O size constraints | Pádraig Brady | 2023-01-02 | 1 | -0/+4 |
* | copy: fix possible over allocation for regular files | Paul Eggert | 2023-01-02 | 1 | -0/+5 |
* | maint: update all copyright year number ranges | Pádraig Brady | 2023-01-01 | 1 | -1/+1 |
* | stty: fix off by one column wrapping on output | Pádraig Brady | 2022-12-31 | 1 | -0/+4 |
* | copy: attempt copy offload with sparse files by default | Pádraig Brady | 2022-12-31 | 1 | -0/+6 |
* | wc: fix regression determining file size | Pádraig Brady | 2022-12-29 | 1 | -0/+5 |
* | printf: with \U, support all valid unicode points | Pádraig Brady | 2022-10-28 | 1 | -0/+4 |
* | maint: NEWS: use consistent quoting | Pádraig Brady | 2022-09-28 | 1 | -1/+1 |
* | wc: add --total={auto,never,always,only} option | Pádraig Brady | 2022-09-26 | 1 | -0/+3 |