summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* split: advise the kernel of sequential access patternPádraig Brady2023-05-081-0/+4
* pr: fix parsing of empty argumentsPádraig Brady2023-05-061-0/+6
* cp: -p --parents: minor cleanup of previous patchPaul Eggert2023-05-051-25/+30
* cp: -p --parents: fix failure to preserve permissions for absolute pathsPádraig Brady2023-05-031-5/+11
* maint: remove redundant exit status handlingPádraig Brady2023-04-301-2/+1
* maint: suppress GCC 13 false alarmsPaul Eggert2023-04-264-0/+22
* chmod: pacify GCC 13Paul Eggert2023-04-261-9/+8
* csplit: pacify GCC 13Paul Eggert2023-04-261-26/+15
* uniq: be more specific when diagnosing read errorsPádraig Brady2023-04-261-1/+1
* pr: fix infinite loop when double spacingPádraig Brady2023-04-251-1/+1
* copy: reduce verbosity of -i and -u with --verbosePádraig Brady2023-04-251-3/+3
* factor: diagnose errors reading the inputPádraig Brady2023-04-241-1/+6
* numfmt: diagnose errors reading the inputPádraig Brady2023-04-241-1/+1
* tsort: diagnose errors reading the inputPádraig Brady2023-04-241-1/+5
* cksum: fix failure to diagnose read errors with crc32Pádraig Brady2023-04-242-14/+2
* install: support stripping files with a leading hyphenPádraig Brady2023-04-211-2/+7
* copy: --debug: indicate if NUL detection is used with SEEK_HOLEPádraig Brady2023-04-131-0/+4
* build: fix _Noreturn compilation failurePádraig Brady2023-04-102-2/+4
* wc: ensure we update file offsetPádraig Brady2023-04-081-1/+4
* cp,mv: issue "skipped" messages when skipping filesPádraig Brady2023-04-081-4/+23
* cp,mv: add --update=none to always skip existing filesPádraig Brady2023-04-085-18/+131
* wc: diagnose overflow of total countsPádraig Brady2023-03-311-7/+44
* dircolors: diagnose read errorsPádraig Brady2023-03-281-0/+5
* date: diagnose -f read errorsPaul Eggert2023-03-281-1/+3
* cp: clarify commentaryPaul Eggert2023-03-251-11/+11
* copy: fix --reflink=auto to fallback in more casesPádraig Brady2023-03-241-27/+35
* cksum: fix reporting of failed checksPádraig Brady2023-03-231-2/+2
* stty: ensure arbitrary data is not displayedPádraig Brady2023-03-191-2/+6
* doc: uniq: revert previous man page adjustmentPádraig Brady2023-03-181-3/+4
* doc: uniq: use more standard description of -D long optionPádraig Brady2023-03-181-4/+3
* maint: avoid discarded-qualifiers warnings with SELinux 3.5Bernhard Voelker2023-03-171-2/+2
* cksum: fix --raw on 64 bit big endian systemsPádraig Brady2023-03-151-2/+4
* build: avoid -Wsometimes-uninitialized on macOS 12Bruno Haible2023-03-152-2/+2
* tee: avoid undefined behavior after fclose()Pádraig Brady2023-03-133-9/+11
* doc: dircolors: better separate the sections in the databasePádraig Brady2023-03-131-0/+12
* ls: --color: honor separate sequences for extension casesPádraig Brady2023-03-132-8/+66
* tee: support non blocking outputsPádraig Brady2023-03-083-24/+119
* split: support split -n on larger pipe inputPaul Eggert2023-03-071-35/+54
* tee: fix a crash with unwriteable filesPádraig Brady2023-03-071-3/+5
* maint: pacify ‘make syntax-check’Paul Eggert2023-03-061-3/+3
* tail,tee: avoid issues with many files on systems without pollPádraig Brady2023-03-061-0/+6
* du: --apparent counts only symlinks and regularPaul Eggert2023-03-041-4/+4
* split: tune for when creating output filesPaul Eggert2023-03-041-3/+9
* split: style fixPaul Eggert2023-03-041-1/+3
* split: prefer signed integers to size_tPaul Eggert2023-03-041-53/+52
* split: handle large numbers betterPaul Eggert2023-03-041-63/+73
* split: prefer ssize_t for read resultPaul Eggert2023-03-041-14/+15
* split: be more careful about buffer sizesPaul Eggert2023-03-041-28/+31
* split: minor -1 / 0 refactorPaul Eggert2023-03-041-3/+3
* split: don’t worry about ECHILDPaul Eggert2023-03-041-3/+3