summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
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
2023-09-23wc: 3× speedup in C localePaul Eggert-28/+31
2023-09-23wc: treat encoding errors as non white spacePaul Eggert-11/+18
2023-09-23wc: fix word count bugPaul Eggert-37/+44
2023-09-23maint: omit some unused function testsPaul Eggert-11/+1
2023-09-23sort: not a special case for mbrtowcPaul Eggert-5/+5
2023-09-23maint: prefer char32_t to wchar_tPaul Eggert-20/+23
2023-09-23wc: simplify #if MB_LEN_MAXPaul Eggert-16/+13
2023-09-23wc: avoid undefined conversion statePaul Eggert-0/+2
2023-09-23maint: use mbszeroPaul Eggert-5/+6
2023-09-23maint: prefer mcelPaul Eggert-1/+3
2023-09-23wc: stop worrying about EBCDIC, shift-JIS, etcPaul Eggert-2/+1
2023-09-23expr: use mcelPaul Eggert-59/+48
2023-09-23build: update gnulib submodule to latestPaul Eggert-0/+0
2023-09-21build: avoid build failures on gcc <= 10, or clangPádraig Brady-5/+7
2023-09-20tail: allow multiple PIDsStephen Kitt-28/+58
2023-09-17ls: --dired now implies long format with hyperlinks disabledSylvestre Ledru-9/+17
2023-09-15tests: improve ls --dired testingSylvestre Ledru-1/+36
2023-09-13maint: use C99 int size specifiers rather than PRI.MAX definesPádraig Brady-76/+71
2023-09-11doc: add subsections for cksum nodesPádraig Brady-0/+5
2023-09-08cp,mv,install: add copy_internal commentPaul Eggert-0/+7
2023-09-08cp: avoid needless unlinkat after fstatat ELOOPPaul Eggert-2/+6
2023-09-08cp,mv,install: minor copy_internal refactoringPaul Eggert-3/+2
2023-09-08cp,mv,install: fix comment punctuationPaul Eggert-2/+2
2023-09-08cp,mv,install: simplify copy_internalPaul Eggert-29/+20
2023-09-04maint: prefer psame_inode, PSAME_INODE, STP_*Paul Eggert-46/+46
2023-09-04build: update gnulib submodule to latestPaul Eggert-0/+0
2023-09-04cp,mv,install: a bit more up-to-date source statPaul Eggert-3/+9
2023-09-02cp,mv,install: fix chmod on Linux CIFSPaul Eggert-4/+5
2023-09-01cp,mv,install: fix chown on Linux CIFSPaul Eggert-2/+13
2023-09-01maint: simplify set_ownerPaul Eggert-46/+37