summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-06build: cut: fix compilation error on non C23 compilersPádraig Brady-8/+10
2026-04-06tests: date: add large year testSylvestre Ledru-0/+17
2026-04-06maint: revert “avoid pthread_sigmask lock”Paul Eggert-2/+0
2026-04-06maint: simplify c32issepPaul Eggert-1/+1
2026-04-06tests: expr: add short-circuit tests with parenthesized branchesSylvestre Ledru-0/+6
2026-04-06tests: split: verify non-UTF-8 bytes are preserved in filenamesSylvestre Ledru-0/+39
2026-04-06tests: ln: add test for non-UTF-8 source names in target-dir modeSylvestre Ledru-0/+41
2026-04-06test: od: verify -t f defaults to double precisionSylvestre Ledru-0/+15
2026-04-06tests: ls: add quoting-utf8 test for Unicode quotes in UTF-8 localesSylvestre Ledru-0/+71
2026-04-06tests: numfmt: cover GNU/uutils compatibility edge casesSylvestre Ledru-0/+38
2026-04-06doc: document cut(1) multi-byte and interface consolidationPádraig Brady-0/+13
2026-04-06tests: cut: add remaining tests to ensure 100% coveragePádraig Brady-0/+14
2026-04-06tests: cut: expand GB18030 testsPádraig Brady-1/+48
2026-04-06maint: cut: refactor delimiter handlingPaul Eggert-44/+14
2026-04-06cut: -f: fix handling of multi-byte delimiters that span buffersPádraig Brady-0/+28
2026-04-06cut,fold,expand,unexpand: ensure we process all available charactersPádraig Brady-2/+27
2026-04-05cut: -b: avoid function calls in hot loopPádraig Brady-5/+19
2026-04-05cut: fix logic issue with field delim in last byte of bufferPádraig Brady-89/+113
2026-04-05cut: ensure responsive input processingPádraig Brady-61/+43
2026-04-05maint: cut: rename line_in to bytes_inPádraig Brady-9/+9
2026-04-05tests: cut: add more multi-byte testsPádraig Brady-0/+73
2026-04-05cut: make the dependency on memchr2 explicitPádraig Brady-2/+1
2026-04-05cut: combine cut_bytes_no_split and cut_charactersPádraig Brady-37/+22
2026-04-05doc: cut: clarify that combining characters are not treated speciallyPádraig Brady-2/+3
2026-04-05maint: cut: various code cleanups and commentsPádraig Brady-28/+26
2026-04-05cut: support no delimiter match fast path with -sPádraig Brady-11/+16
2026-04-05doc: cut: resintate and expand -d infoPádraig Brady-0/+11
2026-04-05maint: cut: cleanup context management for byte searchPádraig Brady-18/+22
2026-04-05cut: optimize UTF-8 input with 0xF5-0xFF delimitersPádraig Brady-1/+8
2026-04-05doc: cut: clarify that -s suppressed lines with only trimmed spacesPádraig Brady-2/+4
2026-04-05doc: cut: mention the default -O used with -wPádraig Brady-1/+2
2026-04-05maint: cut: simplify mbbuf_fillPádraig Brady-62/+6
2026-04-05maint: refactor is_utf8_charset helper to system.hPádraig Brady-28/+14
2026-04-05cut: optimize per character memcpyPádraig Brady-3/+16
2026-04-05cut: refactor skip_line_remainder logicPádraig Brady-25/+9
2026-04-05maint: cut simplify cut_fields_bytesearchPádraig Brady-50/+38
2026-04-05cut: enable fast path for all delimiter lengthsPádraig Brady-2/+8
2026-04-05cut: optimize -f with -d longer than linesPádraig Brady-0/+3
2026-04-05cut: optimize -b for short linesPádraig Brady-18/+62
2026-04-05cut: optimize per character field scanningPádraig Brady-33/+47
2026-04-05cut: prefer c_isblank() to c32issep()Pádraig Brady-2/+10
2026-04-05cut: avoid fwrite calls for smaller amounts of dataPádraig Brady-0/+10
2026-04-05cut: optimize -b by avoiding per byte iterationPádraig Brady-19/+49
2026-04-05cut: optimize when no delimiter in inputPádraig Brady-0/+26
2026-04-05tests: cut: ensure multi-byte delimiter is rejected in uni-byte localesPádraig Brady-0/+19
2026-04-05cut: optimize -w for uni-byte casePádraig Brady-5/+31
2026-04-05doc: cut: reorder -s in texiPádraig Brady-5/+5
2026-04-05doc: cut: document the -w optionPádraig Brady-2/+9
2026-04-05cut: refactor find_bytesearch_field_terminator to be statefulPádraig Brady-100/+43
2026-04-05cut: avoid repeated searchs for line_delim in the multi-byte delim casePádraig Brady-15/+53