From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113270 invoked by alias); 13 Jan 2020 16:49:27 -0000 Mailing-List: contact libstdc++-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libstdc++-owner@gcc.gnu.org Received: (qmail 113260 invoked by uid 89); 13 Jan 2020 16:49:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (207.211.31.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 13 Jan 2020 16:49:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578934163; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=liFRQBla4VrMJ0zKXaysh9ClcaHRMqFYNxfZc8t/NY4=; b=WQtK2MunLakm0ZEGeWylTM1fiKzQmUKOownWgOIeBmk4+wBOrAe9N1DWkzNOBB+H8i3rrs uqZ+xZqwWaB+r5NT2bxwq/FtNwBWMFlOBR519P6xUjIJFICRSYkny5oibmHpBvczF83Pth n/5XzoLeun79mSEYn2VYx9yYI0onlWM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-25-4ZCRLGtRPbmFIAQPNFGppw-1; Mon, 13 Jan 2020 11:49:21 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4BBF11050942; Mon, 13 Jan 2020 16:49:20 +0000 (UTC) Received: from localhost (unknown [10.33.36.128]) by smtp.corp.redhat.com (Postfix) with ESMTP id CC70319C5B; Mon, 13 Jan 2020 16:49:19 +0000 (UTC) Date: Mon, 13 Jan 2020 17:24:00 -0000 From: Jonathan Wakely To: Sandra Loosemore Cc: "Eric S. Raymond" , gcc-patches@gcc.gnu.org, Joseph Myers , libstdc++ Subject: Re: [PATCH] Clean up references to Subversion in documentation sources. Message-ID: <20200113164918.GC60955@redhat.com> References: <20200113140202.GA63759@thyrsus.com> <3f91720b-c6b3-533f-de39-26f200f5cc34@codesourcery.com> <20200113162121.GB60955@redhat.com> MIME-Version: 1.0 In-Reply-To: <20200113162121.GB60955@redhat.com> X-Clacks-Overhead: GNU Terry Pratchett X-Mimecast-Spam-Score: 0 Content-Type: multipart/mixed; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00078.txt.bz2 --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1547 On 13/01/20 16:21 +0000, Jonathan Wakely wrote: >On 13/01/20 09:09 -0700, Sandra Loosemore wrote: >>On 1/13/20 7:02 AM, Eric S. Raymond wrote: >>>Clean up references to SVN in in the GCC docs, redirecting to Git >>>documentation as appropriate. >> >>This is OK, although the set of changes for the libstdc++ manual=20 >>like this gave me pause: >> >>>diff --git a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml b/libstdc++-= v3/doc/xml/manual/status_cxx1998.xml >>>index 2b05ff6601a..cf5722377a6 100644 >>>--- a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml >>>+++ b/libstdc++-v3/doc/xml/manual/status_cxx1998.xml >>>@@ -18,7 +18,7 @@ This status table is based on the table of contents of= ISO/IEC 14882:2003. >>> >>> >>>-This page describes the C++ support in mainline GCC SVN, not in any >>>+This page describes the C++ support in mainline GCC, not in any >>> particular release. >>> >> >>IIUC the statements being modified here are incorrect; since the=20 >>manuals are packaged with the GCC sources, they go in lock step with=20 >>the source version, and the text of the manual describes the GCC=20 >>version being built, not mainline. Perhaps the libstdc++=20 >>documentation maintainers would like to correct this separately? > >I did so on the gcc-7 branch, so it says "This page describes the >C++11 support in the GCC 7 series." I have forgotten to do that on the >gcc-8 and gcc-9 branches though, so they lie. I'll do that. Here's what I've committed to releases/gcc-9, I'll do something similar for gcc-8. --+HP7ph2BbKc20aGI Content-Type: text/x-patch; charset=us-ascii Content-Disposition: attachment; filename="patch.txt" Content-Transfer-Encoding: quoted-printable Content-length: 4592 commit c6f60a62b0b89a0f8c252970f3a4cf0bc2d220ce Author: Jonathan Wakely Date: Mon Jan 13 16:25:01 2020 +0000 libstdc++: Fix documentation claiming to refer to mainline =20=20=20=20 * doc/xml/manual/status_cxx1998.xml: Replace incorrect statement about documenting mainline. * doc/xml/manual/status_cxx2011.xml: Likewise. * doc/xml/manual/status_cxx2014.xml: Likewise. * doc/xml/manual/status_cxx2017.xml: Likewise. * doc/xml/manual/status_cxx2020.xml: Likewise. * doc/xml/manual/status_cxxtr1.xml: Likewise. * doc/xml/manual/status_cxxtr24733.xml: Likewise. * doc/html/*: Regenerate. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml b/libstdc++-v3/= doc/xml/manual/status_cxx1998.xml index 2b05ff6601a..44a042c2724 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx1998.xml @@ -18,8 +18,7 @@ This status table is based on the table of contents of IS= O/IEC 14882:2003. =20 -This page describes the C++ support in mainline GCC SVN, not in any -particular release. +This page describes the C++ support in the GCC 9 series. =20 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/= doc/xml/manual/status_cxx2011.xml index 0fa4bc0dffe..568102823b0 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -27,8 +27,7 @@ presence of the required flag. =20 -This page describes the C++11 support in mainline GCC SVN, not in any -particular release. +This page describes the C++11 support in the GCC 9 series. =20 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml b/libstdc++-v3/= doc/xml/manual/status_cxx2014.xml index a33b4ec1611..7b604307c8e 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml @@ -20,8 +20,7 @@ presence of the required flag. =20 -This page describes the C++14 and library TS support in mainline GCC SVN, -not in any particular release. +This page describes the C++14 and library TS support in the GCC 9 series. =20 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/= doc/xml/manual/status_cxx2017.xml index 40fe7cd2037..e1513142415 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml @@ -20,8 +20,7 @@ presence of the required flag. =20 -This section describes the C++17 and library TS support in mainline GCC SV= N, -not in any particular release. +This section describes the C++17 and library TS support in the GCC 9 serie= s. =20 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/= doc/xml/manual/status_cxx2020.xml index ccf38185a6c..fc7fe0a3d9f 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -20,8 +20,7 @@ presence of the required flag. =20 -This section describes the C++20 and library TS support in mainline GCC SV= N, -not in any particular release. +This section describes the C++20 and library TS support in the GCC 9 serie= s. =20 diff --git a/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml b/libstdc++-v3/d= oc/xml/manual/status_cxxtr1.xml index 32ad20a2fb2..c1e65752156 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml @@ -22,8 +22,7 @@ In this implementation the header names are prefixed by =20 -This page describes the TR1 support in mainline GCC SVN, not in any partic= ular -release. +This page describes the TR1 support in the GCC 9 series. =20 diff --git a/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml b/libstdc++-= v3/doc/xml/manual/status_cxxtr24733.xml index e8d445116a2..a3ea8b285f6 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml @@ -16,8 +16,7 @@ decimal floating-point arithmetic =20 -This page describes the TR 24733 support in mainline GCC SVN, not in any -particular release. +This page describes the TR 24733 support in the GCC 9 series. =20 --+HP7ph2BbKc20aGI--