]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
2026-04-12  Pádraig Bradytests: fix false failure under some shells
2026-04-11  Pádraig Bradytests: validate error handling when reading multiple...
2026-04-11  Collin Funkmktemp: prefer rmdir and unlink to remove
2026-04-11  Collin Funkcat: avoid redundant pipe creation and resizing
2026-04-10  Pádraig Bradytests: validate command responsiveness
2026-04-10  Pádraig Bradytests: stat: ensure independence from /proc/
2026-04-10  Pádraig Bradytests: cut: ensure separate read paths checked
2026-04-10  Bruno Haibletests: Avoid accidental matching of the vendor field...
2026-04-10  Collin Funkenv: avoid locking standard output for each printed...
2026-04-10  Collin Funkprintenv: avoid locking standard output for each printe...
2026-04-09  Pádraig Bradymaint: remove last remaining assert()
2026-04-09  Pádraig Bradymaint: move tty-eof.pl to misc directory
2026-04-09  Pádraig Bradytests: tty-eof.pl: address FIXME re hardcoded Ctrl-d
2026-04-09  Pádraig Bradytests: tty-eof.pl: make fully table driven
2026-04-09  Pádraig Bradytests: all: check empty tty input is handled appropriately
2026-04-09  Pádraig Bradymaint: cat: avoid coverity NULL dreference warning
2026-04-09  Pádraig Bradycat: avoid memory allocation per file
2026-04-09  Pádraig Bradycat: fix splice() from empty input
2026-04-09  oech3tests: tee: ensure intermittent data is handled
2026-04-09  Collin Funkmaint: touch: prefer timespec_cmp
2026-04-07  Pádraig Bradytests: date: fix false failure on OpenBSD 7.8
2026-04-07  Pádraig Bradytests: numfmt: avoid false failure on systems without...
2026-04-07  Pádraig Bradymaint: cut: avoid discarded-qualifiers warnings
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...
next