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