summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-04split: style fixPaul Eggert1-1/+3
2023-03-04split: prefer signed integers to size_tPaul Eggert1-53/+52
2023-03-04split: handle large numbers betterPaul Eggert3-81/+81
2023-03-04split: prefer ssize_t for read resultPaul Eggert1-14/+15
2023-03-04split: be more careful about buffer sizesPaul Eggert1-28/+31
2023-03-04split: minor -1 / 0 refactorPaul Eggert1-3/+3
2023-03-04split: don’t worry about ECHILDPaul Eggert1-3/+3
2023-03-04split: don’t assume pid_t fits in intPaul Eggert1-2/+2
2023-03-04split: simplify SIGPIPE handlingPaul Eggert1-12/+5
2023-03-04split: port ‘split -n N /dev/null’ better to macOSPaul Eggert3-37/+40
2023-03-04maint: fix NEWS quotingPaul Eggert1-1/+1
2023-03-04split: split more evenly with -nPaul Eggert5-52/+67
2023-03-04split: small -n lines simplificationPaul Eggert1-2/+3
2023-03-04split: refactor lines_chunk_splitPaul Eggert1-6/+6
2023-03-04tee: tune when later -p overrides earlierPaul Eggert1-18/+9
2023-03-01maint: refactor tail.c to use iopollPádraig Brady5-62/+51
2023-02-28tail: avoid undefined behavior when polling outputsPádraig Brady1-2/+2
2023-02-28doc: tee -p: clarify operationPádraig Brady2-4/+5
2023-02-28tests: tee -p: add test for early exit with closed pipesPádraig Brady1-0/+10
2023-02-28tee: enhance -p mode using iopoll() to detect broken pipe outputsCarl Edquist5-16/+95
2023-02-28all: add broken pipe detection while waiting for inputCarl Edquist3-0/+128
2023-02-27build: update to latest gnulibPádraig Brady2-0/+4
2023-02-26tests: avoid hang in new testPádraig Brady1-8/+8
2023-02-26tests: avoid gdb on macOSPádraig Brady3-0/+11
2023-02-24cp,install,mv: --debug: output debug info when reflinkingPádraig Brady1-5/+5
2023-02-24tests: determine if SEEK_HOLE is enabledPádraig Brady5-4/+16