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 6270da30316c686921dca99d431ddddd851ec9b7 (commit) from 094c5fba8f99f9bf24ae32c9ff9ce6542d79cb5d (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 6270da30316c686921dca99d431ddddd851ec9b7 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Sun Jul 7 21:55:40 2024 +0200 news: Standardize OpenMP references Use OpenMP X.Y instead of OpenMP vX.Y. Use https for web links. diff --git a/htdocs/news.html b/htdocs/news.html index 4a104520..f13a8249 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -302,10 +302,10 @@ standards. The code was contributed by François-Xavier Coudert of CNRS.</dd> -<dt><span>OpenMP v4.0</span> +<dt><span>OpenMP 4.0</span> <span class="date">[2014-06-30]</span></dt> <dd>An implementation of the <a - href="http://www.openmp.org/specifications/">OpenMP v4.0</a> + href="https://www.openmp.org/specifications/">OpenMP 4.0</a> parallel programming interface for Fortran has been added and is going to be available in the upcoming GCC 4.9.1 release.</dd> @@ -360,10 +360,10 @@ <span class="date">[2013-10-16]</span></dt> <dd></dd> -<dt><span>OpenMP v4.0</span> +<dt><span>OpenMP 4.0</span> <span class="date">[2013-10-11]</span></dt> <dd>An implementation of the <a - href="http://www.openmp.org/specifications/">OpenMP v4.0</a> + href="https://www.openmp.org/specifications/">OpenMP 4.0</a> parallel programming interface for so far C and C++ has been added. Code was contributed by Jakub Jelinek, Aldy Hernandez, Richard Henderson of Red Hat, Inc. and Tobias Burnus.</dd> @@ -530,7 +530,7 @@ by Embecosm.</dd> <span class="date">[2011-10-26]</span></dt> <dd></dd> -<dt><span>OpenMP v3.1</span> +<dt><span>OpenMP 3.1</span> <span class="date">[2011-08-02]</span></dt> <dd>An implementation of the OpenMP 3.1 parallel programming interface for C, C++ and Fortran has been added. ----------------------------------------------------------------------- Summary of changes: htdocs/news.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- gcc-wwwdocs