]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
2026-04-07  Pádraig Bradytests: cat: avoid false failure on systems without...
2026-04-07  Collin Funkcat: use splice if operating on pipes or if copy_file_r...
2026-04-07  Collin Funkbuild: update gnulib submodule to latest
2026-04-06  Pádraig Bradybuild: cut: fix compilation error on non C23 compilers
2026-04-06  Sylvestre Ledrutests: date: add large year test
2026-04-06  Paul Eggertmaint: revert “avoid pthread_sigmask lock”
2026-04-06  Paul Eggertmaint: simplify c32issep
2026-04-06  Sylvestre Ledrutests: expr: add short-circuit tests with parenthesized...
2026-04-06  Sylvestre Ledrutests: split: verify non-UTF-8 bytes are preserved...
2026-04-06  Sylvestre Ledrutests: ln: add test for non-UTF-8 source names in targe...
2026-04-06  Sylvestre Ledrutest: od: verify -t f defaults to double precision
2026-04-06  Sylvestre Ledrutests: ls: add quoting-utf8 test for Unicode quotes...
2026-04-06  Sylvestre Ledrutests: numfmt: cover GNU/uutils compatibility edge...
2026-04-06  Pádraig Bradydoc: document cut(1) multi-byte and interface consolidation
2026-04-06  Pádraig Bradytests: cut: add remaining tests to ensure 100% coverage
2026-04-06  Pádraig Bradytests: cut: expand GB18030 tests
2026-04-06  Paul Eggertmaint: cut: refactor delimiter handling
2026-04-06  Pádraig Bradycut: -f: fix handling of multi-byte delimiters that...
2026-04-06  Pádraig Bradycut,fold,expand,unexpand: ensure we process all availab...
2026-04-05  Pádraig Bradycut: -b: avoid function calls in hot loop
2026-04-05  Pádraig Bradycut: fix logic issue with field delim in last byte...
2026-04-05  Pádraig Bradycut: ensure responsive input processing
2026-04-05  Pádraig Bradymaint: cut: rename line_in to bytes_in
2026-04-05  Pádraig Bradytests: cut: add more multi-byte tests
2026-04-05  Pádraig Bradycut: make the dependency on memchr2 explicit
2026-04-05  Pádraig Bradycut: combine cut_bytes_no_split and cut_characters
2026-04-05  Pádraig Bradydoc: cut: clarify that combining characters are not...
2026-04-05  Pádraig Bradymaint: cut: various code cleanups and comments
2026-04-05  Pádraig Bradycut: support no delimiter match fast path with -s
2026-04-05  Pádraig Bradydoc: cut: resintate and expand -d info
2026-04-05  Pádraig Bradymaint: cut: cleanup context management for byte search
2026-04-05  Pádraig Bradycut: optimize UTF-8 input with 0xF5-0xFF delimiters
2026-04-05  Pádraig Bradydoc: cut: clarify that -s suppressed lines with only...
2026-04-05  Pádraig Bradydoc: cut: mention the default -O used with -w
2026-04-05  Pádraig Bradymaint: cut: simplify mbbuf_fill
2026-04-05  Pádraig Bradymaint: refactor is_utf8_charset helper to system.h
2026-04-05  Pádraig Bradycut: optimize per character memcpy
2026-04-05  Pádraig Bradycut: refactor skip_line_remainder logic
2026-04-05  Pádraig Bradymaint: cut simplify cut_fields_bytesearch
2026-04-05  Pádraig Bradycut: enable fast path for all delimiter lengths
2026-04-05  Pádraig Bradycut: optimize -f with -d longer than lines
2026-04-05  Pádraig Bradycut: optimize -b for short lines
2026-04-05  Pádraig Bradycut: optimize per character field scanning
2026-04-05  Pádraig Bradycut: prefer c_isblank() to c32issep()
2026-04-05  Pádraig Bradycut: avoid fwrite calls for smaller amounts of data
2026-04-05  Pádraig Bradycut: optimize -b by avoiding per byte iteration
2026-04-05  Pádraig Bradycut: optimize when no delimiter in input
2026-04-05  Pádraig Bradytests: cut: ensure multi-byte delimiter is rejected...
2026-04-05  Pádraig Bradycut: optimize -w for uni-byte case
2026-04-05  Pádraig Bradydoc: cut: reorder -s in texi
2026-04-05  Pádraig Bradydoc: cut: document the -w option
2026-04-05  Pádraig Bradycut: refactor find_bytesearch_field_terminator to be...
2026-04-05  Pádraig Bradycut: avoid repeated searchs for line_delim in the multi...
2026-04-05  Pádraig Bradycut: refactor all byte search to find_bytesearch_field_...
2026-04-05  Pádraig Bradycut: optimize -f when finished processing fields for...
2026-04-05  Pádraig Bradycut: optimize -f for fhe common case of single byte...
2026-04-05  Pádraig Bradycut: optimize -d '?' in UTF-8 case
2026-04-05  Pádraig Bradycut: merge cut_fields and cut_fields_bytesearch
2026-04-05  Pádraig Bradycut: refactor -f to byte search and character processing
2026-04-05  Pádraig Bradycut: fix 25% perf regression mentioned in previous...
2026-04-05  Pádraig Bradycut: use bounded memory in utf8 mode when possible
2026-04-05  Pádraig Bradycut: add utf8 helper to mbbuf
2026-04-05  Pádraig Bradycut: faster utf8 processing
2026-04-05  Pádraig Bradycut: support -F as an alias for -f -w -O ' '
2026-04-05  Pádraig Bradymaint: cut: refactor buffered and ordinary field scanning
2026-04-05  Pádraig Bradycut: support --whitespace-delimited=trimmed
2026-04-05  Pádraig Bradycut: support -O as an alias for --output-delimiter
2026-04-05  Pádraig Bradydoc: cut: adjust for multi-byte support
2026-04-05  Pádraig Bradycut: refactor multi-byte updates
2026-04-05  Pádraig Bradycut: implement -n to avoid outputting partial characters
2026-04-05  Pádraig Bradytests: cut: add a test for divergence from i18n patch
2026-04-05  Pádraig Bradytests: cut: add case currently failing for coreutils...
2026-04-05  Pádraig Bradytests: cut: check multi-byte output delimiter
2026-04-05  Pádraig Bradycut: adjust error message to be less specific
2026-04-05  Pádraig Bradycut: implement -w,--whitespace-delimited
2026-04-05  Pádraig Bradycut: support single byte -d with GB18030 input
2026-04-05  Pádraig Bradycut: support single byte -d that may be part of multi...
2026-04-05  Pádraig Bradycut: support multi-byte field delimiters
2026-04-05  Pádraig Bradycut: support multi-byte input with -c
2026-04-05  Pádraig Bradymaint: cut: refactor output calls
2026-04-05  Pádraig Bradytests: cut: ensure no unecessary buffering
2026-04-05  Pádraig Bradydoc: cut: reorder --complement alphabetically in help
2026-04-05  Pádraig Bradydoc: cut: clarify description of -b and -c
2026-04-05  Pádraig Bradybuild: update to latest gnulib
2026-04-04  Collin Funkbasename: avoid duplicate strlen calls on the suffix
2026-04-03  Paul Eggertdate: simplify -u by not calling putenv
2026-04-01  Paul Eggertbuild: update gnulib submodule to latest
2026-04-01  Paul Eggertmaint: avoid sigaction lock overhead
2026-04-01  Paul Eggertmaint: avoid Gnulib modules mbiter, mbiterf
2026-04-01  Paul Eggertbuild: update gnulib submodule to latest
2026-04-01  oech3tests: dd: ensure memory exhaustion is handled gracefully
2026-04-01  Pádraig Bradytests: dd: avoid false failure with no controlling...
2026-03-31  oech3tests: dd: check that erroneous seeks are not done...
2026-03-30  oech3tests: coreutils: ensure empty arg is diagnosed
2026-03-29  Collin Funkdate: avoid calling putenv multiple times unnecessarily
2026-03-28  Collin Funkmaint: remove unnecessary return statements
2026-03-28  Collin Funkwho: avoid locking standard output for each user with...
2026-03-28  Collin Funkdoc: tty: mention the removal of the -s option from...
2026-03-27  oech3tests: env/env.sh: improve portability
2026-03-25  Pádraig Bradyod: suppress address output on read error
next