]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
2024-08-11  Pádraig Bradymaint: fix syntax-check failure
2024-08-11  Pádraig Bradydoc: printf %b: clarify octal processing
2024-08-11  Paul Eggertmaint: adjust to Gnulib safe_read etc. changes
2024-08-11  Paul Eggertmaint: list Gnulib sys_types directly
2024-08-11  Paul Eggertbuild: update gnulib submodule to latest
2024-08-11  Paul Eggerthead: fix overflows in elide_tail_bytes_pipe
2024-08-11  Paul Eggerthead: new test for big count
2024-08-11  Paul Eggerttail: support counts > 2**64
2024-08-11  Paul Eggerthead: off_t not uintmax_t for file offset
2024-08-11  Paul Eggertnproc: support --ignore counts > 2**64
2024-08-11  Paul Eggertnl: support -l counts > 2**64
2024-08-11  Paul Eggerthead: support counts > 2**64
2024-08-11  Paul Eggertdigest: improve -l overflow diagnostic
2024-08-11  Paul Eggertmaint: distinguish EOVERFLOW vs ERANGE better
2024-08-08  Richard Purdietests: df-P.sh: fix intermittent false failure
2024-08-04  Paul Eggertbuild: modernize AC_CHECK_TYPE usage
2024-08-04  Pádraig Bradymaint: avoid warning on older GCC compilers
2024-08-04  Pádraig Bradytests: limit mem usage on potentially expensive test
2024-08-04  Pádraig Bradytests: ensure utils support writing to a closed pipe
2024-08-04  Pádraig Bradydoc: reference 'dircolors invocation' from ls --color...
2024-08-04  Pádraig Bradydoc: clarify which ls color attributes don't apply...
2024-08-04  Paul Eggertshuf: tiny simplification
2024-08-04  Paul Eggertshuf: avoid integer overflow on huge inputs
2024-08-04  Paul Eggertshuf: fix randomness bug
2024-07-30  Collin Funkmaint: remove unnecessary inttostr usage in printf
2024-07-22  Pádraig Bradybuild: support creating reproducible tarball contents
2024-07-16  Paul Eggerttests: port to noatime file systems
2024-07-16  Paul Eggertmaint: update bootstrap from Gnulib
2024-07-16  Paul Eggertmaint: adjust to Gnulib -Wsystem-headers change
2024-07-16  Paul Eggertbuild: update gnulib submodule to latest
2024-07-10  Bernhard Voelkertests: add fold(1) test for non-existent files
2024-07-04  Collin Funkmaint: import tests/init.sh from Gnulib during bootstrap
2024-07-02  Pádraig Bradydoc: remove 'proposed' in regard to $'' descriptions
2024-07-02  Pádraig Bradytests: fix improper use of grep -v
2024-07-02  Sylvestre Ledrutests: cksum: check when several files are missing...
2024-07-01  Collin Funkmaint: silence deprecated module warning
2024-06-29  Collin Funkmaint: prefer endian.h for byte order conversions
2024-06-29  Collin Funkbuild: update gnulib submodule to latest
2024-06-27  Pádraig Bradyls: treat --time=mtime consistently with other time...
2024-06-26  Pádraig Bradydoc: document the c-maybe quoting style
2024-06-25  Bruno Haiblestat: reactivate a translator comment (lost on 2012...
2024-06-01  Bernhard Voelkermaint: improve ERE in sc_tests_list_consistency
2024-05-28  Pádraig Bradystat,tail: sync with latest Linux file systems
2024-05-24  Paul Eggertls: improve sorting doc
2024-05-22  Sylvestre Ledrutests: cksum: extend with --status, --ignore-missing...
2024-05-21  Pádraig Bradybuild: fix build failure in --enable-single-binary...
2024-05-21  Pádraig Bradymaint: add lib/stdbit.h to .gitignore
2024-05-20  Paul Eggertstty: port test to Alpine Linux
2024-05-17  Paul Eggertdd: skip some alloc tests on ZFS
2024-05-17  Paul Eggertmaint: prefer stdbit.h to count-leading-zeros.h
2024-05-17  Paul Eggertmaint: port test warnings to GCC 14
2024-05-17  Paul Eggertmaint: update bootstrap from Gnulib
2024-05-17  Paul Eggertbuild: update gnulib submodule to latest
2024-05-17  Paul Eggertsort: better -Wmissing-variable-declarations
2024-05-17  Paul Eggertcksum: improve API consistency checking
2024-05-15  Nikolaos Chatzikonst... doc: improve the man page for sleep
2024-05-11  Sylvestre Ledrutests: cksum: add incorrect data to verify --check...
2024-05-09  Pádraig Bradywc: increase I/O size from 16 KiB to 256KiB
2024-05-09  Evgeny Nizhibitskywc: simplify and generalize AVX code
2024-05-07  Bruce Jerrickdoc: pwd: improve the -P help description
2024-05-05  Nikolay Nechaevmaint: rename octhexdigits macros
2024-05-05  Nikolay Nechaevmaint: factor out common macros of stat and printf
2024-05-05  Nikolay Nechaevmaint: factor out the common show_date functionality
2024-05-04  Sylvestre Ledrucksum: add tests to verify the presence of "*"
2024-05-03  Pádraig Bradycp: actually support --update=none-fail
2024-05-01  Collin Funkmaint: pacify GCC 14 -Wmissing-variable-declarations
2024-05-01  Pádraig Bradymaint: pacify GCC 14 -Wmissing-variable-declarations...
2024-05-01  Pádraig Bradymaint: avoid syntax check failure with long lines
2024-04-27  Pádraig Bradybuild: bootstrap with python gnulib-tool by default
2024-04-23  Pádraig Bradydoc: sort: give example for sorting on the last field
2024-04-23  Pádraig Bradybuild: provide way to bootstrap with python gnulib...
2024-04-20  Paul Eggerttail: avoid infloop with -c on /dev/zero
2024-04-17  Paul Eggertls: -f now means -a -U
2024-04-17  Collin Funkmaint: remove unnecessary stdbool.h include
2024-04-12  Pádraig Bradyjoin: fix error message for -a and -v
2024-04-07  Pádraig Bradydoc: NEWS: mention sort being more efficient with ...
2024-04-06  Paul Eggertsplit: don’t trust st_size on /proc files
2024-04-06  Paul Eggertsort: don’t trust st_size on /proc files
2024-04-06  Paul Eggertdd: don’t trust st_size on /proc/files
2024-04-06  Paul Eggertcat: don’t trust st_size on /proc files
2024-04-04  Pádraig Bradybuild: update gnulib submodule to latest
2024-04-01  Pádraig Bradydoc: chown,chgrp: fix missing full stop in --help
2024-03-28  Pádraig Bradymaint: post-release administrivia
2024-03-28  Pádraig Bradyversion 9.5 v9.5
2024-03-27  Bruno Haibletests: od: avoid outputting undefined floating point...
2024-03-26  Pádraig Bradybuild: update with gnulib fixes
2024-03-26  Pádraig Bradytests: numfmt: fix false failures on some systems
2024-03-26  Pádraig Bradyls: avoid ENOENT from readdir() on FreeBSD 14
2024-03-26  Pádraig Bradytests: avoid false failure due to mismatched isblank()
2024-03-25  Pádraig Bradycp: with --no-preserve=mode ensure set-group-ID bits...
2024-03-25  Pádraig Bradytests: avoid false failure with partial locale info
2024-03-25  Pádraig Bradytests: avoid triggering obsolete tail option processing
2024-03-25  Pádraig Bradytests: remove debugging from a test
2024-03-25  Pádraig Bradytests: fix false failure on systems that can chmod...
2024-03-24  Pádraig Bradydoc: fix translation issue in chown/chgrp amalgamation
2024-03-24  Pádraig Bradydoc: fix various translation issues
2024-03-24  Pádraig Bradytest: avoid false failure with setgid directories
2024-03-24  Pádraig Bradytests: avoid false failure on new mv --exchange test
2024-03-24  Pádraig Bradydoc: update THANKS related to env --argv0 option
2024-03-24  Stephane Chazelasdoc: ls: detail output format for device files
next