[Gmp-commit] /var/hg/gmp: Use https in self links.
mercurial at gmplib.org
mercurial at gmplib.org
Mon Dec 30 20:35:03 UTC 2013
details: /var/hg/gmp/rev/7f1ee0275d92
changeset: 16133:7f1ee0275d92
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon Dec 30 21:34:34 2013 +0100
description:
Use https in self links.
diffstat:
doc/gmp.texi | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
diffs (80 lines):
diff -r 110c53d72234 -r 7f1ee0275d92 doc/gmp.texi
--- a/doc/gmp.texi Mon Dec 30 21:01:35 2013 +0100
+++ b/doc/gmp.texi Mon Dec 30 21:34:34 2013 +0100
@@ -489,7 +489,7 @@
For up-to-date information on GMP, please see the GMP web pages at
@display
- at uref{http://gmplib.org/}
+ at uref{https://gmplib.org/}
@end display
@cindex Latest version of GMP
@@ -511,7 +511,7 @@
library and one for bug reports. For more information, see
@display
- at uref{http://gmplib.org/mailman/listinfo/}.
+ at uref{https://gmplib.org/mailman/listinfo/}.
@end display
The proper place for bug reports is @email{gmp-bugs@@gmplib.org}. See
@@ -1648,7 +1648,7 @@
@c This section is more or less meant for known build problems that are not
@c otherwise worked around and require some sort of manual intervention.
-You might find more up-to-date information at @uref{http://gmplib.org/}.
+You might find more up-to-date information at @uref{https://gmplib.org/}.
@table @asis
@item Compiler link options
@@ -2785,7 +2785,7 @@
@example
AC_CHECK_LIB(gmp, __gmpz_init, ,
- [AC_MSG_ERROR([GNU MP not found, see http://gmplib.org/])])
+ [AC_MSG_ERROR([GNU MP not found, see https://gmplib.org/])])
@end example
If functions added in some particular version of GMP are required, then one of
@@ -2795,7 +2795,7 @@
@example
AC_CHECK_LIB(gmp, __gmpz_mul_si, ,
[AC_MSG_ERROR(
- [GNU MP not found, or not 3.1 or up, see http://gmplib.org/])])
+ [GNU MP not found, or not 3.1 or up, see https://gmplib.org/])])
@end example
An alternative would be to test the version number in @file{gmp.h} using say
@@ -2855,7 +2855,7 @@
Before you report a bug, check it's not already addressed in @ref{Known Build
Problems}, or perhaps @ref{Notes for Particular Systems}. You may also want
-to check @uref{http://gmplib.org/} for patches for this release.
+to check @uref{https://gmplib.org/} for patches for this release.
Please include the following in any report,
@@ -4242,6 +4242,7 @@
@}
@end example
+
@node Rational Number Functions, Floating-point Functions, Integer Functions, Top
@comment node-name, next, previous, up
@chapter Rational Number Functions
@@ -10708,12 +10709,12 @@
@item
Torbj@"orn Granlund and Peter L. Montgomery, ``Division by Invariant Integers
using Multiplication'', in Proceedings of the SIGPLAN PLDI'94 Conference, June
-1994. Also available @uref{http://gmplib.org/~tege/divcnst-pldi94.pdf}.
+1994. Also available @uref{https://gmplib.org/~tege/divcnst-pldi94.pdf}.
@item
Niels M@"oller and Torbj@"orn Granlund, ``Improved division by invariant
integers'', IEEE Transactions on Computers, 11 June 2010.
- at uref{http://gmplib.org/~tege/division-paper.pdf}
+ at uref{https://gmplib.org/~tege/division-paper.pdf}
@item
Torbj@"orn Granlund and Niels M@"oller, ``Division of integers large and
More information about the gmp-commit
mailing list