[Gmp-commit] /var/hg/www: 2 new changesets

mercurial at gmplib.org mercurial at gmplib.org
Sun Nov 15 16:31:01 UTC 2020


details:   /var/hg/www/rev/fce9b935249b
changeset: 276:fce9b935249b
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Sun Nov 15 17:30:35 2020 +0100
description:
index.html: Version 6.2.1 for the manual pages.

details:   /var/hg/www/rev/54d731418086
changeset: 277:54d731418086
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Sun Nov 15 17:30:56 2020 +0100
description:
repunit.c: typo in a comment

diffstat:

 index.html |  2 +-
 repunit.c  |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 61253ed54d09 -r 54d731418086 index.html
--- a/index.html	Sun Nov 15 13:02:03 2020 +0100
+++ b/index.html	Sun Nov 15 17:30:56 2020 +0100
@@ -57,7 +57,7 @@
       <table style="border-collapse:collapse;">
 	<tr>
 	  <td style="text-align:right;"> Documentation: </td>
-          <td><a href="manual/">6.2.0 HTML</a> | <a href="gmp-man-6.2.0.pdf">6.2.0 PDF</a> (TO BE UPDATED TO CURRENT RELEASE)</td>
+          <td><a href="manual/">6.2.1 HTML</a> | <a href="gmp-man-6.2.1.pdf">6.2.1 PDF</a></td>
 	</tr>
 	<tr>
 	  <td style="text-align:right;"> Download: </td>
diff -r 61253ed54d09 -r 54d731418086 repunit.c
--- a/repunit.c	Sun Nov 15 13:02:03 2020 +0100
+++ b/repunit.c	Sun Nov 15 17:30:56 2020 +0100
@@ -274,7 +274,7 @@
   mpz_tdiv_q_ui (t, t, (unsigned long int) ((BASE) - 1));
 #endif
 
-  /* Set the factoring search limit approximately propotional to the time
+  /* Set the factoring search limit approximately proportional to the time
      we will need for testing primality.  */
 #ifdef FACTOR_AGGRESSIVELY
   k2 = p * p;



More information about the gmp-commit mailing list