]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
2025-09-20  Pádraig Bradytests: fold: avoid false failures on Solaris 10
2025-09-20  Pádraig Bradytests: dd: avoid false failure on Solaris 10
2025-09-20  Pádraig Bradytests: avoid false failure on CentOS 5,6,7
2025-09-20  Collin Funkdoc: don't capitalize the first letter of cgroup
2025-09-19  Collin Funktests: env: skip a few tests if LD_LIBRARY_PATH is set
2025-09-19  Grisha Levittouch: fix diagnostic on macOS 26
2025-09-19  Paul Eggertcopy: pacify older clang
2025-09-19  Collin Funkdd: don't mistakenly use O_EXCL on GNU/Hurd
2025-09-19  Paul Eggertmaint: we don’t use Gnulib’s fchownat module
2025-09-18  Bruno Haiblefmt: eliminate a clang -Wformat-extra-args warning
2025-09-18  Paul Eggertmaint: we use Gnulib’s stddef-h module directly
2025-09-18  Pádraig Bradytests: tail/overlay-headers.sh: protect against hang
2025-09-18  Pádraig Bradybuild: fix compile error on macOS
2025-09-18  Pádraig Bradytests: tests/tail/wait.sh: protect against hang
2025-09-18  Pádraig Bradybuild: fix link failure on macOS
2025-09-17  Pádraig Bradybuild: update gnulib for stringeq adjustment
2025-09-17  Pádraig Bradytests: write-errors.sh: avoid portability issue with...
2025-09-17  Pádraig Bradycksum,wc: inspect GLIBC_TUNABLES on all architectures
2025-09-17  Paul Eggertmaint: prefer memeq to memcmp
2025-09-17  Paul Eggertmaint: STREQ → streq
2025-09-17  Paul Eggertbuild: update gnulib submodule to latest
2025-09-17  Pádraig Bradytests: fix issues with fold-characters.sh test
2025-09-17  Pádraig Bradydoc: remove older ChangeLog items
2025-09-17  Collin Funkmaint: remove unnecessary uintmaxtostr usage in printf
2025-09-16  Pádraig Bradydoc: add hardware acceleration configuration docs
2025-09-16  Pádraig Bradyfold: fix write error checks with invalid multi-byte...
2025-09-16  Pádraig Bradyfold: exit promptly upon write errors
2025-09-16  Pádraig Bradymaint: basenc: refactor overloaded use of ctx->i member
2025-09-16  Pádraig Bradytests: fold/fold-zero-width.sh: avoid false failure...
2025-09-16  Pádraig Bradydoc: NEWS: fold: clarify mem exhaustion trigger
2025-09-16  Pádraig Bradymaint: avoid syntax-check failures from recent commits
2025-09-16  Paul Eggertcp: create_hole now returns off_t
2025-09-16  Paul Eggertcp: prefer signed types in copy-file-data.c
2025-09-16  Paul Eggertcp: don’t allocate a separate zero buffer
2025-09-16  Paul Eggertcp: refactor copying to return bytes copied
2025-09-16  Paul Eggertcp: copy_file_data now supports ibytes
2025-09-16  Paul Eggertcp: prefer signed type for file byte count
2025-09-16  Paul Eggertcp: port better to old limited hosts
2025-09-16  Paul Eggertcp: refactor out data copying
2025-09-16  Paul Eggertcp: refactor src/copy.c
2025-09-16  Collin Funkdoc: NEWS: correct the previous commit
2025-09-16  Collin Funkdoc: NEWS: mention fold can operate on very long lines
2025-09-16  Collin Funkfold: fix out of bounds write with zero width characters
2025-09-15  Paul Eggertcp: improve umask caching
2025-09-14  Collin Funkbasenc: fix an uninitialized index when decoding an...
2025-09-14  Pádraig Bradymaint: randperm: remove stale dependency
2025-09-14  Pádraig Bradycksum,wc: support disabling hardware acceleration at...
2025-09-14  Pádraig Bradybuild: update gnulib submodule to latest
2025-09-13  Paul Eggertfactor: port to strict C
2025-09-12  Collin Funkmaint: document some functions used by expand and unexpand
2025-09-10  Pádraig Bradymaint: basenc: refactor all encodings to use finalize
2025-09-10  Collin Funkmaint: cleanup libraries unnecessarily added to fold
2025-09-09  Pádraig Bradynohup: avoid FORTIFY runtime failure on Bionic libc
2025-09-08  Pádraig Bradybasenc: ensure partial padding with newlines induces...
2025-09-07  Pádraig Bradytests: ensure option aliases are supported
2025-09-07  Pádraig Bradydate: support overriding named formats
2025-09-07  Collin Funkcksum: don't leak memory using -a sha3 with OpenSSL
2025-09-05  Collin Funkmaint: prefer c32isspace to iswspace
2025-09-05  Collin Funktests: fold: check if multi-byte spaces are treated...
2025-09-04  Pádraig Bradydoc: update the md5/sha1 "weak hash" advisory
2025-09-04  Pádraig Bradytests: cksum: check more length variants
2025-09-04  Pádraig Bradydoc: NEWS: expand on the fold multi-byte enhancements
2025-09-04  Pádraig Bradycksum: prefer -a sha2 -l ###, to -a sha###
2025-09-04  Collin Funkcksum: add support for SHA-3
2025-09-04  Collin Funkmaint: avoid syntax-check failure from previous commit
2025-09-04  Collin Funkfold: check that characters are not non-breaking spaces...
2025-09-04  Collin Funkmaint: prefer issymlink to readlink with a small buffer
2025-09-04  Paul Eggertbuild: update gnulib submodule to latest
2025-09-04  Bruno Haiblebuild: Update after gnulib changed
2025-09-03  Collin Funkmaint: avoid syntax-check failure from previous commit
2025-09-02  Pádraig Bradyseq: be more accurate with large integer start values
2025-09-01  Paul Eggertdf: pacify static analysis
2025-08-31  Pádraig Bradyls: fix alignment with locale formatted --size
2025-08-30  Pádraig Bradyb2sum: --length: fix upper bound check
2025-08-29  Collin Funkfold: fix handling of invalid multi-byte characters
2025-08-27  Pádraig Bradytests: fold: add tests for multi-byte width
2025-08-27  Pádraig Bradytests: fold: copy i18n patch tests
2025-08-27  Pádraig Bradytests: parameterize IO_BUFSIZE
2025-08-27  Pádraig Bradybuild: fold: fix build failure with C99
2025-08-26  Collin Funkfold: don't truncate multibyte characters at the end...
2025-08-26  Pádraig Bradytests: fold: consolidate all fold tests in tests/fold
2025-08-26  Pádraig Bradytests: fold: add a memory constraint test
2025-08-24  Collin Funkfold: use fread instead of getline
2025-08-24  Pádraig Bradytests: nproc: fix false failure on some systems
2025-08-24  Collin Funkmaint: prefer STRUCT_UTMP to struct gl_utmp
2025-08-23  Pádraig Bradytests: cp: ensure copy offload is not disabled for...
2025-08-23  Collin Funkfold: add the --characters option
2025-08-23  Paul Eggertcp: improve hole handling on squashfs
2025-08-23  Paul Eggertcp: go back to copy_file_range optimization
2025-08-21  Paul Eggertcp: always punch holes that we make
2025-08-20  Pádraig Bradytests: nproc: add a test for cgroup quotas
2025-08-19  Collin Funkmaint: prefer https to http
2025-08-19  Pádraig Bradynproc: honor cgroup v2 CPU quotas
2025-08-19  Collin Funklogname: list David MacKenzie as the author
2025-08-15  Paul Eggertrealpath: improve doc and NEWS
2025-08-15  Collin Funkmaint: avoid syntax-check failure from previous commit
2025-08-15  Paul Eggerttsort: add do-nothing -w option
2025-08-12  Pádraig Bradymaint: use short form bug URLs
2025-08-12  Bruno Haiblebasenc: Don't trigger undefined behaviour in mini-gmp
2025-08-10  Collin Funkrealpath: support the -E option required by POSIX
next