This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] Wikipedia now defaults to, and redirects to, https.
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sat, 27 Jun 2015 20:46:35 +0200 (CEST)
- Subject: [wwwdocs] Wikipedia now defaults to, and redirects to, https.
- Authentication-results: sourceware.org; auth=none
Wikipedia now defaults to, and redirects to, https, so adjust
our links.
Applied.
Gerald
Index: codingconventions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v
retrieving revision 1.72
diff -u -r1.72 codingconventions.html
--- codingconventions.html 25 Jun 2015 18:31:51 -0000 1.72
+++ codingconventions.html 27 Jun 2015 18:44:27 -0000
@@ -845,7 +845,7 @@
<p>
Use the <code>struct</code> keyword for
-<a href="http://en.wikipedia.org/wiki/Plain_old_data_structure">
+<a href="https://en.wikipedia.org/wiki/Plain_old_data_structure">
plain old data (POD)</a> types.
</p>
@@ -857,14 +857,14 @@
<p>
Use the <code>class</code> keyword for
-<a href="http://en.wikipedia.org/wiki/Plain_old_data_structure">
+<a href="https://en.wikipedia.org/wiki/Plain_old_data_structure">
non-POD</a> types.
</p>
<p>
A non-POD type will often (but not always)
have a declaration of a
-<a href="http://en.wikipedia.org/wiki/Special_member_functions">
+<a href="https://en.wikipedia.org/wiki/Special_member_functions">
special member function</a>.
If any one of these is declared,
then all should be either declared
Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.237
diff -u -r1.237 readings.html
--- readings.html 9 Apr 2015 21:43:51 -0000 1.237
+++ readings.html 27 Jun 2015 18:44:27 -0000
@@ -634,7 +634,7 @@
Among IEEE 754 Implementations</a>
by Doug Priest (included in the PostScript-format document above)</li>
- <li><a href="http://en.wikipedia.org/wiki/IEEE_754r">IEEE 754r</a>, an
+ <li><a href="https://en.wikipedia.org/wiki/IEEE_754r">IEEE 754r</a>, an
ongoing revision to the IEEE 754 floating point standard.</li>
<li><a href="http://www.tru64unix.compaq.com/docs/base_doc/DOCUMENTATION/V51_HTML/SUPPDOCS/OBJSPEC/TITLE.HTM">