]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
12 hours ago  Pádraig Bradydoc: rearrange NEWS to more standard ordering master
12 hours ago  Pádraig Bradybasenc: add base58 support
24 hours ago  Pádraig Bradybasenc: fix stripping of '=' chars in some encodings
29 hours ago  Collin Funkmaint: prefer attribute.h in .c files
2 days ago  Paul Eggertcp: omit some needless lseek calls
2 days ago  Paul Eggertcp: --sparse=always was missing some holes
4 days ago  Collin Funkmaint: use consistent references to standard files...
5 days ago  Bernhard Voelkermaint: remove now-unused include of 'safe-read.h'
6 days ago  Paul Eggertmaint: prefer same-inode.h
6 days ago  Paul Eggerttail: refactor ‘failable’
6 days ago  Paul Eggerttail: fix race between read and fstat
6 days ago  Paul Eggerttail: track errno more accurately
6 days ago  Paul Eggerttail: omit redundant assignment
6 days ago  Paul Eggerttail: prefer readlink to lstat+S_ISLNK
6 days ago  Paul Eggerttail: fix unlikely races with >=2 --pids
6 days ago  Paul Eggerttail: prefer < 0 to == -1
6 days ago  Paul Eggerttail: record file offset more carefully
6 days ago  Paul Eggertmaint: prefer 'read' to 'safe_read'
6 days ago  Paul Eggerttail: prefer signed types to size_t, blksize_t
6 days ago  Paul Eggerttail: prefer intmax_t to uintmax_t
6 days ago  Paul Eggerttail: don’t output more lines than requested
6 days ago  Paul Eggerttail: xlseek switch → table
6 days ago  Paul Eggerttail: prettyname cleanup
6 days ago  Paul Eggerttail: optimize tail -n +2**63
6 days ago  Paul Eggerttail: refactor SEEK_END and lines
6 days ago  Paul Eggerttail: refactor to skip stat call on failure
6 days ago  Paul Eggerttail: speed up -c N for huge N
6 days ago  Paul Eggerttail: allow >=2**64 in traditional form
6 days ago  Paul Eggerttail: check OFF_T_MAX vs COPY_A_BUFFER
6 days ago  Paul Eggerttail: fix SEEK_END typo
6 days ago  Paul Eggerttail: simplify -c+ on regular files
6 days ago  Paul Eggertmaint: don’t lseek memory objects
6 days ago  Paul Eggertwc: don’t assume opening a file puts you at start
6 days ago  Paul Eggerthead: simplify head_bytes
6 days ago  Paul Eggerthead: omit unnecessary lseek
6 days ago  Collin Funkreadlink: improve documentation for POSIXLY_CORRECT...
6 days ago  Collin Funkreadlink: emit errors when POSIXLY_CORRECT is set
8 days ago  Pádraig Bradydoc: mention copy_file_range data corruption avoidance
8 days ago  Paul Eggertbuild: update gnulib submodule to latest
8 days ago  Bruno Haiblemaint: date: refactor to be entirely bottom-up
9 days ago  Bruno Haibledate: fix calendar-related test failures on macOS and...
9 days ago  Collin Funkbuild: update gnulib submodule to latest
9 days ago  Collin Funkbuild: fix previous commit
10 days ago  Collin Funkbuild: don't use '$<' in non-suffix rules
11 days ago  Pádraig Bradydu: improve diagnostics for --time-style
11 days ago  Pádraig Bradydoc: use consistent references to standard files
13 days ago  Collin Funkdoc: update git version documented in HACKING
13 days ago  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
2025-07-10  Paul Eggertfactor: remove SINGLE_WORKS
2025-07-10  Paul Eggertfactor: use 64-bit internal counters
2025-07-10  Paul Eggertfactor: fix mp_factor_using_pollard_rho aliasing
2025-07-10  Paul Eggertmaint: fix apostrophe in old NEWS
2025-07-10  Paul Eggertfactor: speed up converting strings to uuint
2025-07-10  Paul Eggertfactor: simplify primes table
2025-07-10  Paul Eggertfactor: prefer false for boolean 0
2025-07-10  Paul Eggertmaint: port speedgen to FreeBSD 15
2025-07-10  Paul Eggertfactor: speed up Pollard-rho loop counters
2025-07-10  Paul Eggertfactor: avoid an mpz init+clear
2025-07-10  Paul Eggertfactor: Pollard-rho a is now mp_limb_t
2025-07-10  Paul Eggertfactor: redo ge2 in terms of lt2
2025-07-10  Paul Eggertfactor: speed up umul_ppmm when !USE_LONGLONG_H
2025-07-10  Paul Eggertfactor: streamline gcd2_odd
2025-07-10  Paul Eggertfactor: faster gcd_odd since 2nd is odd
2025-07-10  Paul Eggertdoc: update ‘factor’ benchmarks
2025-07-10  Paul Eggertfactor: prefer exact division
2025-07-10  Paul Eggertfactor: tune submod2
2025-07-10  Paul Eggertfactor: DELIM and DIVBLOCK no longer macros
2025-07-10  Paul Eggertfactor: simplify by assuming !PROVE_PRIMALITY
2025-07-10  Paul Eggertfactor: simplify by assuming USE_BAILLIE_PSW
2025-07-10  Paul Eggertfactor: prime comments
2025-07-10  Paul Eggertfactor: no ferror+fclose
2025-07-10  Paul Eggertfactor: define SQUARE_OF_FIRST_OMITTED_PRIME
2025-07-10  Paul Eggertfactor: simplify add_ssaaaa default
2025-07-10  Paul Eggertfactor: speed up ge2, gt2
2025-07-10  Paul Eggertfactor: improve millerrabin2 API
2025-07-10  Paul Eggertfactor: put FACTORS first
2025-07-10  Paul Eggertfactor: use 1-word code only when tested
2025-07-10  Paul Eggertfactor: decrement Miller-Rabin tests from 25 to 24
2025-07-10  Paul Eggertfactor: don’t prove primality
2025-07-10  Paul Eggertfactor: add comments to factor.c
2025-07-10  Paul Eggertfactor: always use Baillie-PSW
2025-07-10  Paul Eggertbuild: update gnulib submodule to latest
2025-07-10  Paul Eggertfactor: use mpz_probab_prime_p
2025-07-10  Paul Eggertfactor: don’t give up before last prime in table
next