[Gmp-commit] /var/hg/gmp: Change some URLs from http to https.
mercurial at gmplib.org
mercurial at gmplib.org
Wed Jan 29 13:18:43 UTC 2014
details: /var/hg/gmp/rev/6af4d636fc8b
changeset: 16267:6af4d636fc8b
user: Torbjorn Granlund <tege at gmplib.org>
date: Wed Jan 29 14:18:40 2014 +0100
description:
Change some URLs from http to https.
diffstat:
INSTALL | 2 +-
NEWS | 4 ++--
README | 2 +-
configure.ac | 2 +-
doc/projects.html | 4 ++--
doc/tasks.html | 4 ++--
tests/cxx/t-ops2.cc | 2 +-
7 files changed, 10 insertions(+), 10 deletions(-)
diffs (97 lines):
diff -r 6b13a551e9e6 -r 6af4d636fc8b INSTALL
--- a/INSTALL Wed Jan 29 14:07:14 2014 +0100
+++ b/INSTALL Wed Jan 29 14:18:40 2014 +0100
@@ -70,7 +70,7 @@
Some known build problems are noted in the "Installing GMP" chapter of
the manual. Please report other problems to gmp-bugs at gmplib.org.
-The GMP web site is located here: http://gmplib.org/.
+The GMP web site is located here: https://gmplib.org/.
----------------
diff -r 6b13a551e9e6 -r 6af4d636fc8b NEWS
--- a/NEWS Wed Jan 29 14:07:14 2014 +0100
+++ b/NEWS Wed Jan 29 14:18:40 2014 +0100
@@ -214,7 +214,7 @@
This is more consistent with other powerpc systems.
* The coverage of the testsuite has been improved, using the lcov tool. See
- also http://gmplib.org/devel/lcov/.
+ also https://gmplib.org/devel/lcov/.
* It is now possible to compile GMP using a C++ compiler.
@@ -588,7 +588,7 @@
Features:
* New support for x86_64-solaris
* New, rudimentary support for x86-apple-darwin and x86_64-apple-darwin.
- (Please see http://gmplib.org/macos.html for more information.)
+ (Please see https://gmplib.org/macos.html for more information.)
Changes between GMP version 4.2 and 4.2.1
diff -r 6b13a551e9e6 -r 6af4d636fc8b README
--- a/README Wed Jan 29 14:07:14 2014 +0100
+++ b/README Wed Jan 29 14:18:40 2014 +0100
@@ -98,7 +98,7 @@
If you find a bug in the library, please make sure to tell us about it!
-You should first check the GNU MP web pages at http://gmplib.org/, under
+You should first check the GNU MP web pages at https://gmplib.org/, under
"Status of the current release". There will be patches for all known serious
bugs there.
diff -r 6b13a551e9e6 -r 6af4d636fc8b configure.ac
--- a/configure.ac Wed Jan 29 14:07:14 2014 +0100
+++ b/configure.ac Wed Jan 29 14:18:40 2014 +0100
@@ -37,7 +37,7 @@
AC_REVISION($Revision$)
AC_PREREQ(2.59)
-AC_INIT(GNU MP, GMP_VERSION, [gmp-bugs at gmplib.org, see http://gmplib.org/manual/Reporting-Bugs.html], gmp)
+AC_INIT(GNU MP, GMP_VERSION, [gmp-bugs at gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html], gmp)
AC_CONFIG_SRCDIR(gmp-impl.h)
m4_pattern_forbid([^[ \t]*GMP_])
m4_pattern_allow(GMP_LDFLAGS)
diff -r 6b13a551e9e6 -r 6af4d636fc8b doc/projects.html
--- a/doc/projects.html Wed Jan 29 14:07:14 2014 +0100
+++ b/doc/projects.html Wed Jan 29 14:18:40 2014 +0100
@@ -47,8 +47,8 @@
<hr>
<!-- NB. timestamp updated automatically by emacs -->
- This file current as of 28 Nov 2013. An up-to-date version is available at
- <a href="http://gmplib.org/projects.html">http://gmplib.org/projects.html</a>.
+ This file current as of 29 Jan 2014. An up-to-date version is available at
+ <a href="https://gmplib.org/projects.html">https://gmplib.org/projects.html</a>.
Please send comments about this page to gmp-devel<font>@</font>gmplib.org.
<p> This file lists projects suitable for volunteers. Please see the
diff -r 6b13a551e9e6 -r 6af4d636fc8b doc/tasks.html
--- a/doc/tasks.html Wed Jan 29 14:07:14 2014 +0100
+++ b/doc/tasks.html Wed Jan 29 14:18:40 2014 +0100
@@ -47,8 +47,8 @@
<hr>
<!-- NB. timestamp updated automatically by emacs -->
- This file current as of 28 Nov 2013. An up-to-date version is available at
- <a href="http://gmplib.org/tasks.html">http://gmplib.org/tasks.html</a>.
+ This file current as of 29 Jan 2014. An up-to-date version is available at
+ <a href="https://gmplib.org/tasks.html">https://gmplib.org/tasks.html</a>.
Please send comments about this page to gmp-devel<font>@</font>gmplib.org.
<p> These are itemized GMP development tasks. Not all the tasks
diff -r 6b13a551e9e6 -r 6af4d636fc8b tests/cxx/t-ops2.cc
--- a/tests/cxx/t-ops2.cc Wed Jan 29 14:07:14 2014 +0100
+++ b/tests/cxx/t-ops2.cc Wed Jan 29 14:18:40 2014 +0100
@@ -190,7 +190,7 @@
ASSERT_ALWAYS(sqrt(mpf_class(7))<2.65);
ASSERT_ALWAYS(sqrt(mpf_class(0))==0);
// TODO: add some consistency checks, as described in
- // http://gmplib.org/list-archives/gmp-bugs/2013-February/002940.html
+ // https://gmplib.org/list-archives/gmp-bugs/2013-February/002940.html
CHECK1(mpf_class,1.9,trunc);
CHECK1(mpf_class,1.9,floor);
CHECK1(mpf_class,1.9,ceil);
More information about the gmp-commit
mailing list