This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via 0f431f18f96625694ee0d627e684406585719171 (commit) from e12ca3f6a785a7e7ee4cc6c7d9deea3315bce5d1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0f431f18f96625694ee0d627e684406585719171 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Sun Jun 2 10:24:43 2024 +0200 *: Move www.netlib.org to https Simplify a link on the way, removing trailing "index.html". diff --git a/htdocs/gcc-3.0/criteria.html b/htdocs/gcc-3.0/criteria.html index 8bca802f..97be2e30 100644 --- a/htdocs/gcc-3.0/criteria.html +++ b/htdocs/gcc-3.0/criteria.html @@ -243,10 +243,10 @@ different programming languages.</p> <td>2.2.0</td> <td>pooma-2.3.0.tgz</td> </tr> -<tr><td><a href="http://www.netlib.org/lapack/index.html">LAPACK</a></td> +<tr><td><a href="https://www.netlib.org/lapack/">LAPACK</a></td> <td>Fortran</td> <td>3.0</td> - <td><a href="http://www.netlib.org/lapack/lapack.tgz"> + <td><a href="https://www.netlib.org/lapack/lapack.tgz"> LAPACK (testing programs)</a></td> </tr> </table> diff --git a/htdocs/gcc-3.1/criteria.html b/htdocs/gcc-3.1/criteria.html index 2a51da81..078303be 100644 --- a/htdocs/gcc-3.1/criteria.html +++ b/htdocs/gcc-3.1/criteria.html @@ -320,7 +320,7 @@ quality:</p> <td>ftp://ftp.kai.com/pub/benchmarks/stepanov_v1p2.C</td> </tr> <tr><td>LAPACK</td><td>Fortran</td> - <td><a href="http://www.netlib.org/lapack/lapack.tgz"> + <td><a href="https://www.netlib.org/lapack/lapack.tgz"> LAPACK 3.0 (timing programs)</a></td> </tr> </table> diff --git a/htdocs/gcc-3.3/criteria.html b/htdocs/gcc-3.3/criteria.html index a002d161..ceb21ac7 100644 --- a/htdocs/gcc-3.3/criteria.html +++ b/htdocs/gcc-3.3/criteria.html @@ -325,7 +325,7 @@ quality:</p> stepanov_v1p2.C</a></td> </tr> <tr><td>LAPACK</td><td>Fortran</td> - <td><a href="http://www.netlib.org/lapack/lapack.tgz"> + <td><a href="https://www.netlib.org/lapack/lapack.tgz"> LAPACK 3.0 (timing programs)</a></td> </tr> </table> diff --git a/htdocs/gcc-3.4/criteria.html b/htdocs/gcc-3.4/criteria.html index 56b7d321..e3d84320 100644 --- a/htdocs/gcc-3.4/criteria.html +++ b/htdocs/gcc-3.4/criteria.html @@ -325,7 +325,7 @@ quality:</p> stepanov_v1p2.C</a></td> </tr> <tr><td>LAPACK</td><td>Fortran 77</td> - <td><a href="http://www.netlib.org/lapack/lapack.tgz"> + <td><a href="https://www.netlib.org/lapack/lapack.tgz"> LAPACK 3.0 (timing programs)</a></td> </tr> </table> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-3.0/criteria.html | 4 ++-- htdocs/gcc-3.1/criteria.html | 2 +- htdocs/gcc-3.3/criteria.html | 2 +- htdocs/gcc-3.4/criteria.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- gcc-wwwdocs