summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-07-21tests: date: add tests for the Thai solar calendarCollin Funk-0/+47
2025-07-21doc: NEWS: mention that 'date' now supports non-Gregorian calendarsCollin Funk-0/+4
2025-07-21build: update gnulib submodule to latestCollin Funk-5/+5
2025-07-21date: update documentation regarding non-Gregorian calendarsBruno Haible-0/+86
2025-07-21date: force a Gregorian calendar for options --iso-8601 and --rfc-3339Bruno Haible-8/+15
2025-07-12tests: sort: add a test for equivalent floatsPádraig Brady-0/+3
2025-07-11tests: fix fraction comparison in sort-floatPaul Eggert-6/+12
2025-07-10tests: fix integer overflow in sort-floatPaul Eggert-1/+2
2025-07-09factor: remove SINGLE_WORKSPaul Eggert-9/+2
2025-07-09factor: use 64-bit internal countersPaul Eggert-9/+9
2025-07-09factor: fix mp_factor_using_pollard_rho aliasingPaul Eggert-6/+6
2025-07-09maint: fix apostrophe in old NEWSPaul Eggert-2/+2
2025-07-09factor: speed up converting strings to uuintPaul Eggert-41/+14
2025-07-09factor: simplify primes tablePaul Eggert-59/+39
2025-07-09factor: prefer false for boolean 0Paul Eggert-12/+12
2025-07-09maint: port speedgen to FreeBSD 15Paul Eggert-1/+1
2025-07-09factor: speed up Pollard-rho loop countersPaul Eggert-11/+11
2025-07-09factor: avoid an mpz init+clearPaul Eggert-10/+8
2025-07-09factor: Pollard-rho a is now mp_limb_tPaul Eggert-6/+5
2025-07-09factor: redo ge2 in terms of lt2Paul Eggert-10/+7
2025-07-09factor: speed up umul_ppmm when !USE_LONGLONG_HPaul Eggert-7/+20
2025-07-09factor: streamline gcd2_oddPaul Eggert-10/+10
2025-07-09factor: faster gcd_odd since 2nd is oddPaul Eggert-18/+12
2025-07-09doc: update ‘factor’ benchmarksPaul Eggert-10/+7
2025-07-09factor: prefer exact divisionPaul Eggert-5/+8
2025-07-09factor: tune submod2Paul Eggert-2/+3
2025-07-09factor: DELIM and DIVBLOCK no longer macrosPaul Eggert-23/+26
2025-07-09factor: simplify by assuming !PROVE_PRIMALITYPaul Eggert-104/+12
2025-07-09factor: simplify by assuming USE_BAILLIE_PSWPaul Eggert-295/+5
2025-07-09factor: prime commentsPaul Eggert-3/+6
2025-07-09factor: no ferror+fclosePaul Eggert-1/+1
2025-07-09factor: define SQUARE_OF_FIRST_OMITTED_PRIMEPaul Eggert-5/+3
2025-07-09factor: simplify add_ssaaaa defaultPaul Eggert-5/+1
2025-07-09factor: speed up ge2, gt2Paul Eggert-4/+16
2025-07-09factor: improve millerrabin2 APIPaul Eggert-56/+50
2025-07-09factor: put FACTORS firstPaul Eggert-40/+39
2025-07-09factor: use 1-word code only when testedPaul Eggert-2/+10
2025-07-09factor: decrement Miller-Rabin tests from 25 to 24Paul Eggert-2/+19
2025-07-09factor: don’t prove primalityPaul Eggert-8/+30
2025-07-09factor: add comments to factor.cPaul Eggert-18/+73
2025-07-09factor: always use Baillie-PSWPaul Eggert-4/+26
2025-07-09build: update gnulib submodule to latestPaul Eggert-0/+0
2025-07-09factor: use mpz_probab_prime_pPaul Eggert-31/+15
2025-07-09factor: don’t give up before last prime in tablePaul Eggert-12/+14
2025-07-09factor: move prime_p local inPaul Eggert-1/+2
2025-07-09factor: port back to mini-gmpPaul Eggert-0/+24
2025-07-09factor: speed up multiprecision Pollard’s rhoPaul Eggert-70/+129
2025-07-09factor: use function for binvPaul Eggert-35/+21
2025-07-09factor: use a more functional stylePaul Eggert-25/+26
2025-07-09factor: use single vector in struct mp_factorsPaul Eggert-27/+26