summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-11-22maint: minor cleanupBernhard Voelker-10/+9
2020-11-21build: update gnulib submodule to latestPaul Eggert-0/+0
2020-11-21maint: port from matchpathcon to selabel_lookupPaul Eggert-216/+144
2020-11-21build: port to Solaris 10Paul Eggert-1/+4
2020-11-21build: update gnulib submodule to latestPaul Eggert-0/+0
2020-11-18doc: mention that sort -g supports hex numbersPádraig Brady-0/+6
2020-11-14tr: fix crash validating -c with some case char classesPádraig Brady-1/+8
2020-11-12doc: clarify in texinfo that `test == ...` is non portableBen Pfaff-0/+2
2020-11-11ls: fix crash printing SELinux context for unstatable filesPádraig Brady-3/+15
2020-11-07timeout: support sub-second timeouts on macOSPádraig Brady-8/+34
2020-11-07maint: avoid strncat warning on GCCPádraig Brady-2/+2
2020-10-28stat,tail: sync file system constants from the linux kernelPádraig Brady-2/+7
2020-10-28maint: cleanup operation of fs-magic-comparePádraig Brady-1/+2
2020-10-27doc: make blank lines before --help consistentPádraig Brady-3/+0
2020-10-26maint: avoid new sort.c warning from upcoming GCC11Jim Meyering-1/+1
2020-10-26dd: drop old workaround for lseek() bug in Linux kernelKamil Dudka-56/+3
2020-10-26nl: support a negative --line-incrementKOBAYASHI Takashi-1/+17
2020-10-25nl: only fail if need to output overflowed numbersPádraig Brady-8/+33
2020-10-25maint: add lib/parse-datetime-gen.h to .gitignorePádraig Brady-0/+1
2020-10-25maint: sync help2man to latest versionPádraig Brady-11/+14
2020-10-19build: update gnulib submodule to latestPaul Eggert-8/+8
2020-10-17maint: remove already handled FIXME in tail.cGrigorii Sokolik-4/+0
2020-10-17maint: update docs for build prerequisitesGrigorii Sokolik-1/+2
2020-09-29doc: fix punctuation in stat --helpBenno Schulenberg-4/+4
2020-08-12doc: clarify timeout --foreground descriptionPádraig Brady-2/+2
2020-08-08csplit: fix regex suppression with specific match countEmanuele Giacomelli-6/+16
2020-07-31tests: skip some parts of 'tests/rmdir/ignore.sh' if run as rootBernhard Voelker-6/+13
2020-07-28doc: show version in title of HTML manualBernhard Voelker-2/+2
2020-07-28build: update gnulib submodule to latestPaul Eggert-2/+2
2020-07-27doc: fix typo in env --split-string documentationPádraig Brady-2/+2
2020-07-24date: clarify the EpochPaul Eggert-2/+2
2020-07-24doc: modernize date examplesPaul Eggert-84/+75
2020-07-24build: update gnulib submodule to latestPaul Eggert-0/+1
2020-07-20doc: clarify 'timeout -k' behaviorBernhard Voelker-3/+13
2020-07-18factor: port to --without-libgmpPaul Eggert-3/+7
2020-07-10build: be less aggressive about -fanalyzerPaul Eggert-6/+16
2020-07-08factor: explain why non-GMP code (Bug#42269)Paul Eggert-10/+19
2020-07-08doc: mention expr and factor bignumsPaul Eggert-16/+16
2020-07-08factor: treat ' +bignum' like non-bignumPaul Eggert-18/+12
2020-07-08tests: simplify since expr now works on bignumsPaul Eggert-65/+29
2020-07-08factor: simplify tests by assuming libgmpPaul Eggert-9/+6
2020-07-07maint: use Gnulib libgmp modulePaul Eggert-195/+9
2020-07-07build: update gnulib submodule to latestPaul Eggert-0/+0
2020-07-04doc: add timeout examplesBernhard Voelker-0/+23
2020-06-30tests: avoid spurious testsuite failureAndreas Schwab-1/+1
2020-06-26tests: fix false failure with valgrind and reflinkPádraig Brady-1/+1
2020-06-25cp: use copy_file_range if availablePaul Eggert-2/+44
2020-06-25cp: use SEEK_DATA/SEEK_HOLE if availablePaul Eggert-11/+201
2020-06-25cp: avoid copy_reg gotoPaul Eggert-23/+11
2020-06-25cp: refactor extent_copyPaul Eggert-64/+55