[Gmp-commit] /var/hg/www: Link repo references to https location.

mercurial at gmplib.org mercurial at gmplib.org
Sat Dec 7 00:32:31 UTC 2013


details:   /var/hg/www/rev/4018d267b91d
changeset: 132:4018d267b91d
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Sat Dec 07 01:32:21 2013 +0100
description:
Link repo references to https location.

diffstat:

 devel/GMPng.html      |  4 ++--
 devel/asm.html        |  4 ++--
 devel/index.html      |  4 ++--
 devel/repo-usage.html |  8 ++++----
 index.html            |  8 ++++----
 oldrel/index.html     |  8 ++++----
 6 files changed, 18 insertions(+), 18 deletions(-)

diffs (165 lines):

diff -r 664a121a1fac -r 4018d267b91d devel/GMPng.html
--- a/devel/GMPng.html	Fri Dec 06 01:53:24 2013 +0100
+++ b/devel/GMPng.html	Sat Dec 07 01:32:21 2013 +0100
@@ -86,7 +86,7 @@
 <h2> Multiply with FFT </h2>
 
   <font color="#a00000">
-  <p> Merge <a href="http://hg.gmplib.org:8000/gcd-nisse/" style="color:
+  <p> Merge <a href="https://gmplib.org/repo/gcd-nisse/" style="color:
   rgb(160,0,0)">Niels' small-primes FFT code</a>.  Make sure it is memory
   efficient. </p>
   </font>
@@ -438,7 +438,7 @@
 
 </div>
 
-<font size="-4">Last modified: 2013-12-06 </font>
+<font size="-4">Last modified: 2013-12-07 </font>
 <div id="footer">
 <table cellpadding=0 width="100%" bgcolor="#e8e8e8">
   <tr>
diff -r 664a121a1fac -r 4018d267b91d devel/asm.html
--- a/devel/asm.html	Fri Dec 06 01:53:24 2013 +0100
+++ b/devel/asm.html	Sat Dec 07 01:32:21 2013 +0100
@@ -63,7 +63,7 @@
 low-level) functions of GMP.  A straight number without any special annotations
 means that the mpn function of that line is implemented for the CPU of that
 column either in the
-<a href="http://hg.gmplib.org:8000/gmp">official repository</a> or in a local
+<a href="https://gmplib.org/repo/gmp">official repository</a> or in a local
 repository of a maintainer.  For annotated numbers, please see the table above. </p>
 
 <p> To compare these numbers fairly, 32-bit machines should only be compared to
@@ -281,7 +281,7 @@
 
 
 <br><br>
-<font size="-4">Last modified: 2013-12-06 </font>
+<font size="-4">Last modified: 2013-12-07 </font>
 
   <div id="footer-spacer"></div>
 
diff -r 664a121a1fac -r 4018d267b91d devel/index.html
--- a/devel/index.html	Fri Dec 06 01:53:24 2013 +0100
+++ b/devel/index.html	Sat Dec 07 01:32:21 2013 +0100
@@ -41,7 +41,7 @@
 
 <table border="0" cellspacing="2" cellpadding="1">
   <tr><td align=right> Documentation: <td> <a href="../manual/">Online</a> | <a href="../gmp-man-5.1.3.pdf">PDF</a></tr>
-  <tr><td align=right> Development sources: <td> <a href="http://hg.gmplib.org:8000/">GMP repository</a> - <a href="repo-usage.html">Repo usage tips</a> | <a href="//gmplib.org/download/snapshot/">Daily snapshots</a></tr>
+  <tr><td align=right> Development sources: <td> <a href="https://gmplib.org/repo/">GMP repository</a> - <a href="repo-usage.html">Repo usage tips</a> | <a href="//gmplib.org/download/snapshot/">Daily snapshots</a></tr>
   <tr><td align=right> Testing:   <td> <a href="tm-date.html">Current status</a>
       |    <a href="lcov">Current coverage</a></tr>
   <tr><td align=right> Speed:<td> <a href="perfguard.html">Performance guard</a></tr>
@@ -491,7 +491,7 @@
 </div>
 
 <div id="footer">
-<font size="-4">Last modified: 2013-12-05 </font>
+<font size="-4">Last modified: 2013-12-07 </font>
 <table cellpadding=0 width="100%" bgcolor="#e8e8e8">
   <tr>
     <td align="center">
diff -r 664a121a1fac -r 4018d267b91d devel/repo-usage.html
--- a/devel/repo-usage.html	Fri Dec 06 01:53:24 2013 +0100
+++ b/devel/repo-usage.html	Sat Dec 07 01:32:21 2013 +0100
@@ -49,18 +49,18 @@
 <p>
 Once you have Mercurial installed, do
 <blockquote>
-<code>hg clone http://hg.gmplib.org:8000/gmp TARGDIR</code>
+<code>hg clone https://gmplib.org/repo/gmp/ TARGDIR</code>
 </blockquote>
 </p>
 <p>for the unstable development version, or
 <blockquote>
-<code>hg clone http://hg.gmplib.org:8000/gmp-5.1 TARGDIR</code>
+<code>hg clone https://gmplib.org/repo/gmp-5.1/ TARGDIR</code>
 </blockquote>
 <p>for the current patch level of GMP 5.1.
 </p>
 
 <p> A list of all repositories we publish are available at
