summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-07-24date: --debug: diagnose discarded -d or -s optionsPádraig Brady-0/+27
2022-07-24runcon: ensure --compute runs the file it inspectsPádraig Brady-1/+34
2022-07-24doc: tr: clarify that -t is ignored unless translatingPádraig Brady-1/+1
2022-07-23rm: don’t assume st_size is nonnegativePaul Eggert-10/+19
2022-07-22stat: -c %s now prints unsignedPaul Eggert-1/+11
2022-07-06dd: doc improvement (Bug#54586)Paul Eggert-2/+11
2022-07-06cp: don’t remove nonempty cloned destPaul Eggert-2/+13
2022-07-05cp: don’t create empty file if cannot clonePaul Eggert-0/+3
2022-07-04maint: fix comment typoIvan Radić-1/+1
2022-06-24shuf: better diagnostic for ‘shuf -i -10-10’Paul Eggert-18/+23
2022-06-23cp: avoid -Wmaybe-uninitialized warning from GCC13Jim Meyering-1/+6
2022-06-23maint: remove unnecessary inclusion of hash.hJim Meyering-1/+0
2022-06-20maint: prefer POSIX-compatible EREsPaul Eggert-8/+12
2022-06-11cp: fix ‘cp -rx / /mnt’Paul Eggert-27/+26
2022-06-03maint: avoid \] in REsPaul Eggert-6/+6
2022-06-03build: update gnulib submodule to latestPaul Eggert-6/+13
2022-05-26maint: fix spelling in NEWS entryBernhard Voelker-1/+1
2022-05-25maint: spelling fixPaul Eggert-1/+1
2022-05-25sort: tune diff_reversedPaul Eggert-1/+1
2022-05-25sort: refactor tricky diff reversalPaul Eggert-6/+11
2022-05-25maint: sort.c: fix syntax-check issue in recent commitPádraig Brady-2/+1
2022-05-25sort: fix issue with -rk in previous commitPádraig Brady-1/+1
2022-05-17sort: fix unlikely int overflow with -rPaul Eggert-2/+6
2022-05-17maint: simplify comparisonsPaul Eggert-12/+10
2022-05-17sort: remove some gotosPaul Eggert-27/+28
2022-05-17sort: pacify GCC 12 false positivePaul Eggert-23/+17
2022-05-17build: update gnulib submodule to latestPaul Eggert-0/+0
2022-05-09factor: --exponents: new option for printing in p^e formatRasmus Villemoes-15/+49
2022-05-02tests: sort-NaN-infloop: augment testing for recent fixPádraig Brady-1/+4
2022-05-02build: update gnulib submodule to latestPaul Eggert-0/+0
2022-05-01sort: fix sort -g infloop againPaul Eggert-15/+12
2022-04-20mv: test Bug#55029Paul Eggert-0/+11
2022-04-20build: update gnulib submodule to latestPaul Eggert-0/+0
2022-04-19pr: don’t use uninitialized varPaul Eggert-3/+10
2022-04-19doc: fix ' and ` in PDF output of codePaul Eggert-0/+2
2022-04-19doc: fix footnote formatsPaul Eggert-4/+4
2022-04-19doc: prefer ö to $'\u7530'Paul Eggert-3/+3
2022-04-17doc: rmdir: clarify --ignore-fail-on-non-empty operationPádraig Brady-8/+4
2022-04-15maint: post-release administriviaPádraig Brady-2/+5
2022-04-15version 9.1v9.1Pádraig Brady-1/+1
2022-04-15doc: avoid unicode errors in texi conversionPádraig Brady-1/+1
2022-04-14build: copy: fix build on macos 10.12Pádraig Brady-0/+5
2022-04-13tail: detect closed stdout on SolarisPádraig Brady-6/+8
2022-04-13maint: syntax-check: fix preprocessor indentationPádraig Brady-1/+1
2022-04-12cp,mv,install: omit an ‘inline’Paul Eggert-1/+1
2022-04-12cp,mv,install: improve EACCES targetdir messagesPaul Eggert-16/+34
2022-04-12cp,mv,install: avoid excess stat calls on non-GNUPaul Eggert-16/+22
2022-04-12cp,mv,install: modularize targetdirPaul Eggert-74/+171
2022-04-13cp,mv,install: avoid EACCES with non directory destinationPádraig Brady-12/+11
2022-04-13sync: support syncing files on cygwinPádraig Brady-2/+2