[Gmp-commit] /var/hg/gmp-6.1: NEWS entries for mini-gmp.

mercurial at gmplib.org mercurial at gmplib.org
Wed Dec 7 21:31:42 UTC 2016


details:   /var/hg/gmp-6.1/rev/9e178438d29d
changeset: 16964:9e178438d29d
user:      Niels M?ller <nisse at lysator.liu.se>
date:      Wed Dec 07 22:31:10 2016 +0100
description:
NEWS entries for mini-gmp.

diffstat:

 NEWS |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 3e7fb21656ca -r 9e178438d29d NEWS
--- a/NEWS	Wed Dec 07 00:51:50 2016 +0100
+++ b/NEWS	Wed Dec 07 22:31:10 2016 +0100
@@ -7,7 +7,12 @@
 Changes between GMP version 6.1.1 and 6.1.2
 
   BUGS FIXED
-  * Mini-GMP: ...
+  * Mini-GMP: Fixed a division bug, which on a machine with 64-bit
+    unsigned long affects approximately 1 out of 2^32 divisors.
+
+  * Mini-GMP: Fix mpz_set_str crash on inputs with a large number of
+    leading zeros. Also stricter input validation, rejecting inputs
+    with no digits.
 
   FEATURES
   * Handle more systems which require PIC code in static libraries (e.g.,
@@ -16,8 +21,11 @@
   * Configuration for arm (-32 and -64) has been rewritten, fixing poor
     code selection for many CPS.
 
+  * Mini-GMP: Updated to the latest development version, including
+    new functions mpn_com and mpn_neg.
+
   SPEEDUPS
-  * None, except for arm CPUs affected by the configuration rewrite..
+  * None, except for arm CPUs affected by the configuration rewrite.
 
   MISC
   -


More information about the gmp-commit mailing list