summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-05-09wc: simplify and generalize AVX codeEvgeny Nizhibitsky-46/+13
2024-05-07doc: pwd: improve the -P help descriptionBruce Jerrick-1/+3
2024-05-05maint: rename octhexdigits macrosNikolay Nechaev-17/+14
2024-05-05maint: factor out common macros of stat and printfNikolay Nechaev-11/+10
2024-05-05maint: factor out the common show_date functionalityNikolay Nechaev-48/+64
2024-05-04cksum: add tests to verify the presence of "*"Sylvestre Ledru-0/+7
2024-05-03cp: actually support --update=none-failPádraig Brady-2/+17
2024-05-01maint: pacify GCC 14 -Wmissing-variable-declarationsCollin Funk-1/+4
2024-05-01maint: pacify GCC 14 -Wmissing-variable-declarations wrt md5.hPádraig Brady-0/+9
2024-05-01maint: avoid syntax check failure with long linesPádraig Brady-1/+1
2024-04-27build: bootstrap with python gnulib-tool by defaultPádraig Brady-101/+111
2024-04-23doc: sort: give example for sorting on the last fieldPádraig Brady-1/+11
2024-04-23build: provide way to bootstrap with python gnulib-toolPádraig Brady-6/+12
2024-04-19tail: avoid infloop with -c on /dev/zeroPaul Eggert-5/+32
2024-04-17ls: -f now means -a -UPaul Eggert-13/+15
2024-04-17maint: remove unnecessary stdbool.h includeCollin Funk-1/+0
2024-04-12join: fix error message for -a and -vPádraig Brady-1/+1
2024-04-07doc: NEWS: mention sort being more efficient with /proc filesPádraig Brady-0/+5
2024-04-06split: don’t trust st_size on /proc filesPaul Eggert-4/+2
2024-04-06sort: don’t trust st_size on /proc filesPaul Eggert-1/+1
2024-04-06dd: don’t trust st_size on /proc/filesPaul Eggert-1/+1
2024-04-06cat: don’t trust st_size on /proc filesPaul Eggert-10/+41
2024-04-04build: update gnulib submodule to latestPádraig Brady-0/+10
2024-04-01doc: chown,chgrp: fix missing full stop in --helpPádraig Brady-1/+1
2024-03-28maint: post-release administriviaPádraig Brady-2/+5
2024-03-28version 9.5v9.5Pádraig Brady-1/+1
2024-03-27tests: od: avoid outputting undefined floating point valuesBruno Haible-1/+1
2024-03-26build: update with gnulib fixesPádraig Brady-0/+0
2024-03-26tests: numfmt: fix false failures on some systemsPádraig Brady-4/+6
2024-03-26ls: avoid ENOENT from readdir() on FreeBSD 14Pádraig Brady-0/+3
2024-03-26tests: avoid false failure due to mismatched isblank()Pádraig Brady-2/+3
2024-03-25cp: with --no-preserve=mode ensure set-group-ID bits maintained on dirsPádraig Brady-0/+8
2024-03-25tests: avoid false failure with partial locale infoPádraig Brady-0/+5
2024-03-25tests: avoid triggering obsolete tail option processingPádraig Brady-1/+1
2024-03-25tests: remove debugging from a testPádraig Brady-1/+1
2024-03-25tests: fix false failure on systems that can chmod symlinksPádraig Brady-4/+2
2024-03-24doc: fix translation issue in chown/chgrp amalgamationPádraig Brady-14/+7
2024-03-24doc: fix various translation issuesPádraig Brady-5/+5
2024-03-24test: avoid false failure with setgid directoriesPádraig Brady-8/+10
2024-03-24tests: avoid false failure on new mv --exchange testPádraig Brady-1/+4
2024-03-24doc: update THANKS related to env --argv0 optionPádraig Brady-0/+1
2024-03-24doc: ls: detail output format for device filesStephane Chazelas-0/+4
2024-03-23doc: remove older ChangeLog itemsPádraig Brady-1/+1
2024-03-22mv: treat --exchange more like non-exchangePaul Eggert-25/+23
2024-03-22cp,ln,mv: improve dir vs nondir diagnosticsPaul Eggert-62/+26
2024-03-22env: add -a,--argv0 to set the first argument passed to execPádraig Brady-5/+46
2024-03-21doc: pr: give solution to expanding TABs in multicolumn outputPádraig Brady-1/+3
2024-03-20doc: clarify mv --exchangePaul Eggert-0/+1
2024-03-20mv: new option --exchangePaul Eggert-27/+116
2024-03-19chmod: fix TOCTOU security issue with symlink replacementPádraig Brady-7/+12