]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
2024-11-20  Paul Eggertfactor: fix ‘return’ typo
2024-11-19  Paul Eggertdoc: mention "printf %d ''" change
2024-11-19  Pádraig Bradytests: fix inconsistent use of getlimits_
2024-11-19  Pádraig Bradytests: printf: avoid iconv issues on macOS
2024-11-19  Paul Eggertchown: port test to macOS 12.6 nogroup user
2024-11-19  Paul Eggertmaint: omit unnecessary to_uchar
2024-11-19  Paul Eggerttests: Remove stray ‘i’
2024-11-19  Paul Eggertprintf: diagnose empty args correctly
2024-11-19  Paul Eggertprintf: do n$ overflow checking by hand
2024-11-19  Paul Eggertprintf: refactor macros to function
2024-11-18  Pádraig Bradymaint: avoid a syntax-check failure
2024-11-18  Pádraig Bradydoc: describe "New programs" consistently in NEWS
2024-11-18  Paul Eggertbuild: update gnulib submodule to latest
2024-11-18  Paul Eggertfactor: pacify -Wunused-macros
2024-11-15  Paul Eggertls: refactor gobble_file get_scontext
2024-11-12  Pádraig Bradytests: ls: also test security context output for symlinks
2024-11-12  Pádraig Bradytests: avoid false failure with --disable-selinux
2024-11-11  Pádraig Bradyls: fix security context indication in --long mode
2024-11-11  Paul Eggertbuild: update gnulib submodule to latest
2024-11-11  Pádraig Bradybuild: update gnulib to latest
2024-11-10  Paul Eggertls: add test case for ls -Z bug
2024-11-10  Paul Eggertbuild: update gnulib submodule to latest
2024-11-09  Pádraig Bradytests: avoid false failure on older valgrind
2024-11-09  Paul Eggertseq: seq_fast always exits now
2024-11-09  Paul Eggertseq: simplify cmp calls
2024-11-09  Paul Eggertseq: use full_write instead of fwrite
2024-11-09  Paul Eggertseq: simplify output buffer management
2024-11-09  Paul Eggertseq: omit unnecessary malloc for upper bound
2024-11-09  Paul Eggertseq: simplify cmp
2024-11-09  Paul Eggertseq: explicate incr
2024-11-09  Paul Eggertenv: prefer xpalloc to xrealloc
2024-11-09  Paul Eggertshuf: prefer xpalloc to xnrealloc
2024-11-09  Paul Eggertpwd: prefer xpalloc to xnrealloc
2024-11-09  Paul Eggertdu: prefer xpalloc to xnrealloc
2024-11-09  Paul Eggertdf: prefer xpalloc to xnrealloc
2024-11-09  Paul Eggertbasenc: prefer xpalloc to xnrealloc
2024-11-09  Paul Eggertls: prefer xpalloc to xnrealloc
2024-11-09  Paul Eggertdf: simplify via xasprintf
2024-11-09  Paul Eggertcsplit: port to IDX_MAX < INT_MAX
2024-11-09  Paul Eggertpr: prefer xpalloc to x2realloc
2024-11-09  Paul Eggertod: prefer xpalloc to x2realloc
2024-11-09  Paul Eggertfold: prefer xpalloc to x2realloc
2024-11-09  Paul Eggertsort: prefer xpalloc to x2nrealloc
2024-11-09  Paul Eggertcut,numfmt: prefer xpalloc to x2nrealloc
2024-11-09  Paul Eggertptx: prefer xpalloc to x2nrealloc
2024-11-09  Paul Eggertod: prefer xpalloc to x2nrealloc
2024-11-09  Paul Eggertexpand: check for colno overflow
2024-11-09  Paul Eggertls: fix aclinfo cache bug
2024-11-09  Paul Eggertls: use Gnulib’s unsupported errno list
2024-11-09  Paul Eggertexpand: use signed colno
2024-11-09  Paul Eggertexpand: refactor to introduce ‘colno’
2024-11-09  Paul Eggertexpand: prefer xpalloc to x2nrealloc
2024-11-09  Paul Eggertenv: prefer xpalloc to x2nrealloc
2024-11-09  Paul Eggertchroot: expand heap a bit less aggressively
2024-11-09  Paul Eggertmaint: expand heap a bit less aggressively
2024-11-03  Bruno Haiblebuild: Regenerate distributed built files in $(top_srcdir)
2024-11-02  Pádraig Bradycksum: add support for --algorithm=crc32b
2024-11-02  Collin Funktest: add string operators added by POSIX 2024
2024-11-01  Pádraig Bradydoc: mention new timeout short options in NEWS
2024-11-01  Collin Funkstty: adjust --help to match POSIX 2024
2024-11-01  Pádraig Bradydoc: fix timeout --help for -p
2024-10-30  Pádraig Bradytimeout: add -f and -p short options as per POSIX 2024
2024-10-20  Sylvestre Ledrutests: cksum: verify --check with comments
2024-10-20  Sylvestre Ledrutests: improve ls --dired with symlink testing
2024-10-14  Pádraig Bradymaint: add syntax-check to ensure all gl/ files are...
2024-10-14  Bruno Haiblebuild: distribute the gl/ directory in the tarballs
2024-10-12  Masatake YAMATOcp,mv: align the descriptions of long options
2024-10-07  Collin Funkchroot,whoami: use uintmax_t for printing uids
2024-10-06  Bernhard Voelkermaint: adjust check-ls-dircolors to recent change in...
2024-10-03  Pádraig Bradyls: fix spurious output with -Z
2024-10-03  Pádraig Bradytests: ls: don't always skip a capability test
2024-10-03  Paul Eggertls: tune usage of getxattr/stat syscalls
2024-10-03  Paul Eggertls: omit cast from gobble_file
2024-10-03  Paul Eggertls: check FILETYPE_INDICATORS cardinality
2024-10-03  Paul Eggertls: tune indicator_name
2024-10-03  Paul Eggertls: omit some unnecessary NULs
2024-10-03  Paul Eggertls: tune is_colored
2024-10-03  Paul Eggertls: omit unnecessary test
2024-10-02  Pádraig Bradyls: reinstate capability checking in more cases
2024-10-02  Lukáš Zaoraldoc: ls: fix regression in -k description
2024-10-02  Pádraig Bradytests: df: avoid false failure due to fuse.portal
2024-10-02  Pádraig Bradytests: fix skipping of mtab simulation tests
2024-09-30  Bernhard Voelkermaint: avoid sc_preprocessor_indentation failure in...
2024-09-30  Bernhard Voelkertests: add fold(1) test for --bytes option
2024-09-30  Paul Eggertls: use fewer xattr-related syscalls
2024-09-30  Paul Eggertbuild: update gnulib submodule to latest
2024-09-28  Paul Eggertfactor: eliminate print_uuint recursion
2024-09-28  Paul Eggertfactor: lessen print_uuint recursion
2024-09-28  Paul Eggertfactor: print_uuint accepts uuint
2024-09-28  Paul Eggertfactor: simplify table count
2024-09-28  Paul Eggertfactor: macro refactoring
2024-09-28  Paul Eggertfactor: improve gmp-related buffering
2024-09-28  Paul Eggertfactor: buffer stdout like other progs do
2024-09-28  Paul Eggertfactor: improve fd buffering
2024-09-28  Paul Eggertfactor: powm2 returns uuint
2024-09-28  Paul Eggertfactor: factor_using_division returns uuint
2024-09-28  Paul Eggertfactor: gcd2_odd returns uuint
2024-09-28  Paul Eggertfactor: mod2 now returns uuint
2024-09-28  Paul Eggertfactor: new type uuint
2024-09-28  Paul Eggertfactor: tweak prime_p zero counting
next