summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
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
2023-12-11maint: remove obsolete AC_PROG_GCC_TRADITIONALPádraig Brady-1/+0
2023-12-11doc: ls: fix regression in -f descriptionPádraig Brady-13/+11
2023-12-11maint: add list/obstack.h to .gitignorePádraig Brady-0/+1
2023-12-10build: update gnulib submodule to latestPádraig Brady-6/+10
2023-12-06doc: touch: clarify --time description in man pagePádraig Brady-3/+5
2023-12-01tail: fix tailing sysfs files where PAGE_SIZE > BUFSIZdann frazier-15/+81
2023-11-27numfmt: support lowercase 'k' for Kilo and KibiPádraig Brady-103/+121
2023-11-16uniq: fix bug with -w in multibyte localesPaul Eggert-25/+38
2023-11-16tests: omit inapplicable test codePaul Eggert-33/+4
2023-11-16uniq: change macro to functionPaul Eggert-11/+9
2023-11-16uniq: prefer static initPaul Eggert-16/+8
2023-11-16uniq: simplify and fix unlikely bug by using boolPaul Eggert-14/+8
2023-11-14uniq: prefer signed integersPaul Eggert-50/+36
2023-11-14maint: DECIMAL_DIGIT_ACCUMULATE uses stdckdint.hPaul Eggert-39/+12
2023-11-11pinky: fix string size calculationPaul Eggert-12/+9
2023-11-11maint: port randread to FreeBSD 14Paul Eggert-3/+3
2023-11-11build: update gnulib submodule to latestPaul Eggert-0/+0
2023-11-03ls: fix recent regression in size alignmentPádraig Brady-1/+34
2023-10-30join: fix recently introduced NUL bugPaul Eggert-16/+14
2023-10-30maint: pacify ‘make syntax-check’Paul Eggert-4/+2
2023-10-30maint: copy join, uniq tests from FedoraPaul Eggert-0/+105
2023-10-30join,uniq: support multi-byte separatorsPaul Eggert-128/+244
2023-10-30test: allow non-blank white space in numbersPaul Eggert-2/+2
2023-10-30stdbuf: port to oddball toupperPaul Eggert-3/+2
2023-10-30dircolors: assume C-locale spacesPaul Eggert-5/+5
2023-10-30maint: port to oddball tolowerPaul Eggert-3/+2
2023-10-30maint: include ctype.h selectivelyPaul Eggert-2/+23
2023-10-30maint: move field_sep into separate modulePaul Eggert-7/+67
2023-10-30digest: omit unnecessary b2sum includesPaul Eggert-6/+5
2023-10-30maint: prefer c_isxdigit when that is the intentPaul Eggert-9/+14