]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
13 days ago  Collin Funkshred: don't block when opening FIFOs with no readers
2026-05-09  Pádraig Bradydoc: help2man: preserve layout of tables
2026-05-09  Pádraig Bradydoc: date: group format sequences by function
2026-05-08  Pádraig Bradydoc: date: show examples for format sequences in -...
2026-05-08  Collin Funkshuf: prefer fwrite over fputs and fputc
2026-05-06  Collin Funktests: head: test 'head -n 0' and 'head -c 0' open...
2026-05-05  Sylvestre Ledrutests: ls: verify correct alignment with ACLs
2026-05-04  Pádraig Bradyls: exclude newline from consideration in line width
2026-05-04  Pádraig Bradyls: fix too few display columns edge case
2026-05-04  Pádraig Bradytests: fix false failure with spaces in hierarchy
2026-05-03  Pádraig Bradytests: tee: ensure tee is non buffered
2026-05-03  Pádraig Bradydoc: fix typo in chmod example
2026-05-02  Collin Funktests: all: ensure closed stdin is handled appropriately
2026-05-02  Pádraig Bradydoc: reference detailed "numeric mode" info from chmod.1
2026-05-01  Pádraig Bradybuild: fix compilation error on Alpine Linux and OpenBSD
2026-05-01  Collin Funksum,cksum: consistently emit detailed write errors
2026-04-30  Max Downey... test: adjust -g description in --help
2026-04-29  Pádraig Bradyunexpand: fix heap overflow
2026-04-29  Pádraig Bradyunexpand: consolidate error messages
2026-04-29  Pádraig Bradycut: use MCEL_LEN_MAX rather than MB_LEN_MAX
2026-04-29  Pádraig Bradysort: use more dynamic memory allocation with pipes
2026-04-29  Collin Funkpinky: don't print output in the wrong order when fully...
2026-04-28  Paul Eggertuniq: fix read overrun with -w
2026-04-27  Pádraig Bradytests: avoid false failure with perl-IO-Tty >= 1.24
2026-04-26  Paul Eggertbuild: remove USE_NLS
2026-04-25  Pádraig Bradydoc: apply man page formatting suggestions from manpage...
2026-04-25  Pádraig Bradytests: all: ensure closed stdout is handled appropriately
2026-04-25  Bruno Haibledoc: remove redundant "Report translation bugs to"...
2026-04-25  Pádraig Bradybuild: update gnulib to latest
2026-04-24  Pádraig Bradytests: tail: avoid a rare false failure
2026-04-23  Pádraig Bradydd: avoid recursive parsing of multipliers
2026-04-23  Collin Funkcomm: don't close standard input twice
2026-04-20  Pádraig Bradymaint: post-release administrivia
2026-04-20  Pádraig Bradyversion 9.11 v9.11
2026-04-19  Paul Eggertdoc: NEWS item for who systemd fix
2026-04-19  Paul Eggertbuild: update gnulib submodule to latest
2026-04-17  Pádraig Bradyyes: make operation independent of pipe size
2026-04-17  Bruno Haibletests: reinstate logname error verification
2026-04-17  Pádraig Bradytests: fix false failure with dash
2026-04-17  Collin Funkbuild: update gnulib submodule to latest
2026-04-17  Collin Funktests: Avoid accidental matching of the vendor field...
2026-04-17  Collin Funktests: mktemp: test the behavior when writing to standa...
2026-04-16  Pádraig Bradybuild: update gnulib to latest
2026-04-16  Collin Funktests: avoid a failure on musl
2026-04-16  Pádraig Bradybuild: fix build failure on AIX
2026-04-16  Pádraig Bradytest: avoid false failure on OpenBSD
2026-04-16  Pádraig Bradytests: avoid false failure with hidden /proc on Guix
2026-04-16  Pádraig Bradytests: avoid failure on Manjaro Linux
2026-04-16  Pádraig Bradycksum: fix --length validation on 32 bit platforms
2026-04-16  Pádraig Bradytests: fix false failure due to ulimit usage
2026-04-16  Pádraig Bradytests: avoid failure on older Centos 7
2026-04-16  Pádraig Bradytests: fix false failure on Centos 7
2026-04-15  Pádraig Bradybuild: update gnulib to latest
2026-04-15  Pádraig Bradytests: avoid intermittent false failures with ksh
2026-04-15  Pádraig Bradytests: use more accurate ulimit with $SHELL -c
2026-04-15  Pádraig Bradytests: avoid $SHELL -c "ulimit ..." pattern
2026-04-15  Pádraig Bradytests: fix false failure due to race
2026-04-15  Lukáš Zaoraldf: improve detection of duplicate entries
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...
next