aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-20maint: omit unnecessary pragmas and fix tsort.cPaul Eggert3-18/+0
2020-05-11maint: avoid warnings from GCC's -fanalyzerPádraig Brady5-10/+38
2020-04-27ls: allow --classify to be ignored for non tty outputJason Kim1-4/+18
2020-04-02cp: ensure --attributes-only doesn't remove filesPádraig Brady1-4/+5
2020-03-28build: update gnulib submodule to latestPaul Eggert1-1/+0
2020-03-07ls: restore 8.31 behavior on removed directoriesPaul Eggert1-22/+0
2020-03-04basenc: avoid undefined behaviour in z85 processingPádraig Brady1-2/+5
2020-02-27ls: issue error message on removed directoryColin Watson1-0/+22
2020-02-25b2sum: sync better with upstreamPádraig Brady1-2/+9
2020-02-25factor: sync longlong.h adjustments from upstreamPádraig Brady1-45/+121
2020-02-25stat,tail: sync file system constants from the linux kernelPádraig Brady1-0/+10
2020-02-24uniq: avoid strcoll() to improve performance and consistencyPádraig Brady1-13/+1
2020-02-15doc: clarify that '%a' stat format outputs mode bitsPádraig Brady1-2/+2
2020-02-04rmdir: fix --ignore-fail-on-non-empty with permissions errorsPádraig Brady2-11/+16
2020-02-03build: avoid including sysctl.h on glibcPádraig Brady2-3/+4
2020-02-03ls: support --time=creation to show/sort birth timePádraig Brady1-13/+72
2020-01-30build: rearrange yes(1) code to prevent GCC 10 warningChris Meyering1-2/+6
2020-01-01maint: adjust to split out xstrtol-error gnulib modulePádraig Brady6-0/+6
2020-01-01maint: update all copyright year number rangesPádraig Brady139-139/+139
2019-12-02chcon: do not validate security context if SELinux is disabledKamil Dudka1-1/+3
2019-11-11shred: modernize documentationPaul Eggert1-38/+4
2019-10-22all: improve parsing of numeric argumentsPaul Eggert13-53/+46
2019-10-22stdbuf: improve size checkingPaul Eggert1-17/+20
2019-10-21shuf: fix bug with ‘-r -n 0’Paul Eggert1-24/+29
2019-10-09ls: use statx instead of stat when availableJeff Layton4-38/+192
2019-10-03truncate: avoid integer-overflow assumptionsPaul Eggert1-30/+19
2019-10-03numfmt: avoid unlikely integer overflowPaul Eggert1-1/+1
2019-10-03nl: fix integer-overflow bugPaul Eggert1-5/+1
2019-10-03cp: simplify integer overflow checkingPaul Eggert1-3/+1
2019-09-08seq: use faster processing for integer steps from 2 to 200Pádraig Brady1-13/+36
2019-08-12build: adjust for recent gnulib pthread changesBruno Haible1-5/+0
2019-08-08doc: clarify that truncate creates sparse filesPádraig Brady1-1/+1
2019-08-07dircolors: recognize the WebP image formatMike Swanson1-0/+1
2019-08-02seq: fix superfluous output lineAssaf Gordon1-1/+3
2019-07-12stat: don't explicitly request file size for filenamesAndreas Dilger1-2/+2
2019-06-19od: use fseek on non-regular filesPaul Eggert1-2/+6
2019-06-14stat: fix enabling of statx logicJeff Layton1-6/+6
2019-06-10stat: Use statx where available and support --cachedJeff Layton1-201/+422
2019-06-08split: fix failure for certain number of specified filesPádraig Brady1-9/+9
2019-05-30dd: be more careful about signal handlingPaul Eggert1-23/+90
2019-05-28cp: fix /dev/stdin problem on SolarisPaul Eggert2-9/+42
2019-05-26doc: clarify dd sparse detection is by *output* blockKevin Locke1-1/+1
2019-05-17b2sum: port blake2b-ref.c to HP-UX aCCPaul Eggert1-0/+4
2019-05-15b2sum: sync better with upstreamPaul Eggert1-13/+16
2019-05-15b2sum: port to HP-UX aCCPaul Eggert2-8/+5
2019-05-11b2sum: port to HP-UX CPaul Eggert1-4/+12
2019-05-11cp: port fiemap.h to C99Paul Eggert2-8/+4
2019-05-11basenc: port to C99Paul Eggert1-96/+88
2019-05-11maint: adjust to recent verify_true removalPaul Eggert1-9/+9
2019-03-31factor: output immediately if stdout is a tty but stdin is notShugo Maeda1-2/+2