summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
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
2023-10-28maint: fix syntax check issuePádraig Brady-1/+1
2023-10-28base32,base64: disallow non-canonical encodingsPádraig Brady-2/+9
2023-10-25basenc: fix unlikely locale issue; tunePaul Eggert-26/+118
2023-10-25basenc: tweak checks to use unsigned charPaul Eggert-23/+23
2023-10-25build: update gnulib submodule to latestPaul Eggert-0/+0
2023-10-25basenc: --base16: also allow lower case with --ignore-garbagePádraig Brady-2/+4
2023-10-23basenc: --base16: support lower case hex digitsPádraig Brady-1/+5
2023-10-23doc: fix RFC referencesPádraig Brady-12/+12
2023-10-06tests: move all basenc tests to their own directoryPádraig Brady-2/+2
2023-10-06basenc: auto pad base32 and base64 inputs when decodingPádraig Brady-8/+63
2023-09-28sort: improve --helpPaul Eggert-5/+10
2023-09-25doc: rm --help: mention that '.' or '..' are rejectedPádraig Brady-0/+5
2023-09-23wc: pacify ‘make syntax-check’Paul Eggert-1/+1
2023-09-23wc: distribute src/wc.hPaul Eggert-1/+2
2023-09-23wc: goto considered harmfulPaul Eggert-47/+55
2023-09-23wc: prefer signed integersPaul Eggert-91/+82
2023-09-23wc: improve avx2 APIPaul Eggert-128/+80
2023-09-23factor,tail: avoid quadratic reallocationPaul Eggert-10/+14
2023-09-23doc: mention Unicode exceptions for wcPaul Eggert-0/+7
2023-09-23wc: simplify by removing SUPPORT_OLD_MBRTOWCPaul Eggert-37/+15