]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
2021-05-12  Pádraig Bradycopy: handle system security config issues with copy_fi...
2021-05-12  Pádraig Bradycopy: handle EOPNOTSUPP from SEEK_DATA
2021-05-12  Pádraig Bradycopy: handle ENOTSUP from copy_file_range()
2021-05-10  Pádraig Bradybuild: update gnulib submodule to latest
2021-05-10  Carl Edquistbuild: fix __get_cpuid_count check to catch link failure
2021-05-08  Pádraig Bradymaint: consistently free hash structures in dev mode
2021-05-06  Bernhard Voelkermaint: fix sc_space_before_open_paren failure
2021-05-03  Pádraig Bradycopy: exit immediately upon failure to allocate hash...
2021-05-02  Pádraig Bradycopy: ensure we enforce --reflink=never
2021-05-02  Pádraig Bradywc: add --debug to diagnose which implementation used
2021-05-02  Kristoffer... wc: use avx2 optimization when counting only lines
2021-05-01  Paul Eggerttouch: fix wrong diagnostic (Bug#48106)
2021-04-27  Paul Eggertmaint: port to Autoconf 2.71
2021-04-27  Paul Eggertcsplit: size_t overflow check
2021-04-27  Paul Eggertbuild: update gnulib submodule to latest
2021-04-27  Zorro Langcopy: do not refuse to copy a swap file
2021-04-22  Bernhard Voelkertests: fix FP in ls/stat-free-color.sh
2021-04-11  Pádraig Bradydoc: clarify that ln --relative requires --symbolic...
2021-04-11  Pádraig Bradydoc: clarify what's counted by wc
2021-04-11  Pádraig Bradymaint: use "char const *" rather than "const char *"
2021-04-11  Pádraig Bradyls: cache name width determination
2021-04-11  Carl Edquistls: add --sort=width option to sort by file name width
2021-03-30  Paul Eggertenv: simplify --split-string memory management
2021-03-30  Paul Eggertbuild: update gnulib submodule to latest
2021-03-29  Pádraig Bradytests: add a test case for recent env fix
2021-03-29  Pádraig Bradymaint: ignore all .a files in .gitignore
2021-03-26  Paul Eggertenv: prefer ptrdiff_t
2021-03-26  Paul Eggertenv: improve whitespace warning
2021-03-26  Paul Eggertenv: use GNU coding style
2021-03-26  Paul Eggertenv: remove asserts
2021-03-26  Paul Eggertdoc: document env fix
2021-03-26  Paul Eggertenv: fix address violation with '\v' in -S
2021-03-25  Paul Eggerthostname: pacify valgrind
2021-03-25  Paul Eggerthostname: use puts
2021-03-25  Paul Eggertmaint: indenting
2021-03-25  Kamil Dudkaln: fix memory leaks in do_link
2021-03-25  Paul Eggertstdbuf: port lib to macOS
2021-03-24  Paul Eggertcksum: port recent changes to macOS
2021-03-22  Bernhard Voelkermaint: update bootstrap from gnulib
2021-03-21  Paul Eggertptx: remove use of diacrit module
2021-03-21  Paul Eggertbuild: update gnulib submodule to latest
2021-03-15  Pádraig Bradycksum: don't exit immediately if a single file overflows
2021-03-15  Pádraig Bradycksum: add --debug to diagnose which implementation...
2021-03-15  Kristoffer... cksum: use pclmul hardware instruction for CRC32 calcul...
2021-03-14  Pádraig Bradymaint: propagate DEPENDENCIES to libs in single binary...
2021-02-19  Pádraig Bradyrmdir: diagnose non following of symlinks with trailing...
2021-02-18  Kamil Dudkastat,tail: add support for the exfat file system
2021-02-15  Erik Auerswaldpr: fix alignment of input tabs to multiple columns
2021-02-10  Pádraig Bradycat: extend --show-ends to show \r\n as ^M$
2021-01-26  Paul Eggertexpr: fix bug with unmatched \(...\)
2021-01-25  Pádraig Bradysplit: fix --number=K/N to output correct part of file
2021-01-19  Paul Eggertdoc: rmdir --recursive substitutes
2021-01-15  Paul Eggertmkdir: fix bug when -m's more generous than umask
2021-01-09  Paul Eggertdoc: modernize and fix regexp xref
2021-01-03  Bernhard Voelkerdoc: make formatting of SEE ALSO in cat.1 and tac.1...
2021-01-02  Bernhard Voelkermaint: exempt 'doc/fdl.texi' from 'make update-copyright'
2021-01-01  Pádraig Bradymaint: update all copyright year number ranges
2020-12-28  Pádraig Bradytests: add a test for cksum
2020-12-28  Kristoffer... cksum: use more efficient slice by 8 algorithm
2020-12-25  Paul Eggertbuild: update gnulib submodule to latest
2020-12-18  Pádraig Bradydoc: remove extraneous ./src/ prefix from examples
2020-12-18  Pádraig Bradydoc: add `seq inf` and `sleep inf` examples to texinfo
2020-12-15  Paul Eggertdoc: document mkdir -m -p better
2020-12-15  KOBAYASHI Takashinl: fix --section-delimiter handling of single characters
2020-12-15  Pádraig Bradydoc: mention the GNU extensions to nl --section-delimiter
2020-12-15  Pádraig Bradymaint: refactor nl section delimiter handling
2020-12-12  Paul Eggertbuild: update gnulib submodule to latest
2020-12-08  Arman Absalanchroot,comm,join: fix usage options style
2020-12-01  Pádraig Bradydate: with --debug, show the output format
2020-11-27  Tim Gatesmaint: fix typo, characteres -> characters
2020-11-26  Nishant Nayanrm: do not skip files upon failure to remove an empty dir
2020-11-26  Pádraig Bradymaint: mention in NEWS about new df remote fs types
2020-11-23  Pádraig Bradymaint: remove no longer needed se_const helper
2020-11-23  Pádraig Bradymaint: fix syntax-check failure
2020-11-23  Paul Eggertinstall: suppress "Operation not supported" false alarms
2020-11-23  Paul Eggertmaint: propagate errno better in selinux.c
2020-11-23  Pádraig Bradymaint: use absolute paths with selabel_lookup
2020-11-22  Bernhard Voelkermaint: minor cleanup
2020-11-22  Paul Eggertbuild: update gnulib submodule to latest
2020-11-22  Paul Eggertmaint: port from matchpathcon to selabel_lookup
2020-11-22  Paul Eggertbuild: port to Solaris 10
2020-11-22  Paul Eggertbuild: update gnulib submodule to latest
2020-11-18  Pádraig Bradydoc: mention that sort -g supports hex numbers
2020-11-14  Pádraig Bradytr: fix crash validating -c with some case char classes
2020-11-12  Ben Pfaffdoc: clarify in texinfo that `test == ...` is non portable
2020-11-11  Pádraig Bradyls: fix crash printing SELinux context for unstatable...
2020-11-07  Pádraig Bradytimeout: support sub-second timeouts on macOS
2020-11-07  Pádraig Bradymaint: avoid strncat warning on GCC
2020-10-28  Pádraig Bradystat,tail: sync file system constants from the linux...
2020-10-28  Pádraig Bradymaint: cleanup operation of fs-magic-compare
2020-10-27  Pádraig Bradydoc: make blank lines before --help consistent
2020-10-26  Jim Meyeringmaint: avoid new sort.c warning from upcoming GCC11
2020-10-26  Kamil Dudkadd: drop old workaround for lseek() bug in Linux kernel
2020-10-26  KOBAYASHI Takashinl: support a negative --line-increment
2020-10-25  Pádraig Bradynl: only fail if need to output overflowed numbers
2020-10-25  Pádraig Bradymaint: add lib/parse-datetime-gen.h to .gitignore
2020-10-25  Pádraig Bradymaint: sync help2man to latest version
2020-10-19  Paul Eggertbuild: update gnulib submodule to latest
2020-10-17  Grigorii Sokolikmaint: remove already handled FIXME in tail.c
2020-10-17  Grigorii Sokolikmaint: update docs for build prerequisites
next