From 9b7cec16f04f938cf9ba6228275455d883ad69f2 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Fri, 8 Sep 2017 09:06:10 +0000 Subject: Updated various URL's: switch from ftp / http to https. (merged changesets r11727-11729 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@11731 280ebfd0-de03-0410-8827-d642c229c3f4 --- NEWS | 2 +- configure.ac | 2 +- doc/mpfr.texi | 4 ++-- tests/tstrtofr.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index e0768d7b3..c69c9a2e5 100644 --- a/NEWS +++ b/NEWS @@ -68,7 +68,7 @@ Changes from versions 3.0.* to version 3.1.0: - The mpfr_urandom and mpfr_urandomb functions now return identical values on processors with different word size (assuming the same random seed, and since the GMP random generator does not depend itself on the word size, - cf http://gmplib.org/list-archives/gmp-devel/2010-September/001642.html). + cf https://gmplib.org/list-archives/gmp-devel/2010-September/001642.html). - The mpfr_add_one_ulp and mpfr_sub_one_ulp macros (which are obsolete and no more documented) will be removed in a future release. - Speed improvement for the mpfr_sqr and mpfr_div functions using Mulders' diff --git a/configure.ac b/configure.ac index 27c609394..41a2accaf 100644 --- a/configure.ac +++ b/configure.ac @@ -488,7 +488,7 @@ dnl We only guarantee that with a *functional* and recent enough GMP version, dnl MPFR will compile; we do not guarantee that GMP will compile. dnl In particular fat builds are broken in GMP 4.3.2 and GMP 5.0.0 dnl (at least on 64-bit Core 2 under Linux), -dnl see http://gmplib.org/list-archives/gmp-bugs/2011-August/002345.html. +dnl see . AC_MSG_CHECKING(for recent GMP) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ #include "gmp.h" diff --git a/doc/mpfr.texi b/doc/mpfr.texi index c2b87a118..3893ad0b2 100644 --- a/doc/mpfr.texi +++ b/doc/mpfr.texi @@ -485,7 +485,7 @@ MPFR 3.1.6 web page @url{http://www.mpfr.org/mpfr-3.1.6/}. @section Getting the Latest Version of MPFR The latest version of MPFR is available from -@url{ftp://ftp.gnu.org/gnu/mpfr/} or @url{http://www.mpfr.org/}. +@url{https://ftp.gnu.org/gnu/mpfr/} or @url{http://www.mpfr.org/}. @node Reporting Bugs, MPFR Basics, Installing MPFR, Top @comment node-name, next, previous, up @@ -3682,7 +3682,7 @@ volume 33, issue 2, article 13, 15 pages, 2007, @item Torbj@"orn Granlund, "GNU MP: The GNU Multiple Precision Arithmetic Library", - version 5.0.1, 2010, @url{http://gmplib.org}. + version 5.0.1, 2010, @url{https://gmplib.org/}. @item IEEE standard for binary floating-point arithmetic, Technical Report diff --git a/tests/tstrtofr.c b/tests/tstrtofr.c index ebe116b74..695c07d8d 100644 --- a/tests/tstrtofr.c +++ b/tests/tstrtofr.c @@ -1079,7 +1079,7 @@ bug20081028 (void) } /* check that 1.23e is correctly parsed, cf - http://gmplib.org/list-archives/gmp-bugs/2010-March/001898.html */ + https://gmplib.org/list-archives/gmp-bugs/2010-March/001898.html */ static void test20100310 (void) { -- cgit v1.2.1