summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-05version 8.32v8.32Pádraig Brady1-1/+1
2020-03-04tests: don't rely on system env(1) being presentPádraig Brady1-50/+56
2020-03-04basenc: avoid undefined behaviour in z85 processingPádraig Brady1-2/+5
2020-03-01tests: avoid a false failure on OpenIndiana 11Pádraig Brady3-21/+47
2020-03-01tests: avoid a hang on GNU/Hurd from 2019Pádraig Brady1-1/+2
2020-03-01tests: use bash in some scripts to avoid false failuresPádraig Brady3-1/+20
2020-03-01tests: improve test coverage for ls stat checksPádraig Brady2-19/+44
2020-03-01tests: enable 4 more tests to be executed on FreeBSDBruno Haible1-3/+16
2020-02-29tests: fix incorrect `|| fail` pattern in testsPádraig Brady4-3/+11
2020-02-29tests: avoid false failures on darwin 19.2.0Pádraig Brady2-3/+16
2020-02-29tests: fix test failure on FreeBSD 12Bruno Haible1-3/+17
2020-02-27build: once again distribute .tar.gz filesJan Nieuwenhuizen3-3/+5
2020-02-27maint: ensure .deps/ in the project root is ignored by gitPádraig Brady1-1/+1
2020-02-27doc: remove older ChangeLog itemsPádraig Brady1-1/+1
2020-02-27ls: issue error message on removed directoryColin Watson4-0/+72
2020-02-25build: update to latest gnulibPádraig Brady2-2/+2
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 Brady2-0/+14
2020-02-24uniq: avoid strcoll() to improve performance and consistencyPádraig Brady4-13/+68
2020-02-15doc: clarify that '%a' stat format outputs mode bitsPádraig Brady2-4/+4
2020-02-10tests: fix test for symlinkPádraig Brady1-1/+1
2020-02-09tests: ensure tests/cp/preserve-gid.sh works with single binaryKamil Dudka1-1/+8
2020-02-09maint: avoid syntax-check failure in previous commitPádraig Brady1-1/+2
2020-02-08build: suppress new FP warning from gcc-10.0.1Jim Meyering1-0/+4
2020-02-04build: update to latest gnulibPádraig Brady1-0/+0
2020-02-04tests: avoid false failure due to varying /proc/kallsymsPádraig Brady1-13/+9
2020-02-04rmdir: fix --ignore-fail-on-non-empty with permissions errorsPádraig Brady5-11/+39
2020-02-03build: avoid vector performance warnings in randpermPádraig Brady1-0/+2
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 Brady5-14/+116
2020-01-30build: rearrange yes(1) code to prevent GCC 10 warningChris Meyering1-2/+6
2020-01-01maint: add lib/iconv_open-zos.h to .gitignoreEmil Engler1-0/+1
2020-01-01build: auto enable use of openssl with >= version 3Pádraig Brady2-0/+1
2020-01-01maint: adjust to split out xstrtol-error gnulib modulePádraig Brady7-0/+7
2020-01-01maint: update all copyright year number rangesPádraig Brady798-798/+806
2019-12-08doc: add example to demonstrate sub-second sleep timesBernhard Voelker1-0/+7
2019-12-02maint: fix syntax-check failure from recent adjustmentPádraig Brady1-1/+1
2019-12-02chcon: do not validate security context if SELinux is disabledKamil Dudka1-1/+3
2019-11-11doc: remove colon from node namePaul Eggert1-2/+2
2019-11-11shred: modernize documentationPaul Eggert2-101/+93
2019-10-22all: improve parsing of numeric argumentsPaul Eggert14-53/+53
2019-10-22stdbuf: improve size checkingPaul Eggert2-17/+21
2019-10-22shuf: improve randperm overflow checkingPaul Eggert2-11/+18
2019-10-22build: don’t worry about logical-op checkingPaul Eggert1-6/+0
2019-10-22build: re-enable type-limits checkingPaul Eggert1-2/+0
2019-10-21shuf: fix bug with ‘-r -n 0’Paul Eggert3-25/+37
2019-10-09ls: use statx instead of stat when availableJeff Layton5-41/+199
2019-10-03truncate: avoid integer-overflow assumptionsPaul Eggert1-30/+19
2019-10-03numfmt: avoid unlikely integer overflowPaul Eggert1-1/+1