[Gmp-commit] /var/hg/gmp: -typos

mercurial at gmplib.org mercurial at gmplib.org
Thu Jan 7 07:24:06 UTC 2016


details:   /var/hg/gmp/rev/cad98dd22755
changeset: 17025:cad98dd22755
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Thu Jan 07 07:54:06 2016 +0100
description:
-typos

diffstat:

 ChangeLog      |  2 +-
 mpz/bin_uiui.c |  1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 42eff38629b1 -r cad98dd22755 ChangeLog
--- a/ChangeLog	Sun Jan 03 13:22:03 2016 +0100
+++ b/ChangeLog	Thu Jan 07 07:54:06 2016 +0100
@@ -1,7 +1,7 @@
 2016-01-01 Marco Bodrato <bodrato at mail.dm.unipi.it>
 
 	* tests/cxx/clocale.c: Do not re-define localeconv for mingw.
-	* tests/misc/t-locale.c: Enable test for mingw (tx Alexander).
+	* tests/misc/t-locale.c: Likewise (Thanks Alexander).
 
 	* primesieve.c: Heal a speed regression on small values.
 	* mpz/bin_uiui.c (mpz_bdiv_bin_uiui): 2 factors all at once.
diff -r 42eff38629b1 -r cad98dd22755 mpz/bin_uiui.c
--- a/mpz/bin_uiui.c	Sun Jan 03 13:22:03 2016 +0100
+++ b/mpz/bin_uiui.c	Thu Jan 07 07:54:06 2016 +0100
@@ -286,7 +286,6 @@
     }
 
   /* Put back the right number of factors of 2.  */
-  /* Handle primes = 2, 3 separately. */
   popc_limb (cnt, n - k);
   popc_limb (j, k);
   cnt += j;


More information about the gmp-commit mailing list