summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-05-03 13:08:51 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-05-03 13:08:51 +0000
commit9e6a189149f4685039088fc06ca75a1d1751900b (patch)
tree7679cc2849df608ef61e1b4f3883cf40f8471c86
parent2e2b299fedc39c288db478600f4cecaf1cfac3f2 (diff)
downloadmpfr-9e6a189149f4685039088fc06ca75a1d1751900b.tar.gz
Merged changesets r8172-8173,8175 from the trunk to update URL's of
mailing-list archives/messages. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@8176 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--TODO6
-rw-r--r--doc/README.dev2
-rw-r--r--doc/mpfr.texi4
-rw-r--r--src/mpfr-impl.h2
-rw-r--r--src/mpfr.h2
-rw-r--r--src/subnormal.c6
-rw-r--r--tests/Makefile.am10
-rw-r--r--tests/tatan.c2
-rw-r--r--tests/tsin_cos.c2
-rw-r--r--tests/tsqr.c4
10 files changed, 20 insertions, 20 deletions
diff --git a/TODO b/TODO
index 54ff9e664..fbc07bb65 100644
--- a/TODO
+++ b/TODO
@@ -89,7 +89,7 @@ Table of contents:
- implement mpfr_q_sub, mpfr_z_div, mpfr_q_div?
- implement functions for random distributions, see for example
- http://websympa.loria.fr/wwsympa/arc/mpfr/2010-01/msg00034.html
+ https://sympa.inria.fr/sympa/arc/mpfr/2010-01/msg00034.html
(suggested by Charles Karney <ckarney@Sarnoff.com>, 18 Jan 2010):
* a Bernoulli distribution with prob p/q (exact)
* a general discrete distribution (i with prob w[i]/sum(w[i]) (Walker
@@ -222,7 +222,7 @@ Table of contents:
- [maybe useful for SAGE] implement companion frac_* functions to the rint_*
functions. For example mpfr_frac_floor(x) = x - floor(x). (The current
mpfr_frac function corresponds to mpfr_rint_trunc.)
-- scaled erfc (http://websympa.loria.fr/wwsympa/arc/mpfr/2009-05/msg00054.html)
+- scaled erfc (https://sympa.inria.fr/sympa/arc/mpfr/2009-05/msg00054.html)
- asec, acsc, acot, asech, acsch and acoth (mail from Björn Terelius on mpfr
list, 18 June 2009)
@@ -274,7 +274,7 @@ Table of contents:
unnecessary computations by calling the auxiliary cos function instead of
the full cos function). This will require a native code for sin, for
example using the reduction sin(3x)=3sin(x)-4sin(x)^3.
- See http://websympa.loria.fr/wwsympa/arc/mpfr/2007-08/msg00001.html and
+ See https://sympa.inria.fr/sympa/arc/mpfr/2007-08/msg00001.html and
the following messages.
- improve generic.c to work for number of terms <> 2^k
- rewrite mpfr_greater_p... as native code.
diff --git a/doc/README.dev b/doc/README.dev
index b1368bda2..4bde71cc3 100644
--- a/doc/README.dev
+++ b/doc/README.dev
@@ -395,7 +395,7 @@ has used this form since 2004-01-26 (in headers.m4).
References:
http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=62ac9bbfebe879581dabeed78c6ac66b907dd51d
- http://websympa.loria.fr/wwsympa/arc/mpfr/2010-08/msg00015.html
+ https://sympa.inria.fr/sympa/arc/mpfr/2010-08/msg00015.html
====================================================================
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index 61cb33725..46e7e6812 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -3,7 +3,7 @@
@setfilename mpfr.info
@documentencoding UTF-8
@set VERSION 3.1.1-dev
-@set UPDATED-MONTH January 2012
+@set UPDATED-MONTH May 2012
@settitle GNU MPFR @value{VERSION}
@synindex tp fn
@iftex
@@ -483,7 +483,7 @@ FAQ @url{http://www.mpfr.org/faq.html}:
perhaps this bug is already known, in which case you may find there
a workaround for it.
You might also look in the archives of the MPFR mailing-list:
-@url{http://websympa.loria.fr/wwsympa/arc/mpfr}.
+@url{https://sympa.inria.fr/sympa/arc/mpfr}.
Otherwise, please investigate and report it.
We have made this library available to you, and it is not to ask too
much from you, to ask you to report the bugs that you find.
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index 188b72246..6662842f1 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -128,7 +128,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#if defined(_WIN32)
/* Under MS Windows (e.g. with VS2008 or VS2010), Intel's compiler doesn't
support/enable extensions like the ones seen under GNU/Linux.
- http://websympa.loria.fr/wwsympa/arc/mpfr/2011-02/msg00032.html */
+ https://sympa.inria.fr/sympa/arc/mpfr/2011-02/msg00032.html */
# define __MPFR_ICC(a,b,c) 0
#elif defined(__ICC)
# define __MPFR_ICC(a,b,c) (__ICC >= (a)*100+(b)*10+(c))
diff --git a/src/mpfr.h b/src/mpfr.h
index 772bfb026..514886568 100644
--- a/src/mpfr.h
+++ b/src/mpfr.h
@@ -939,7 +939,7 @@ __MPFR_DECLSPEC int mpfr_custom_get_kind _MPFR_PROTO ((mpfr_srcptr));
- INTMAX_C and UINTMAX_C, but not if the compiler is a C++ one
(as suggested by Patrick Pelissier) because the test does not
work well in this case. See:
- http://websympa.loria.fr/wwsympa/arc/mpfr/2010-02/msg00025.html
+ https://sympa.inria.fr/sympa/arc/mpfr/2010-02/msg00025.html
We do not check INTMAX_MAX and UINTMAX_MAX because under Solaris,
these macros are always defined by <limits.h> (i.e. even when
<stdint.h> and <inttypes.h> are not included).
diff --git a/src/subnormal.c b/src/subnormal.c
index 4492ff238..753da5244 100644
--- a/src/subnormal.c
+++ b/src/subnormal.c
@@ -38,9 +38,9 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
Set the inexact flag if the returned ternary value is non-zero.
Set the underflow flag if a second rounding occurred (whether this
rounding is exact or not). See
- http://websympa.loria.fr/wwsympa/arc/mpfr/2009-06/msg00000.html
- http://websympa.loria.fr/wwsympa/arc/mpfr/2009-06/msg00008.html
- http://websympa.loria.fr/wwsympa/arc/mpfr/2009-06/msg00010.html
+ https://sympa.inria.fr/sympa/arc/mpfr/2009-06/msg00000.html
+ https://sympa.inria.fr/sympa/arc/mpfr/2009-06/msg00008.html
+ https://sympa.inria.fr/sympa/arc/mpfr/2009-06/msg00010.html
*/
int
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 976b96308..fc64673c8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -79,11 +79,11 @@ TESTS_ENVIRONMENT = MPFR_QUIET=1 $(VALGRIND)
# purpose is to make sure that the local .libs comes first in the library
# search path (otherwise the tests are linked against the old MPFR library
# by the LINK command -- see the generated Makefile). See:
-# http://websympa.loria.fr/wwsympa/arc/mpfr/2011-10/msg00042.html
-# http://websympa.loria.fr/wwsympa/arc/mpfr/2011-10/msg00043.html
-# http://websympa.loria.fr/wwsympa/arc/mpfr/2011-10/msg00044.html
-# http://websympa.loria.fr/wwsympa/arc/mpfr/2011-10/msg00066.html
-# http://websympa.loria.fr/wwsympa/arc/mpfr/2011-10/msg00065.html
+# https://sympa.inria.fr/sympa/arc/mpfr/2011-10/msg00042.html
+# https://sympa.inria.fr/sympa/arc/mpfr/2011-10/msg00043.html
+# https://sympa.inria.fr/sympa/arc/mpfr/2011-10/msg00044.html
+# https://sympa.inria.fr/sympa/arc/mpfr/2011-10/msg00066.html
+# https://sympa.inria.fr/sympa/arc/mpfr/2011-10/msg00065.html
# and
# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9728
#
diff --git a/tests/tatan.c b/tests/tatan.c
index 67be3a334..aa618106a 100644
--- a/tests/tatan.c
+++ b/tests/tatan.c
@@ -571,7 +571,7 @@ atan2_pow_of_2 (void)
mpfr_clear (g);
}
-/* http://websympa.loria.fr/wwsympa/arc/mpfr/2011-05/msg00008.html
+/* https://sympa.inria.fr/sympa/arc/mpfr/2011-05/msg00008.html
* Incorrect flags (in debug mode on a 32-bit machine, assertion failure).
*/
static void
diff --git a/tests/tsin_cos.c b/tests/tsin_cos.c
index 18804ee55..1a2f1fe45 100644
--- a/tests/tsin_cos.c
+++ b/tests/tsin_cos.c
@@ -514,7 +514,7 @@ bug20091013 (void)
/* Bug reported by Laurent Fousse for the 2.4 branch.
No problem in the trunk.
- http://websympa.loria.fr/wwsympa/arc/mpfr/2009-11/msg00044.html */
+ https://sympa.inria.fr/sympa/arc/mpfr/2009-11/msg00044.html */
static void
bug20091122 (void)
{
diff --git a/tests/tsqr.c b/tests/tsqr.c
index a4456cd74..18a5da2e2 100644
--- a/tests/tsqr.c
+++ b/tests/tsqr.c
@@ -122,8 +122,8 @@ check_special (void)
}
/* Test of a bug seen with GCC 4.5.2 and GMP 5.0.1 on m68k (m68000 target).
- http://websympa.loria.fr/wwsympa/arc/mpfr/2011-05/msg00003.html
- http://websympa.loria.fr/wwsympa/arc/mpfr/2011-05/msg00041.html
+ https://sympa.inria.fr/sympa/arc/mpfr/2011-05/msg00003.html
+ https://sympa.inria.fr/sympa/arc/mpfr/2011-05/msg00041.html
*/
static void
check_mpn_sqr (void)