summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2020-11-28 23:38:32 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2020-11-28 23:38:32 +0100
commit7ab449b0a672ade611ce4120786515a6ee3ff5b3 (patch)
tree6a761a02b9f4a43b9bcf8084cc6a02b5c8018bf2 /ChangeLog
parenteb9c662c253e052833a70e305b9c1d884cb7fe1f (diff)
downloadgmp-7ab449b0a672ade611ce4120786515a6ee3ff5b3.tar.gz
ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33eb654b1..b7fedb908 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2020-11-28 Marco Bodrato <bodrato@mail.dm.unipi.it>
+
+ * tests/mpz/t-pprime_p.c (check_fermat_mersenne): Check return
+ value.
+
+ * tests/devel/primes.c: Correctly use n_cto_bit or n_fto_bit.
+ * primesieve.c: Differentiate n_to_bit into floor and ceil.
+
2020-11-23 Seth Troisi <sethtroisi@google.com>
* mpz/nextprime.c (mpz_prevprime): New function.