]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
13 days ago  Collin Funkreadlink: improve documentation for POSIXLY_CORRECT...
13 days ago  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
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
next