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