summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-05cut: refactor all byte search to find_bytesearch_field_terminatorPádraig Brady-7/+27
2026-04-05cut: optimize -f when finished processing fields for a linePádraig Brady-0/+53
2026-04-05cut: optimize -f for fhe common case of single byte delimitersPádraig Brady-0/+44
2026-04-05cut: optimize -d '?' in UTF-8 casePádraig Brady-1/+4
2026-04-05cut: merge cut_fields and cut_fields_bytesearchPádraig Brady-170/+52
2026-04-05cut: refactor -f to byte search and character processingPádraig Brady-34/+50
2026-04-05cut: fix 25% perf regression mentioned in previous changePádraig Brady-8/+42
2026-04-05cut: use bounded memory in utf8 mode when possiblePádraig Brady-70/+138
2026-04-05cut: add utf8 helper to mbbufPádraig Brady-9/+72
2026-04-05cut: faster utf8 processingPádraig Brady-0/+137
2026-04-05cut: support -F as an alias for -f -w -O ' 'Pádraig Brady-10/+40
2026-04-05maint: cut: refactor buffered and ordinary field scanningPádraig Brady-38/+7
2026-04-05cut: support --whitespace-delimited=trimmedPádraig Brady-25/+97
2026-04-05cut: support -O as an alias for --output-delimiterPádraig Brady-13/+12
2026-04-05doc: cut: adjust for multi-byte supportPádraig Brady-2/+1
2026-04-05cut: refactor multi-byte updatesPádraig Brady-347/+188
2026-04-05cut: implement -n to avoid outputting partial charactersPádraig Brady-4/+109
2026-04-05tests: cut: add a test for divergence from i18n patchPádraig Brady-0/+3
2026-04-05tests: cut: add case currently failing for coreutils-i18n patchPádraig Brady-0/+3
2026-04-05tests: cut: check multi-byte output delimiterPádraig Brady-1/+4
2026-04-05cut: adjust error message to be less specificPádraig Brady-3/+3
2026-04-05cut: implement -w,--whitespace-delimitedPádraig Brady-10/+260
2026-04-05cut: support single byte -d with GB18030 inputPádraig Brady-1/+36
2026-04-05cut: support single byte -d that may be part of multi-bytePádraig Brady-7/+17
2026-04-05cut: support multi-byte field delimitersPádraig Brady-11/+213
2026-04-05cut: support multi-byte input with -cPádraig Brady-10/+114
2026-04-05maint: cut: refactor output callsPádraig Brady-33/+27
2026-04-05tests: cut: ensure no unecessary bufferingPádraig Brady-0/+3
2026-04-05doc: cut: reorder --complement alphabetically in helpPádraig Brady-12/+12
2026-04-05doc: cut: clarify description of -b and -cPádraig Brady-2/+2
2026-04-05build: update to latest gnulibPádraig Brady-0/+3
2026-04-04basename: avoid duplicate strlen calls on the suffixCollin Funk-19/+25
2026-04-02date: simplify -u by not calling putenvPaul Eggert-67/+4
2026-04-01build: update gnulib submodule to latestPaul Eggert-0/+0
2026-04-01maint: avoid sigaction lock overheadPaul Eggert-1/+3
2026-04-01maint: avoid Gnulib modules mbiter, mbiterfPaul Eggert-0/+2
2026-04-01build: update gnulib submodule to latestPaul Eggert-0/+0
2026-04-01tests: dd: ensure memory exhaustion is handled gracefullyoech3-0/+10
2026-04-01tests: dd: avoid false failure with no controlling terminalPádraig Brady-1/+1
2026-03-31tests: dd: check that erroneous seeks are not done in outputoech3-0/+6
2026-03-30tests: coreutils: ensure empty arg is diagnosedoech3-0/+3
2026-03-28date: avoid calling putenv multiple times unnecessarilyCollin Funk-6/+12
2026-03-28maint: remove unnecessary return statementsCollin Funk-4/+0
2026-03-28who: avoid locking standard output for each user with the -q optionCollin Funk-3/+3
2026-03-27doc: tty: mention the removal of the -s option from POSIXCollin Funk-0/+2
2026-03-27tests: env/env.sh: improve portabilityoech3-6/+6
2026-03-25od: suppress address output on read errorPádraig Brady-1/+9
2026-03-25tests: od: ensure -j1 /dev/null succeedsoech3-0/+2
2026-03-24tests: truncate: don't rely on errno being EISDIRCollin Funk-5/+1
2026-03-24tests: yes: support more zero-copy related syscallsoech3-4/+13