| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2026-01-16 | maint: spelling fixes | Paul Eggert | -1/+1 | |
| 2026-01-13 | paste: support multi-byte delimiters | Pádraig Brady | -0/+192 | |
| * src/paste.c (collapse_escapes): This is the central --delimiters parsing function, so adjust to handle multi-byte chars with mcel_scanz(). Populate a delimiters length array to support characters of differing lengths. (paste_serial): Use the delimiters length array to output the appropriate delimiter. (paste_parallel): Likewise. * tests/paste/multi-byte.sh: A new test. * tests/local.mk: Reference the new test. * NEWS: Mention the improvement. | ||||