-<a href="http://hg.gmplib.org:8000">hg.gmplib.org:8000</a>.
+<a href="https://gmplib.org/repo/">gmplib.org/repo/</a>.
 </p>
 
 <p> See also
@@ -89,7 +89,7 @@
 
 
 <br><br>
-<font size="-4">Last modified: 2013-11-11 </font>
+<font size="-4">Last modified: 2013-12-06 </font>
 
   <div id="footer-spacer"></div>
 
diff -r 664a121a1fac -r 4018d267b91d index.html
--- a/index.html	Fri Dec 06 01:53:24 2013 +0100
+++ b/index.html	Sat Dec 07 01:32:21 2013 +0100
@@ -351,24 +351,24 @@
     operands.  With uniformly distributed random operands, the error is very
     hard to trigger, and for the intended use of these functions, operands can
     be expected to appear as such random operands from these functions'
-    perspective.  <a href="http://hg.gmplib.org:8000/gmp-5.1/raw-rev/a447c0c53789">Patch.</a>
+    perspective.  <a href="https://gmplib.org/repo/gmp-5.1/raw-rev/a447c0c53789">Patch.</a>
   </li>
   <li>
     The internal function mpn_divrem_2 on Itanium clobbers two callee-saves
     registers.  This can lead to miscomputations or crashes in the callers.
-    <a href="http://hg.gmplib.org:8000/gmp-5.1/raw-rev/394bdf8fdaee">Patch.</a>
+    <a href="https://gmplib.org/repo/gmp-5.1/raw-rev/394bdf8fdaee">Patch.</a>
   </li>
 </ul>
 <p>Issues with GMP 5.1.1:
 <ul>
   <li> Windows only: A 64-bit build for AMD Bulldozer and Piledriver chips, or
     a fat 64-bit build running on these chips, will not work correctly.
-    <a href="http://hg.gmplib.org:8000/gmp-5.1/raw-rev/11fbd825bc45">Patch.</a>
+    <a href="https://gmplib.org/repo/gmp-5.1/raw-rev/11fbd825bc45">Patch.</a>
   </li>
   <li> The function <code>mpz_powm_ui</code> computes garbage if the base
     argument is over 15000 decimal or the mod argument is at least 7500 decimal
     digits.  No other GMP powm function is affected.
-    <a href="http://hg.gmplib.org:8000/gmp-5.1/raw-rev/ec4d88674036">Patch.</a>
+    <a href="https://gmplib.org/repo/gmp-5.1/raw-rev/ec4d88674036">Patch.</a>
   </li>
 </ul>
 <p>Issues with GMP 5.1.0:
diff -r 664a121a1fac -r 4018d267b91d oldrel/index.html
--- a/oldrel/index.html	Fri Dec 06 01:53:24 2013 +0100
+++ b/oldrel/index.html	Sat Dec 07 01:32:21 2013 +0100
@@ -48,7 +48,7 @@
      crashes for operands of 20 limbs or more.  Only VMX capable PowerPC
      processors running in 32-bit mode are affected, and then only the shared
      GMP library is affected.
-     <a href="http://hg.gmplib.org:8000/gmp-5.0/raw-rev/829215e83ff1">Patch</a>.
+     <a href="https://gmplib.org/repo/gmp-5.0/raw-rev/829215e83ff1">Patch</a>.
      </li>
 </ul>
 </p>
@@ -105,7 +105,7 @@
      some potential security impact.  The bug might affect several user-level
      routines, e.g., mpz_invert, but only for operands of at least 3000 bits
      (for smaller operands, a simpler algorithm is used).
-     <a href="http://hg.gmplib.org:8000/gmp-5.0/raw-rev/538dfce27f41">Patch</a>.
+     <a href="https://gmplib.org/repo/gmp-5.0/raw-rev/538dfce27f41">Patch</a>.
      </li>
 <li> Se also issues for subsequent releases above. </li>
 </ul>
@@ -119,12 +119,12 @@
      2.0N is not correctly supported by GMP 5.0.1 and 5.0.0.  This results in
      many<code> make check </code>failures.  The problem is in
      mpn/pa64/aors_n.asm.  Please download a new version of the
-     <a href="http://hg.gmplib.org:8000/gmp-5.0/file/1878a7b7e66e/mpn/pa64/aors_n.asm">
+     <a href="https://gmplib.org/repo/gmp-5.0/file/1878a7b7e66e/mpn/pa64/aors_n.asm">
      file from the GMP repository</a>. </li>
 <li> There are spurious test failures with mpz/t-perfpow.c when using an ABI
      where GMP uses "long long" for internal computations.  Examples of such
      ABIs are MIPS n32, HPUX 2.0n, and PowerPC mode32.
-     <a href="http://hg.gmplib.org:8000/gmp-5.0/raw-rev/794410151f5f">Patch</a>. </li>
+     <a href="https://gmplib.org/repo/gmp-5.0/raw-rev/794410151f5f">Patch</a>. </li>
 <li> Se also issues for subsequent releases above. </li>
 </ul>
 


More information about the gmp-commit mailing list