[Gmp-commit] /var/hg/www: Fix links to intermediate repo.
mercurial at gmplib.org
mercurial at gmplib.org
Fri Dec 6 00:53:26 UTC 2013
details: /var/hg/www/rev/664a121a1fac
changeset: 131:664a121a1fac
user: Torbjorn Granlund <tege at gmplib.org>
date: Fri Dec 06 01:53:24 2013 +0100
description:
Fix links to intermediate repo.
diffstat:
devel/GMPng.html | 4 ++--
devel/asm.html | 4 ++--
oldrel/index.html | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (78 lines):
diff -r d51e0e1d9091 -r 664a121a1fac devel/GMPng.html
--- a/devel/GMPng.html Thu Dec 05 22:21:03 2013 +0100
+++ b/devel/GMPng.html Fri Dec 06 01:53:24 2013 +0100
@@ -86,7 +86,7 @@
<h2> Multiply with FFT </h2>
<font color="#a00000">
- <p> Merge <a href="http://gmplib.org:8000/gcd-nisse/" style="color:
+ <p> Merge <a href="http://hg.gmplib.org:8000/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-10-07 </font>
+<font size="-4">Last modified: 2013-12-06 </font>
<div id="footer">
<table cellpadding=0 width="100%" bgcolor="#e8e8e8">
<tr>
diff -r d51e0e1d9091 -r 664a121a1fac devel/asm.html
--- a/devel/asm.html Thu Dec 05 22:21:03 2013 +0100
+++ b/devel/asm.html Fri Dec 06 01:53:24 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://gmplib.org:8000/gmp">official repository</a> or in a local
+<a href="http://hg.gmplib.org:8000/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-10-22 </font>
+<font size="-4">Last modified: 2013-12-06 </font>
<div id="footer-spacer"></div>
diff -r d51e0e1d9091 -r 664a121a1fac oldrel/index.html
--- a/oldrel/index.html Thu Dec 05 22:21:03 2013 +0100
+++ b/oldrel/index.html Fri Dec 06 01:53:24 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://gmplib.org:8000/gmp-5.0/raw-rev/829215e83ff1">Patch</a>.
+ <a href="http://hg.gmplib.org:8000/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://gmplib.org:8000/gmp-5.0/raw-rev/538dfce27f41">Patch</a>.
+ <a href="http://hg.gmplib.org:8000/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://gmplib.org:8000/gmp-5.0/file/1878a7b7e66e/mpn/pa64/aors_n.asm">
+ <a href="http://hg.gmplib.org:8000/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://gmplib.org:8000/gmp-5.0/raw-rev/794410151f5f">Patch</a>. </li>
+ <a href="http://hg.gmplib.org:8000/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