aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
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 Brady2-13/+39
2019-09-08maint: use consistent header ordering and spacing in NEWSPádraig Brady1-11/+10
2019-08-15build: update gnulib submodule to latestPaul Eggert1-0/+0
2019-08-15scripts: document how to build older versions on newer systemsAssaf Gordon14-0/+1129
2019-08-12build: adjust for recent gnulib pthread changesBruno Haible2-6/+4
2019-08-10date: mention military timezone changes from gnulibAssaf Gordon2-0/+23
2019-08-10maint: add lib/argmatch.h to po/POTFILES.inBernhard Voelker1-0/+1
2019-08-10gnulib: update to latestAssaf Gordon1-0/+0
2019-08-08doc: clarify that truncate creates sparse filesPádraig Brady2-3/+3
2019-08-07dircolors: recognize the WebP image formatMike Swanson1-0/+1
2019-08-06maint: fix error in syntax-check checkingBernhard Voelker1-2/+1
2019-08-04maint: fix issues in syntax-checkAkim Demaille2-18/+22
2019-08-02seq: fix superfluous output lineAssaf Gordon4-1/+55
2019-07-22doc: improve new version sort chapterBernhard Voelker1-24/+27
2019-07-15doc: add "version sort ordering" chapterAssaf Gordon3-59/+915