summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2023-10-30join,uniq: support multi-byte separatorsPaul Eggert-65/+103
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/+4
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-25basenc: fix unlikely locale issue; tunePaul Eggert-26/+118
2023-10-25basenc: tweak checks to use unsigned charPaul Eggert-23/+23
2023-10-25basenc: --base16: also allow lower case with --ignore-garbagePádraig Brady-2/+3
2023-10-23basenc: --base16: support lower case hex digitsPádraig Brady-1/+1
2023-10-06basenc: auto pad base32 and base64 inputs when decodingPádraig Brady-4/+58
2023-09-28sort: improve --helpPaul Eggert-1/+2
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-23wc: simplify by removing SUPPORT_OLD_MBRTOWCPaul Eggert-37/+15
2023-09-23wc: 3× speedup in C localePaul Eggert-28/+26
2023-09-23wc: treat encoding errors as non white spacePaul Eggert-10/+12
2023-09-23wc: fix word count bugPaul Eggert-32/+35
2023-09-23maint: omit some unused function testsPaul Eggert-5/+0
2023-09-23maint: prefer char32_t to wchar_tPaul Eggert-18/+17
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/+5
2023-09-23wc: stop worrying about EBCDIC, shift-JIS, etcPaul Eggert-2/+1
2023-09-23expr: use mcelPaul Eggert-59/+47
2023-09-21build: avoid build failures on gcc <= 10, or clangPádraig Brady-5/+7
2023-09-20tail: allow multiple PIDsStephen Kitt-25/+46
2023-09-17ls: --dired now implies long format with hyperlinks disabledSylvestre Ledru-3/+4
2023-09-13maint: use C99 int size specifiers rather than PRI.MAX definesPádraig Brady-74/+69
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-45/+45
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-1/+2
2023-09-01cp,mv,install: fix chown on Linux CIFSPaul Eggert-2/+9
2023-09-01maint: simplify set_ownerPaul Eggert-46/+37
2023-09-01chown: port to mingw and MSVC 14Paul Eggert-9/+4
2023-08-30maint: regularize struct initializersPaul Eggert-16/+16