From patchwork Thu Jan 23 20:54:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1228560 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-518179-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.a=rsa-sha1 header.s=default header.b=JEQ8KoBl; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 483ZKM45qbz9sP3 for ; Fri, 24 Jan 2020 07:55:01 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:mime-version:content-type:message-id; q=dns; s= default; b=YgF6QlfBDqISAwGmio5yoO0c82y4391+bqh4Nk7TLMnuGW3uU7fus NGX+/iX6GVmBSn6yxYulNAETMRO2zz+p7p1DatxLXG3B+CMHb0ZbEt5e0p09n+jI uwDe6fJfMIvc3iS4TP6zMUGsbAYO5aaZbvQUcxgeUbOOUWaqEomnkc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:mime-version:content-type:message-id; s= default; bh=s+CvkJB2BnPfVtcl6gAwVEGywIY=; b=JEQ8KoBlRQUV36eAhBG9 4gw5J2Fq6ZG1H80yoDIL2//W5WGy9L0n7k12nRHM9UPjXXXugmzmPn0PDq7/MlYT sFSL50xM/5znm6X+oXqmFClpRP+m8gWws2RR0K8LlTJR8IrtmbcHvQFT+sbT2/Ee C47xmt07TFc4ZTDeU9G1z1g= Received: (qmail 65587 invoked by alias); 23 Jan 2020 20:54:53 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 65579 invoked by uid 89); 23 Jan 2020 20:54:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-14.7 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy=March, 4.9.1, began, october X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Jan 2020 20:54:51 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id D99D133E13 for ; Thu, 23 Jan 2020 15:54:49 -0500 (EST) Received: from anthias.microfocus.com (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 8FAC833E01 for ; Thu, 23 Jan 2020 15:54:49 -0500 (EST) Date: Thu, 23 Jan 2020 21:54:43 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Abstract away verbal references to SVN in the GOMP project description. MIME-Version: 1.0 Message-Id: <20200123205449.D99D133E13@hamza.pair.com> X-IsSubscribed: yes Technically not necessary, but while I was at it this simplified things (and there were no similarly many references anywhere else). Pushed. Gerald --- htdocs/projects/gomp/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index 39c8d3ad..70e6d95a 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -69,7 +69,7 @@ href="https://www.openmp.org/wp-content/uploads/openmp-4.5.pdf">OpenMP v4.5 specification has been released.

October 13, 2015
-

The gomp-4_1-branch has been merged into SVN +

The gomp-4_1-branch has been merged into mainline, so GCC 6 and later will feature OpenMP v4.5 support for C and C++.

@@ -80,10 +80,10 @@ GCC 4.9.1 release.

June 18, 2014

The last major part of Fortran OpenMP v4.0 support has been -committed into SVN mainline.

+committed into mainline.

October 11, 2013
-

The gomp-4_0-branch has been merged into SVN +

The gomp-4_0-branch has been merged into mainline, so GCC 4.9 and later will feature OpenMP v4.0 support for C and C++.

@@ -91,7 +91,7 @@ C and C++.

The final OpenMP v4.0 specification has been released.

August 2, 2011
-

The gomp-3_1-branch has been merged into SVN +

The gomp-3_1-branch has been merged into mainline, so GCC 4.7 and later will feature OpenMP v3.1 support.

July 9, 2011
@@ -100,10 +100,10 @@ mainline, so GCC 4.7 and later will feature OpenMP v3.1 support.

February 6, 2011

A draft of the OpenMP v3.1 specification has been released for public review. The gomp-3_1-branch branch has been -created in SVN and work began on implementing v3.1 support.

+created and work began on implementing v3.1 support.

June 6, 2008
-

The gomp-3_0-branch has been merged into SVN +

The gomp-3_0-branch has been merged into mainline, so GCC 4.4 and later will feature OpenMP v3.0 support.

May 12, 2008
@@ -112,7 +112,7 @@ mainline, so GCC 4.4 and later will feature OpenMP v3.0 support.

October 22, 2007

Draft of the OpenMP v3.0 specification has been released for public review, the gomp-3_0-branch branch has been -created in SVN and work began on implementing v3.0 support.

+created and work began on implementing v3.0 support.

March 9, 2006

The branch has been merged into mainline, so starting with