summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-02-27mktemp: fix template diagnostic with --suffixlvgenggeng-3/+13
2024-02-27tests: move join tests to their own directoryPádraig Brady-2/+2
2024-02-27tests: simplify treatment of the $LOCALE_FR_UTF8 variablePádraig Brady-10/+4
2024-02-27join: avoid test failure on systems with no French UTF-8 localeBruno Haible-1/+1
2024-02-27sort: make the startup time optimization effective on glibc < 2.34Bruno Haible-2/+11
2024-02-26build: improve libcrypto library detectionPádraig Brady-1/+1
2024-02-26wc: fix -w with breaking space over UCHAR_MAXAearil-1/+7
2024-02-26cp,mv: add --update=none-fail to fail if existing filesPádraig Brady-36/+72
2024-02-26cp,mv: reinstate that -n exits with success if files skippedPádraig Brady-32/+36
2024-02-26build: fix libcrypto version linked by sort at runtimePádraig Brady-4/+11
2024-02-26maint: avoid sc_tight_scope failure in sort.cPádraig Brady-0/+3
2024-02-25doc: mention -lcrypto change in NEWSPaul Eggert-0/+3
2024-02-25sort: dynamically link -lcrypto if -RPaul Eggert-1/+80
2024-02-25doc: de-“note” the documentationPaul Eggert-143/+133
2024-02-22cp: add --keep-directory-symlink optionDaan De Meyer-2/+56
2024-02-19dircolors: update list of archive file extensionsMichel Lind-34/+35
2024-02-19maint: prefer #include <...> for gnulib substitute headersCollin Funk-3/+3
2024-02-19doc: add '[' to the info indexPádraig Brady-0/+1
2024-02-18build: update gnulib submodule to latestPaul Eggert-0/+0
2024-02-18nohup: document GCC bug numberPaul Eggert-1/+2
2024-02-18ls: remove unnecessary pragmasPaul Eggert-8/+0
2024-02-18maint: update GCC version commentPaul Eggert-1/+1
2024-02-18maint: document fix for GCC bug 109628Paul Eggert-1/+1
2024-02-18maint: remove unneeded suggest-attributes pragmasPaul Eggert-12/+0
2024-02-17doc: fix typo in shred exampleGreg Wooledge-2/+1
2024-02-07maint: avoid -Wshadow warning under clangCollin Funk-7/+7
2024-02-07build: fix od build on clang < 17Pádraig Brady-16/+54
2024-02-05od: support half precision floating pointPádraig Brady-3/+103
2024-01-28seq: say why not ‘x += step’Paul Eggert-0/+4
2024-01-18doc: split -C: test and document a heap overflowPádraig Brady-0/+16
2024-01-17tests: make ulimit -v interact better with ASANPádraig Brady-14/+13
2024-01-17split: do not shrink hold bufferPaul Eggert-3/+0
2024-01-10tests: ls: add a test to verify that '+' is addedSylvestre Ledru-0/+41
2024-01-06maint: add attributes to two functions without side effectsSamuel Tardieu-1/+2
2024-01-01maint: update all copyright year number rangesPádraig Brady-829/+829
2023-12-31maint: pacify recent clang betterPaul Eggert-15/+7
2023-12-31maint: pacify clang -Winclude-next-absolute-pathPaul Eggert-3/+3
2023-12-31build: update gnulib submodule to latestPaul Eggert-0/+0
2023-12-31ls: omit bad_castPaul Eggert-12/+15
2023-12-31split: omit bad_castPaul Eggert-3/+3
2023-12-29sort: fix thousands grouping handling on single byte localesPádraig Brady-2/+7
2023-12-29tests: numfmt: fix test related to lower case 'k' SI unitPádraig Brady-1/+1
2023-12-29tests: run locale tests on more systemsPádraig Brady-19/+30
2023-12-29maint: distribute new header from previous commitPádraig Brady-0/+1
2023-12-27maint: merge chgrp and chown sourcesPádraig Brady-354/+100
2023-12-19copy,install: avoid unnecessary security context translationsChristian Göttsche-53/+62
2023-12-19build: update gnulib to latestPádraig Brady-0/+0
2023-12-17maint: avoid false positive warning with newer gccPádraig Brady-1/+1
2023-12-17doc: cp --no-clobber: improve documentationPádraig Brady-2/+4
2023-12-15chgrp: add --from parameter similar to chownPádraig Brady-14/+104