summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-08-03readlink: emit errors when POSIXLY_CORRECT is setCollin Funk-0/+62
2025-08-02doc: mention copy_file_range data corruption avoidancePádraig Brady-0/+4
2025-08-01build: update gnulib submodule to latestPaul Eggert-0/+0
2025-08-01maint: date: refactor to be entirely bottom-upBruno Haible-25/+23
2025-07-31date: fix calendar-related test failures on macOS and OpenBSDBruno Haible-6/+55
2025-07-31build: update gnulib submodule to latestCollin Funk-0/+0
2025-07-31build: fix previous commitCollin Funk-2/+2
2025-07-30build: don't use '$<' in non-suffix rulesCollin Funk-1/+2
2025-07-29du: improve diagnostics for --time-stylePádraig Brady-28/+48
2025-07-29doc: use consistent references to standard filesPádraig Brady-19/+31
2025-07-27doc: update git version documented in HACKINGCollin Funk-1/+1
2025-07-27doc: mention 2025 speedup on large compositesPaul Eggert-2/+4
2025-07-26maint: avoid :> pattern in testsPádraig Brady-3/+4
2025-07-26tests: avoid a false failure on CygwinCollin Funk-1/+1
2025-07-26maint: avoid syntax-check failure from previous commitCollin Funk-1/+2
2025-07-25test: simplify for clarityPaul Eggert-132/+102
2025-07-25test: removed dead code for unrecognised binary operatorsHarry Fellowes-2/+1
2025-07-23tests: date: add tests for the Ethiopian calendarCollin Funk-0/+46
2025-07-23tests: date: add tests for the Solar Hijri calendarCollin Funk-0/+46
2025-07-22install: with -d, use more accurate diagnosticsPádraig Brady-0/+12
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