[Gmp-commit] /var/hg/gmp: Reordered and redated some entries copied from the ...

mercurial at gmplib.org mercurial at gmplib.org
Fri Feb 10 22:32:45 CET 2012


details:   /var/hg/gmp/rev/2cdfeac5befd
changeset: 14619:2cdfeac5befd
user:      Niels M?ller <nisse at lysator.liu.se>
date:      Fri Feb 10 22:32:30 2012 +0100
description:
Reordered and redated some entries copied from the gmp-5.0 repo.

diffstat:

 ChangeLog |  62 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 30 insertions(+), 32 deletions(-)

diffs (79 lines):

diff -r 1cebd6e5fe6e -r 2cdfeac5befd ChangeLog
--- a/ChangeLog	Fri Feb 10 22:06:19 2012 +0100
+++ b/ChangeLog	Fri Feb 10 22:32:30 2012 +0100
@@ -1,45 +1,43 @@
 2012-02-10  Niels Möller  <nisse at lysator.liu.se>
 
+	* tests/mpz/t-gcd.c (gcdext_valid_p): Enforce sligthly stricter
+	bound for cofactors.
+
+	* mpn/generic/gcdext_lehmer.c (mpn_gcdext_hook): Corrected
+	handling of unlikely (maybe impossible?) case u1n < un. Related to
+	the 2012-02-05 bugfix of gcdext_subdiv_step.c in the gmp-5.0 repo.
+
+2012-02-09 Marco Bodrato <bodrato at mail.dm.unipi.it>
+
+	* mpz/oddfac_1.c (mpz_oddfac_1): Get ready for n!!
+	* gmp-impl.h (mpz_oddfac_1): Update signature.
+	* mpz/fac_ui.c (mpz_fac_ui): Update call to mpz_oddfac_1.
+
+2012-02-08  Torbjorn Granlund  <tege at gmplib.org>
+
+	* mpn/powerpc32/divrem_2.asm: Fix off-by-one condition in invert_limb
+	code.
+
+2012-02-08  Niels Möller  <nisse at lysator.liu.se>
+
+	* doc/gmp.texi (mpz_gcdext): Clarified corner cases in cofactor
+	canonicalization.
+
+2012-02-07  Niels Möller  <nisse at lysator.liu.se>
+
 	* mpn/generic/gcdext.c (mpn_gcdext): Fixed assert, related to the
 	special case A = (2k+1) G, B = 2 G. Fix copied from gmp-5.0 repo.
 
-2012-02-10  Niels Möller  <nisse at lysator.liu.se>
-
-	* tests/mpz/t-gcd.c (gcdext_valid_p): Enforce sligthly stricter
-	bound for cofactors.
+2012-02-06  Niels Möller  <nisse at lysator.liu.se>
+
+	* mpn/generic/hgcd_matrix.c (hgcd_matrix_update_q): Fixed carry
+	handling bug. Fix copied from gmp-5.0 repo, where the function is
+	found in hgcd.c.
 
 	* tests/mpz/t-gcd.c (main): Use mpz_rrandomb for test operands,
 	not mpz_urandomb. Change copied from gmp-5.0 repo.
 	* tests/mpn/t-hgcd.c (main): Likewise.
 
-2012-02-10  Niels Möller  <nisse at lysator.liu.se>
-
-	* mpn/generic/hgcd_matrix.c (hgcd_matrix_update_q): Fixed carry
-	handling bug. Fix copied from gmp-5.0 repo, where the function is
-	found in hgcd.c.
-
-2012-02-10  Niels Möller  <nisse at lysator.liu.se>
-
-	* mpn/generic/gcdext_lehmer.c (mpn_gcdext_hook): Corrected
-	handling of unlikely (maybe impossible?) case u1n < un. Related to
-	the 2012-02-05 bugfix of gcdext_subdiv_step.c in the gmp-5.0 repo.
-
-2012-02-09 Marco Bodrato <bodrato at mail.dm.unipi.it>
-
-	* mpz/oddfac_1.c (mpz_oddfac_1): Get ready for n!!
-	* gmp-impl.h (mpz_oddfac_1): Update signature.
-	* mpz/fac_ui.c (mpz_fac_ui): Update call to mpz_oddfac_1.
-
-2012-02-08  Torbjorn Granlund  <tege at gmplib.org>
-
-	* mpn/powerpc32/divrem_2.asm: Fix off-by-one condition in invert_limb
-	code.
-
-2012-02-08  Niels Möller  <nisse at lysator.liu.se>
-
-	* doc/gmp.texi (mpz_gcdext): Clarified corner cases in cofactor
-	canonicalization.
-
 2012-02-04 Marco Bodrato <bodrato at mail.dm.unipi.it>
 
 	* tests/refmpn.c (refmpn_mul): More conservative allocations.


More information about the gmp-commit mailing list