]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
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
2026-03-25  oech3tests: od: ensure -j1 /dev/null succeeds
2026-03-25  Collin Funktests: truncate: don't rely on errno being EISDIR
2026-03-24  oech3tests: yes: support more zero-copy related syscalls
2026-03-24  Collin Funkmaint: remove some unnecessary casts
2026-03-23  Sylvestre Ledrutests: cut: add test for -z with NUL delimiter and...
2026-03-23  Sylvestre Ledrutests: tr: add test for invalid character class name
2026-03-23  Chris Downsort: speed up keyed field sorting significantly using...
2026-03-22  Collin Funkmaint: fix an incomplete sentence
2026-03-22  Collin Funktests: pwd: test the behavior when given an argument
2026-03-21  Collin Funktac: avoid unnecessary standard output buffering
2026-03-21  Collin Funktests: rm: fix a test that would sometimes hang
2026-03-21  Collin Funktac: promptly diagnose write errors
2026-03-21  Pádraig Bradytests: support checking for specific write errors
2026-03-21  Collin Funktests: nl: check that all files are processed
2026-03-20  Collin Funktest: truncate: improve the test added in the previous...
2026-03-20  Collin Funktests: truncate: check that all files are processed
2026-03-18  Collin Funksort,split,yes: ensure pipe and pipe2 don't open standa...
2026-03-16  Pádraig Bradytests: dd: fix false failure on NetBSD 10
2026-03-16  Pádraig Bradytests: ls: fix false failure on FreeBSD
2026-03-16  Collin Funkmaint: tee: remove an affirm call to silence coverity
2026-03-16  Collin Funkwc: make sure input buffer for neon 'wc -l' is aligned
2026-03-15  Collin Funktee: prefer file descriptors over streams
2026-03-14  Collin Funktimeout: don't exit immediately if the parent is the...
2026-03-13  Pádraig Bradydoc: fix missing '=' in texi option descriptions
2026-03-12  Pádraig Bradydd: always diagnose partial writes on write failure
2026-03-12  Pádraig Bradydoc: clarify a recent NEWS item
2026-03-11  Collin Funkdoc: NEWS: adjust 'wc -l' aarch64 benchmark after recen...
2026-03-11  Collin Funktests: rm: check for hints when running 'rm -foo'
2026-03-10  Pádraig Bradymaint: adjust to placate coverity
2026-03-10  Pádraig Bradyyes: use a zero-copy implementation via (vm)splice
2026-03-10  Pádraig Bradyall: use more consistent blank character determination
2026-03-10  Pádraig Bradycksum: fix tagged output on 32 bit platforms
2026-03-10  Collin Funkwc: improve aarch64 Neon optimization for 'wc -l'
2026-03-09  Pádraig Bradytests: expand: fix false failure on various systems
2026-03-09  Pádraig Bradybuild: update to latest gnulib
2026-03-08  Collin Funkmaint: remove duplicate names from THANKS
2026-03-08  Collin Funkmaint: prefer memset_explicit to explicit_bzero
2026-03-07  Lukáš Zaoralexpand,unexpand: support multi-byte input
2026-03-07  Weixie Cuimaint: shred: fix typo in comment
2026-03-06  Weixie Cuimaint: dd: fix typo in comment
2026-03-06  Collin Funkbuild: update gnulib submodule to latest
2026-03-06  Collin Funkbuild: update gnulib submodule to latest
2026-03-05  Collin Funkmaint: touch: reduce variable scope
2026-03-05  Collin Funkmaint: chown,chgrp: reduce variable scope
2026-03-05  Collin Funkinstall: allow the combination of --compare and --prese...
2026-03-04  Pádraig Bradycksum: use more defensive escaping for --check
2026-03-04  Pádraig Bradymaint: tests: refactor uses of bad_unicode()
2026-03-04  Pádraig Bradyfold: fix output truncation with 0xFF bytes in input
2026-03-04  Sylvestre Ledrutests: date: add timezone conversion test
2026-03-04  Sylvestre Ledrutests: date: add edge cases for modifiers
2026-03-04  Sylvestre Ledrutests: cut: add test case for newline delimiter with...
next