]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
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
2025-08-10  Pádraig Bradydoc: --base58: add example usage to info
2025-08-09  Pádraig Bradydoc: rearrange NEWS to more standard ordering
2025-08-09  Pádraig Bradybasenc: add base58 support
2025-08-09  Pádraig Bradybasenc: fix stripping of '=' chars in some encodings
2025-08-09  Collin Funkmaint: prefer attribute.h in .c files
2025-08-08  Paul Eggertcp: omit some needless lseek calls
2025-08-08  Paul Eggertcp: --sparse=always was missing some holes
2025-08-06  Collin Funkmaint: use consistent references to standard files...
2025-08-04  Bernhard Voelkermaint: remove now-unused include of 'safe-read.h'
2025-08-04  Paul Eggertmaint: prefer same-inode.h
2025-08-04  Paul Eggerttail: refactor ‘failable’
2025-08-04  Paul Eggerttail: fix race between read and fstat
2025-08-04  Paul Eggerttail: track errno more accurately
2025-08-04  Paul Eggerttail: omit redundant assignment
2025-08-04  Paul Eggerttail: prefer readlink to lstat+S_ISLNK
2025-08-04  Paul Eggerttail: fix unlikely races with >=2 --pids
2025-08-04  Paul Eggerttail: prefer < 0 to == -1
2025-08-04  Paul Eggerttail: record file offset more carefully
2025-08-04  Paul Eggertmaint: prefer 'read' to 'safe_read'
2025-08-04  Paul Eggerttail: prefer signed types to size_t, blksize_t
2025-08-04  Paul Eggerttail: prefer intmax_t to uintmax_t
2025-08-04  Paul Eggerttail: don’t output more lines than requested
2025-08-04  Paul Eggerttail: xlseek switch → table
2025-08-04  Paul Eggerttail: prettyname cleanup
2025-08-04  Paul Eggerttail: optimize tail -n +2**63
2025-08-04  Paul Eggerttail: refactor SEEK_END and lines
2025-08-04  Paul Eggerttail: refactor to skip stat call on failure
2025-08-04  Paul Eggerttail: speed up -c N for huge N
2025-08-04  Paul Eggerttail: allow >=2**64 in traditional form
2025-08-04  Paul Eggerttail: check OFF_T_MAX vs COPY_A_BUFFER
2025-08-04  Paul Eggerttail: fix SEEK_END typo
2025-08-04  Paul Eggerttail: simplify -c+ on regular files
2025-08-04  Paul Eggertmaint: don’t lseek memory objects
2025-08-04  Paul Eggertwc: don’t assume opening a file puts you at start
2025-08-04  Paul Eggerthead: simplify head_bytes
2025-08-04  Paul Eggerthead: omit unnecessary lseek
2025-08-03  Collin Funkreadlink: improve documentation for POSIXLY_CORRECT...
2025-08-03  Collin Funkreadlink: emit errors when POSIXLY_CORRECT is set
2025-08-02  Pádraig Bradydoc: mention copy_file_range data corruption avoidance
2025-08-02  Paul Eggertbuild: update gnulib submodule to latest
2025-08-01  Bruno Haiblemaint: date: refactor to be entirely bottom-up
2025-08-01  Bruno Haibledate: fix calendar-related test failures on macOS and...
2025-08-01  Collin Funkbuild: update gnulib submodule to latest
2025-08-01  Collin Funkbuild: fix previous commit
2025-07-30  Collin Funkbuild: don't use '$<' in non-suffix rules
2025-07-29  Pádraig Bradydu: improve diagnostics for --time-style
2025-07-29  Pádraig Bradydoc: use consistent references to standard files
2025-07-27  Collin Funkdoc: update git version documented in HACKING
2025-07-27  Paul Eggertdoc: mention 2025 speedup on large composites
2025-07-26  Pádraig Bradymaint: avoid :> pattern in tests
2025-07-26  Collin Funktests: avoid a false failure on Cygwin
2025-07-26  Collin Funkmaint: avoid syntax-check failure from previous commit
2025-07-25  Paul Eggerttest: simplify for clarity
2025-07-25  Harry Fellowestest: removed dead code for unrecognised binary operators
2025-07-23  Collin Funktests: date: add tests for the Ethiopian calendar
2025-07-23  Collin Funktests: date: add tests for the Solar Hijri calendar
2025-07-22  Pádraig Bradyinstall: with -d, use more accurate diagnostics
2025-07-22  Collin Funktests: date: add tests for the Thai solar calendar
2025-07-21  Collin Funkdoc: NEWS: mention that 'date' now supports non-Gregori...
2025-07-21  Collin Funkbuild: update gnulib submodule to latest
2025-07-21  Bruno Haibledate: update documentation regarding non-Gregorian...
2025-07-21  Bruno Haibledate: force a Gregorian calendar for options --iso...
2025-07-12  Pádraig Bradytests: sort: add a test for equivalent floats
2025-07-11  Paul Eggerttests: fix fraction comparison in sort-float
2025-07-10  Paul Eggerttests: fix integer overflow in sort-float
next