summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-05-03 09:39:18 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-05-03 09:39:18 +0000
commit16721fe1d75bb718e0a55119bc98a9867296d7a3 (patch)
tree00cf1d4f5a2610c3b7a29401cdaeb360ed15b8ec /src
parent72ef10b5e9af612ffed894e1a630cbe4e3739978 (diff)
downloadmpfr-16721fe1d75bb718e0a55119bc98a9867296d7a3.tar.gz
Updated URL's of mailing-list archives/messages in all files
(except ChangeLog, as it is generated). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8173 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src')
-rw-r--r--src/mpfr-impl.h2
-rw-r--r--src/mpfr.h2
-rw-r--r--src/subnormal.c6
3 files changed, 5 insertions, 5 deletions
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index 163631e06..4a845dbf6 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -129,7 +129,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 fdc893e4a..989086263 100644
--- a/src/mpfr.h
+++ b/src/mpfr.h
@@ -952,7 +952,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