summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-04-18version 9.3v9.3Pádraig Brady1-1/+1
2023-04-16tests: avoid allocation checks on ZFSPádraig Brady1-1/+3
2023-04-14tests: tty-eof: fix various issuesPádraig Brady1-4/+8
2023-04-13tests: avoid dependence on file layout for cp sparse checkPádraig Brady1-14/+4
2023-04-13copy: --debug: indicate if NUL detection is used with SEEK_HOLEPádraig Brady1-0/+4
2023-04-10doc: update re 32-bit buildsPaul Eggert1-7/+7
2023-04-10build: fix _Noreturn compilation failurePádraig Brady3-3/+5
2023-04-10tests: avoid non portable brace expansionPádraig Brady1-2/+2
2023-04-09maint: require support for post-2038 timestampsPaul Eggert2-1/+6
2023-04-09build: update gnulib submodule to latestPaul Eggert1-0/+0
2023-04-08wc: ensure we update file offsetPádraig Brady3-1/+20
2023-04-08cp,mv: issue "skipped" messages when skipping filesPádraig Brady4-12/+53
2023-04-08cp,mv: add --update=none to always skip existing filesPádraig Brady8-36/+194
2023-04-04cp: fix --backup with subdirectoriesPádraig Brady3-2/+13
2023-03-31tests: tee: avoid false failure due to fifo usagePádraig Brady1-1/+1
2023-03-31tests: adjust csplit VM limitPádraig Brady1-1/+1
2023-03-31wc: diagnose overflow of total countsPádraig Brady3-7/+64
2023-03-28dircolors: diagnose read errorsPádraig Brady4-2/+36
2023-03-28tests: add a test case for the previous date fixPádraig Brady3-0/+34
2023-03-28date: diagnose -f read errorsPaul Eggert1-1/+3
2023-03-25cp: clarify commentaryPaul Eggert1-11/+11
2023-03-24copy: fix --reflink=auto to fallback in more casesPádraig Brady2-27/+43
2023-03-24doc: add a NEWS entry for the previous fixPádraig Brady1-0/+5
2023-03-23cksum: fix reporting of failed checksPádraig Brady2-2/+12
2023-03-21tests: skip some parts of tests/misc/tee.sh if run as rootNick Alcock1-3/+5
2023-03-20maint: post-release administriviaPádraig Brady3-2/+5
2023-03-20version 9.2v9.2Pádraig Brady1-1/+1
2023-03-19tests: avoid false failure on systems without statxPádraig Brady2-4/+6
2023-03-19stty: ensure arbitrary data is not displayedPádraig Brady1-2/+6
2023-03-19tests: df: avoid false failure on systems with multiple rootsPádraig Brady1-3/+6
2023-03-18doc: uniq: revert previous man page adjustmentPádraig Brady1-3/+4
2023-03-18doc: uniq: use more standard description of -D long optionPádraig Brady1-4/+3
2023-03-18tests: aix: avoid unsupported functionalityPádraig Brady2-2/+10
2023-03-17maint: avoid discarded-qualifiers warnings with SELinux 3.5Bernhard Voelker1-2/+2
2023-03-15test: avoid a test hang on HurdPádraig Brady1-1/+1
2023-03-15cksum: fix --raw on 64 bit big endian systemsPádraig Brady1-2/+4
2023-03-15build: avoid -Wsometimes-uninitialized on macOS 12Bruno Haible2-2/+2
2023-03-13doc: remove older ChangeLog itemsPádraig Brady1-1/+1
2023-03-13tee: avoid undefined behavior after fclose()Pádraig Brady3-9/+11
2023-03-13doc: dircolors: better separate the sections in the databasePádraig Brady1-0/+12
2023-03-13ls: --color: honor separate sequences for extension casesPádraig Brady4-9/+114
2023-03-13tests: adjust du test for recent apparent size changePádraig Brady1-102/+3
2023-03-08tee: support non blocking outputsPádraig Brady5-25/+139
2023-03-08doc: remove redundant NEWS entryPádraig Brady1-4/+0
2023-03-07split: support split -n on larger pipe inputPaul Eggert5-43/+72
2023-03-07tee: fix a crash with unwriteable filesPádraig Brady2-3/+10
2023-03-06maint: pacify ‘make syntax-check’Paul Eggert2-4/+4
2023-03-06tail,tee: avoid issues with many files on systems without pollPádraig Brady1-0/+6
2023-03-04du: --apparent counts only symlinks and regularPaul Eggert5-4/+46
2023-03-04split: tune for when creating output filesPaul Eggert1-3/+9