diff options
Diffstat (limited to 'mini-gmp/ChangeLog')
-rw-r--r-- | mini-gmp/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mini-gmp/ChangeLog b/mini-gmp/ChangeLog index b264581b2..b364b45fd 100644 --- a/mini-gmp/ChangeLog +++ b/mini-gmp/ChangeLog @@ -1,9 +1,12 @@ 2020-10-18 Marco Bodrato <bodrato@mail.dm.unipi.it> * mini-gmp.c: Use mpn_scan1 instead of mpz_scan1. - (mpn_set_str_bits): Reduce bramches and writes. + (mpn_set_str_bits): Reduce branches and writes. (mpz_gcdext): Delay mpz_setbit (t0, ...). + * mini-mpq.c (mpq_out_str): Return 0 when base is out of range. + * mini-gmp.c (mpz_out_str): Likewise. (spotted by Paul Eggert) + 2020-10-06 Niels Möller <nisse@lysator.liu.se> * tests/run-tests: Better support for make check on wine or cygwin. |