summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2023-04-26maint: suppress GCC 13 false alarmsPaul Eggert-0/+22
2023-04-26chmod: pacify GCC 13Paul Eggert-9/+8
2023-04-26csplit: pacify GCC 13Paul Eggert-26/+15
2023-04-26uniq: be more specific when diagnosing read errorsPádraig Brady-1/+1
2023-04-25pr: fix infinite loop when double spacingPádraig Brady-1/+1
2023-04-25copy: reduce verbosity of -i and -u with --verbosePádraig Brady-3/+3
2023-04-24factor: diagnose errors reading the inputPádraig Brady-1/+6
2023-04-24numfmt: diagnose errors reading the inputPádraig Brady-1/+1
2023-04-24tsort: diagnose errors reading the inputPádraig Brady-1/+5
2023-04-24cksum: fix failure to diagnose read errors with crc32Pádraig Brady-14/+2
2023-04-21install: support stripping files with a leading hyphenPádraig Brady-2/+7
2023-04-13copy: --debug: indicate if NUL detection is used with SEEK_HOLEPádraig Brady-0/+4
2023-04-10build: fix _Noreturn compilation failurePádraig Brady-2/+4
2023-04-08wc: ensure we update file offsetPádraig Brady-1/+4
2023-04-08cp,mv: issue "skipped" messages when skipping filesPádraig Brady-4/+23
2023-04-08cp,mv: add --update=none to always skip existing filesPádraig Brady-18/+131
2023-03-31wc: diagnose overflow of total countsPádraig Brady-7/+44
2023-03-28dircolors: diagnose read errorsPádraig Brady-0/+5
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/+35
2023-03-23cksum: fix reporting of failed checksPádraig Brady-2/+2
2023-03-19stty: ensure arbitrary data is not displayedPádraig Brady-2/+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-17maint: avoid discarded-qualifiers warnings with SELinux 3.5Bernhard Voelker-2/+2
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-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-8/+66
2023-03-08tee: support non blocking outputsPádraig Brady-24/+119
2023-03-07split: support split -n on larger pipe inputPaul Eggert-35/+54
2023-03-07tee: fix a crash with unwriteable filesPádraig Brady-3/+5
2023-03-06maint: pacify ‘make syntax-check’Paul Eggert-3/+3
2023-03-06tail,tee: avoid issues with many files on systems without pollPádraig Brady-0/+6
2023-03-04du: --apparent counts only symlinks and regularPaul Eggert-4/+4
2023-03-04split: tune for when creating output filesPaul Eggert-3/+9
2023-03-04split: style fixPaul Eggert-1/+3
2023-03-04split: prefer signed integers to size_tPaul Eggert-53/+52
2023-03-04split: handle large numbers betterPaul Eggert-63/+73
2023-03-04split: prefer ssize_t for read resultPaul Eggert-14/+15
2023-03-04split: be more careful about buffer sizesPaul Eggert-28/+31
2023-03-04split: minor -1 / 0 refactorPaul Eggert-3/+3
2023-03-04split: don’t worry about ECHILDPaul Eggert-3/+3
2023-03-04split: don’t assume pid_t fits in intPaul Eggert-2/+2
2023-03-04split: simplify SIGPIPE handlingPaul Eggert-12/+5
2023-03-04split: port ‘split -n N /dev/null’ better to macOSPaul Eggert-34/+32
2023-03-04split: split more evenly with -nPaul Eggert-31/+27
2023-03-04split: small -n lines simplificationPaul Eggert-2/+3