summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-02-19rmdir: diagnose non following of symlinks with trailing slashPádraig Brady-6/+119
2021-02-18stat,tail: add support for the exfat file systemKamil Dudka-1/+3
2021-02-15pr: fix alignment of input tabs to multiple columnsErik Auerswald-0/+43
2021-02-10cat: extend --show-ends to show \r\n as ^M$Pádraig Brady-2/+45
2021-01-26expr: fix bug with unmatched \(...\)Paul Eggert-8/+21
2021-01-25split: fix --number=K/N to output correct part of filePádraig Brady-20/+31
2021-01-18doc: rmdir --recursive substitutesPaul Eggert-1/+13
2021-01-15mkdir: fix bug when -m's more generous than umaskPaul Eggert-12/+22
2021-01-09doc: modernize and fix regexp xrefPaul Eggert-17/+18
2021-01-03doc: make formatting of SEE ALSO in cat.1 and tac.1 consistentBernhard Voelker-2/+2
2021-01-02maint: exempt 'doc/fdl.texi' from 'make update-copyright'Bernhard Voelker-1/+2
2021-01-01maint: update all copyright year number rangesPádraig Brady-808/+822
2020-12-28tests: add a test for cksumPádraig Brady-0/+36
2020-12-28cksum: use more efficient slice by 8 algorithmKristoffer Brånemyr-69/+513
2020-12-24build: update gnulib submodule to latestPaul Eggert-1/+2
2020-12-18doc: remove extraneous ./src/ prefix from examplesPádraig Brady-4/+4
2020-12-18doc: add `seq inf` and `sleep inf` examples to texinfoPádraig Brady-4/+13
2020-12-15doc: document mkdir -m -p betterPaul Eggert-5/+11
2020-12-15nl: fix --section-delimiter handling of single charactersKOBAYASHI Takashi-1/+17
2020-12-15doc: mention the GNU extensions to nl --section-delimiterPádraig Brady-4/+29
2020-12-15maint: refactor nl section delimiter handlingPádraig Brady-8/+14
2020-12-11build: update gnulib submodule to latestPaul Eggert-0/+0
2020-12-08chroot,comm,join: fix usage options styleArman Absalan-28/+28
2020-12-01date: with --debug, show the output formatPádraig Brady-0/+12
2020-11-27maint: fix typo, characteres -> charactersTim Gates-1/+1
2020-11-26rm: do not skip files upon failure to remove an empty dirNishant Nayan-1/+52
2020-11-26maint: mention in NEWS about new df remote fs typesPádraig Brady-0/+3
2020-11-23maint: remove no longer needed se_const helperPádraig Brady-14/+8
2020-11-23maint: fix syntax-check failurePádraig Brady-1/+0
2020-11-23install: suppress "Operation not supported" false alarmsPaul Eggert-1/+1
2020-11-23maint: propagate errno better in selinux.cPaul Eggert-7/+14
2020-11-23maint: use absolute paths with selabel_lookupPádraig Brady-2/+32
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