Applied. Gerald
Index: htdocs/c99status.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/c99status.html,v retrieving revision 1.63 diff -u -r1.63 c99status.html --- htdocs/c99status.html 6 Nov 2014 21:19:42 -0000 1.63 +++ htdocs/c99status.html 28 May 2016 20:26:35 -0000 @@ -385,11 +385,11 @@ <li>Compiler support is needed for thorough support of <code>math_errhandling</code>; see messages <a -href="http://sourceware.org/ml/libc-hacker/2000-06/msg00008.html">1</a>, +href="https://sourceware.org/ml/libc-hacker/2000-06/msg00008.html">1</a>, <a -href="http://sourceware.org/ml/libc-hacker/2000-06/msg00014.html">2</a>, +href="https://sourceware.org/ml/libc-hacker/2000-06/msg00014.html">2</a>, <a -href="http://sourceware.org/ml/libc-hacker/2000-06/msg00015.html">3</a> +href="https://sourceware.org/ml/libc-hacker/2000-06/msg00015.html">3</a> on this subject to libc-hacker. The compiler needs to mark its output from compilations using <code>-fno-trapping-math</code> or <code>-fno-math-errno</code>, possibly using Index: htdocs/readings.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.248 diff -u -r1.248 readings.html --- htdocs/readings.html 27 May 2016 20:47:27 -0000 1.248 +++ htdocs/readings.html 28 May 2016 20:26:35 -0000 @@ -132,7 +132,7 @@ <li>fr30 <br />Manufacturer: Fujitsu <br />Acronym stands for: Fujitsu RISC - <br />GDB includes a <a href="http://sourceware.org/cgen/">CGEN</a> + <br />GDB includes a <a href="https://sourceware.org/cgen/">CGEN</a> generated simulator. </li> Index: htdocs/svnwrite.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svnwrite.html,v retrieving revision 1.36 diff -u -r1.36 svnwrite.html --- htdocs/svnwrite.html 23 Dec 2015 05:33:02 -0000 1.36 +++ htdocs/svnwrite.html 28 May 2016 20:26:35 -0000 @@ -40,7 +40,7 @@ <code>overse...@gcc.gnu.org</code> to add access to the GCC repository. Include the name of your sponsor and CC: her. If you do not have an account yet, use <a -href="http://sourceware.org/cgi-bin/pdw/ps_form.cgi">this form</a>, +href="https://sourceware.org/cgi-bin/pdw/ps_form.cgi">this form</a>, again specifying your sponsor.</p> <p>We will then provision you on Index: htdocs/gcc-4.5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v retrieving revision 1.114 diff -u -r1.114 changes.html --- htdocs/gcc-4.5/changes.html 28 May 2016 20:16:29 -0000 1.114 +++ htdocs/gcc-4.5/changes.html 28 May 2016 20:26:36 -0000 @@ -436,7 +436,7 @@ present a more intuitive view of components when used with appropriately-advanced versions of GDB. For more information, please consult the - more <a href="http://sourceware.org/gdb/wiki/STLSupport">detailed + more <a href="https://sourceware.org/gdb/wiki/STLSupport">detailed description</a>.</li> <li>The default behavior for comparing typeinfo names has changed, Index: htdocs/gcc-4.6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.153 diff -u -r1.153 changes.html --- htdocs/gcc-4.6/changes.html 14 Nov 2015 23:40:21 -0000 1.153 +++ htdocs/gcc-4.6/changes.html 28 May 2016 20:26:36 -0000 @@ -34,7 +34,7 @@ <li>Versions of the GNU C library up to and including 2.11.1 included an <a - href="http://sourceware.org/bugzilla/show_bug.cgi?id=10401">incorrect + href="https://sourceware.org/bugzilla/show_bug.cgi?id=10401">incorrect implementation of the <code>cproj</code> function</a>. GCC optimizes its builtin <code>cproj</code> according to the behavior specified and allowed by the ISO C99 standard. If you want to Index: htdocs/projects/beginner.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v retrieving revision 1.63 diff -u -r1.63 beginner.html --- htdocs/projects/beginner.html 22 Jan 2016 05:28:41 -0000 1.63 +++ htdocs/projects/beginner.html 28 May 2016 20:26:37 -0000 @@ -836,7 +836,7 @@ <li>Implement a macro preprocessor for <samp>.md</samp> files. <p>It should act like the macro processor for <a -href="http://sourceware.org/cgen/">CGEN</a>, which also uses +href="https://sourceware.org/cgen/">CGEN</a>, which also uses RTL-ish definition files. You can start with conditional blocks and include files. Remember that we already have define_constants.</p> </li>