summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-02-09tests: ensure tests/cp/preserve-gid.sh works with single binaryKamil Dudka-1/+8
2020-02-09maint: avoid syntax-check failure in previous commitPádraig Brady-1/+2
2020-02-08build: suppress new FP warning from gcc-10.0.1Jim Meyering-0/+4
2020-02-04build: update to latest gnulibPádraig Brady-0/+0
2020-02-04tests: avoid false failure due to varying /proc/kallsymsPádraig Brady-13/+9
2020-02-04rmdir: fix --ignore-fail-on-non-empty with permissions errorsPádraig Brady-11/+39
2020-02-03build: avoid vector performance warnings in randpermPádraig Brady-0/+2
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-14/+116
2020-01-30build: rearrange yes(1) code to prevent GCC 10 warningChris Meyering-2/+6
2020-01-01maint: add lib/iconv_open-zos.h to .gitignoreEmil Engler-0/+1
2020-01-01build: auto enable use of openssl with >= version 3Pádraig Brady-0/+1
2020-01-01maint: adjust to split out xstrtol-error gnulib modulePádraig Brady-0/+7
2020-01-01maint: update all copyright year number rangesPádraig Brady-798/+806
2019-12-08doc: add example to demonstrate sub-second sleep timesBernhard Voelker-0/+7
2019-12-02maint: fix syntax-check failure from recent adjustmentPádraig Brady-1/+1
2019-12-02chcon: do not validate security context if SELinux is disabledKamil Dudka-1/+3
2019-11-11doc: remove colon from node namePaul Eggert-2/+2
2019-11-11shred: modernize documentationPaul Eggert-101/+93
2019-10-22all: improve parsing of numeric argumentsPaul Eggert-53/+53
2019-10-22stdbuf: improve size checkingPaul Eggert-17/+21
2019-10-22shuf: improve randperm overflow checkingPaul Eggert-11/+18
2019-10-22build: don’t worry about logical-op checkingPaul Eggert-6/+0
2019-10-22build: re-enable type-limits checkingPaul Eggert-2/+0
2019-10-21shuf: fix bug with ‘-r -n 0’Paul Eggert-25/+37
2019-10-09ls: use statx instead of stat when availableJeff Layton-41/+199
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/+39
2019-09-08maint: use consistent header ordering and spacing in NEWSPádraig Brady-11/+10
2019-08-15build: update gnulib submodule to latestPaul Eggert-0/+0
2019-08-15scripts: document how to build older versions on newer systemsAssaf Gordon-0/+1129
2019-08-12build: adjust for recent gnulib pthread changesBruno Haible-6/+4
2019-08-10date: mention military timezone changes from gnulibAssaf Gordon-0/+23
2019-08-10maint: add lib/argmatch.h to po/POTFILES.inBernhard Voelker-0/+1
2019-08-10gnulib: update to latestAssaf Gordon-0/+0
2019-08-08doc: clarify that truncate creates sparse filesPádraig Brady-3/+3
2019-08-07dircolors: recognize the WebP image formatMike Swanson-0/+1
2019-08-06maint: fix error in syntax-check checkingBernhard Voelker-2/+1
2019-08-04maint: fix issues in syntax-checkAkim Demaille-18/+22
2019-08-02seq: fix superfluous output lineAssaf Gordon-1/+55
2019-07-22doc: improve new version sort chapterBernhard Voelker-24/+27
2019-07-15doc: add "version sort ordering" chapterAssaf Gordon-59/+915
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/+9
2019-06-18doc: mention ls -l user/group justificationPaul Eggert-2/+6
2019-06-14stat: fix enabling of statx logicJeff Layton-6/+6
2019-06-12tests: avoid false-positive in date-debug testAssaf Gordon-2/+9