]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
19 hours ago  Collin Funkbuild: don't use '$<' in non-suffix rules master
2 days ago  Pádraig Bradydu: improve diagnostics for --time-style
2 days ago  Pádraig Bradydoc: use consistent references to standard files
4 days ago  Collin Funkdoc: update git version documented in HACKING
4 days ago  Paul Eggertdoc: mention 2025 speedup on large composites
5 days ago  Pádraig Bradymaint: avoid :> pattern in tests
5 days ago  Collin Funktests: avoid a false failure on Cygwin
5 days ago  Collin Funkmaint: avoid syntax-check failure from previous commit
5 days ago  Paul Eggerttest: simplify for clarity
5 days ago  Harry Fellowestest: removed dead code for unrecognised binary operators
8 days ago  Collin Funktests: date: add tests for the Ethiopian calendar
8 days ago  Collin Funktests: date: add tests for the Solar Hijri calendar
8 days ago  Pádraig Bradyinstall: with -d, use more accurate diagnostics
9 days ago  Collin Funktests: date: add tests for the Thai solar calendar
9 days ago  Collin Funkdoc: NEWS: mention that 'date' now supports non-Gregori...
9 days ago  Collin Funkbuild: update gnulib submodule to latest
9 days ago  Bruno Haibledate: update documentation regarding non-Gregorian...
9 days ago  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
2025-07-10  Paul Eggertfactor: move prime_p local in
2025-07-10  Paul Eggertfactor: port back to mini-gmp
2025-07-10  Paul Eggertfactor: speed up multiprecision Pollard’s rho
2025-07-10  Paul Eggertfactor: use function for binv
2025-07-10  Paul Eggertfactor: use a more functional style
2025-07-10  Paul Eggertfactor: use single vector in struct mp_factors
2025-07-10  Paul Eggertfactor: omit unnecessary divisions by small primes
2025-07-10  Paul Eggertfactor: use primes_diff more consistently
2025-07-10  Paul Eggertfactor: refactor to for later performance speedup
2025-07-10  Paul Eggertfactor: switch from mp to single when doable
2025-07-10  Paul Eggertfactor: primes_diff idx type consistency
2025-07-10  Paul Eggertfactor: omit q from mp_factor_using_division
2025-07-10  Paul Eggertfactor: mp insert multiplicity too
2025-07-10  Paul Eggertfactor: prefer non-macros
2025-07-10  Paul Eggertfactor: let builder specify MR_REPS
2025-07-10  Paul Eggertfactor: add comments
2025-07-10  Paul Eggertfactor: factor insertion simplifications
2025-07-10  Paul Eggertfactor: check unsigned char counts
2025-07-10  Paul Eggertfactor: fix comment
2025-07-10  Paul Eggertfactor: paren cleanup
2025-07-10  Paul Eggertfactor: simplify longlong.h setup
2025-07-10  Paul Eggertfactor: prefer uuint to two words in a couple of places
2025-07-10  Paul Eggertfactor: FALLTHROUGH instead of break
2025-07-10  Paul Eggertfactor: remove wide_uuint
2025-07-10  Paul Eggertfactor: use same word size as GMP
2025-07-10  Paul Eggertfactor: unsigned long → mp_bitcnt_t
2025-07-10  Paul Eggertfactor: fix test case name
2025-07-10  Paul Eggertfactor: generalize BIG_POWER_OF_10
2025-07-10  Paul Eggertfactor: remove wide_int
2025-07-10  Paul Eggertfactor: add platform sanity check
2025-07-10  Paul Eggertfactor: squfof cleanup
2025-07-10  Paul Eggertfactor: don’t used uninitialized uu[0]
2025-07-05  Pádraig Bradybuild: avoid make distcheck error
2025-07-05  Collin Funkdoc: fix a dead link
2025-07-05  Pádraig Bradybuild: fix non parallel VPATH builds
2025-07-05  Collin Funkmaint: prefer endian.h macros to WORDS_BIGENDIAN, part 2
2025-07-04  Collin Funkmaint: prefer endian.h macros to WORDS_BIGENDIAN
2025-07-03  Collin Funkmaint: add files generated by 'make ps' to .gitignore
2025-07-03  Collin Funkdoc: remove outdated TODO/FIXME items
2025-07-01  Pádraig Bradytests: cat: add test for O_APPEND bug fix
2025-07-01  Pádraig Bradydoc: remove extraneous double quotes within @samp{}
2025-07-01  Collin Funkdoc: use ``...'' instead of "..."
2025-06-30  Pádraig Bradytests: avoid false failure due to varied ERANGE errors
next