summaryrefslogtreecommitdiff
path: root/doc/README.dev
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-06-22 11:53:31 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-06-22 11:53:31 +0000
commit885cd2a15c2333e6db0390d80a1545fee24f53b1 (patch)
treed576fbca5a343a3667e352e3cfd66f8fb439a3b7 /doc/README.dev
parentcce617649305358938777df0d0a3654f01efe621 (diff)
downloadmpfr-885cd2a15c2333e6db0390d80a1545fee24f53b1.tar.gz
[doc/README.dev] Updated URL's (use of https instead of http).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9079 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc/README.dev')
-rw-r--r--doc/README.dev12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/README.dev b/doc/README.dev
index 05fd8d056..4adb713ca 100644
--- a/doc/README.dev
+++ b/doc/README.dev
@@ -830,8 +830,8 @@ MPFR manual (mpfr.texi):
read Section "Inserting Space" in the Texinfo manual.
* Follow the English typography, not the French one!
* Beware of the following texinfo bug:
- http://savannah.gnu.org/bugs/?33329
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583558
+ https://savannah.gnu.org/bugs/?33329
+ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583558
===========================================================================
@@ -839,9 +839,9 @@ Running "make" outputs a lot of information, and warnings are not very
visible. The following tool "eet" allows a copy of warning messages to
be output to a different window (e.g. xterm or zenity):
- http://www.vinc17.net/unix/#eet
+ https://www.vinc17.net/unix/#eet
-Direct link to the tarball: http://www.vinc17.net/unix/eet.tar.bz2
+Direct link to the tarball: https://www.vinc17.net/unix/eet.tar.bz2
===========================================================================
@@ -862,7 +862,7 @@ The INITIALIZED macro can be used to avoid such warnings with gcc, e.g.
It uses the "int i = i;" pseudo-initialization trick, disabled with other
compilers as this is undefined behavior. See:
- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36296
+ https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36296
If a dummy initialization must be added, use preferably an "invalid" value
(e.g. NULL for pointers, or a value that can be checked with MPFR_ASSERTN
@@ -1050,7 +1050,7 @@ whether they work with ICC. The following paper can give useful information:
To detect compilers, see
- http://sourceforge.net/p/predef/wiki/Compilers/
+ https://sourceforge.net/p/predef/wiki/Compilers/
===========================================================================