]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
5 hours ago  Pádraig Bradymaint: post-release administrivia master
5 hours ago  Pádraig Bradyversion 9.11 v9.11
23 hours ago  Paul Eggertdoc: NEWS item for who systemd fix
23 hours ago  Paul Eggertbuild: update gnulib submodule to latest
3 days ago  Pádraig Bradyyes: make operation independent of pipe size
3 days ago  Bruno Haibletests: reinstate logname error verification
3 days ago  Pádraig Bradytests: fix false failure with dash
3 days ago  Collin Funkbuild: update gnulib submodule to latest
3 days ago  Collin Funktests: Avoid accidental matching of the vendor field...
3 days ago  Collin Funktests: mktemp: test the behavior when writing to standa...
3 days ago  Pádraig Bradybuild: update gnulib to latest
3 days ago  Collin Funktests: avoid a failure on musl
3 days ago  Pádraig Bradybuild: fix build failure on AIX
3 days ago  Pádraig Bradytest: avoid false failure on OpenBSD
3 days ago  Pádraig Bradytests: avoid false failure with hidden /proc on Guix
3 days ago  Pádraig Bradytests: avoid failure on Manjaro Linux
3 days ago  Pádraig Bradycksum: fix --length validation on 32 bit platforms
4 days ago  Pádraig Bradytests: fix false failure due to ulimit usage
4 days ago  Pádraig Bradytests: avoid failure on older Centos 7
4 days ago  Pádraig Bradytests: fix false failure on Centos 7
5 days ago  Pádraig Bradybuild: update gnulib to latest
5 days ago  Pádraig Bradytests: avoid intermittent false failures with ksh
5 days ago  Pádraig Bradytests: use more accurate ulimit with $SHELL -c
5 days ago  Pádraig Bradytests: avoid $SHELL -c "ulimit ..." pattern
5 days ago  Pádraig Bradytests: fix false failure due to race
5 days ago  Lukáš Zaoraldf: improve detection of duplicate entries
8 days ago  Pádraig Bradytests: fix false failure under some shells
8 days ago  Pádraig Bradytests: validate error handling when reading multiple...
9 days ago  Collin Funkmktemp: prefer rmdir and unlink to remove
9 days ago  Collin Funkcat: avoid redundant pipe creation and resizing
10 days ago  Pádraig Bradytests: validate command responsiveness
10 days ago  Pádraig Bradytests: stat: ensure independence from /proc/
10 days ago  Pádraig Bradytests: cut: ensure separate read paths checked
10 days ago  Bruno Haibletests: Avoid accidental matching of the vendor field...
10 days ago  Collin Funkenv: avoid locking standard output for each printed...
10 days ago  Collin Funkprintenv: avoid locking standard output for each printe...
10 days ago  Pádraig Bradymaint: remove last remaining assert()
10 days ago  Pádraig Bradymaint: move tty-eof.pl to misc directory
10 days ago  Pádraig Bradytests: tty-eof.pl: address FIXME re hardcoded Ctrl-d
10 days ago  Pádraig Bradytests: tty-eof.pl: make fully table driven
10 days ago  Pádraig Bradytests: all: check empty tty input is handled appropriately
10 days ago  Pádraig Bradymaint: cat: avoid coverity NULL dreference warning
11 days ago  Pádraig Bradycat: avoid memory allocation per file
11 days ago  Pádraig Bradycat: fix splice() from empty input
11 days ago  oech3tests: tee: ensure intermittent data is handled
11 days ago  Collin Funkmaint: touch: prefer timespec_cmp
12 days ago  Pádraig Bradytests: date: fix false failure on OpenBSD 7.8
12 days ago  Pádraig Bradytests: numfmt: avoid false failure on systems without...
13 days ago  Pádraig Bradymaint: cut: avoid discarded-qualifiers warnings
13 days ago  Pádraig Bradytests: cat: avoid false failure on systems without...
13 days ago  Collin Funkcat: use splice if operating on pipes or if copy_file_r...
13 days ago  Collin Funkbuild: update gnulib submodule to latest
13 days ago  Pádraig Bradybuild: cut: fix compilation error on non C23 compilers
13 days ago  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
next