From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 68CBD3850400; Wed, 2 Jun 2021 11:33:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 68CBD3850400 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r12-1160] libstdc++: Improve punctuation in implementation status docs X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 22d834e32b509b22f68000b7f012d8e45d833ea8 X-Git-Newrev: ca35586cf5cf1617294d5452df8ca5285d81646f Message-Id: <20210602113300.68CBD3850400@sourceware.org> Date: Wed, 2 Jun 2021 11:33:00 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2021 11:33:00 -0000 https://gcc.gnu.org/g:ca35586cf5cf1617294d5452df8ca5285d81646f commit r12-1160-gca35586cf5cf1617294d5452df8ca5285d81646f Author: Jonathan Wakely Date: Wed Jun 2 12:31:04 2021 +0100 libstdc++: Improve punctuation in implementation status docs Signed-off-by: Jonathan Wakely libstdc++-v3/ChangeLog: * doc/xml/manual/status_cxxis29124.xml: Improve punctuation. * doc/xml/manual/status_cxxtr1.xml: Likewise. * doc/xml/manual/status_cxxtr24733.xml: Likewise. * doc/html/*: Regenerate. Diff: --- libstdc++-v3/doc/html/manual/abi.html | 16 ++++++++-------- libstdc++-v3/doc/html/manual/facets.html | 2 +- libstdc++-v3/doc/html/manual/status.html | 18 +++++++++--------- libstdc++-v3/doc/xml/manual/status_cxxis29124.xml | 6 +++--- libstdc++-v3/doc/xml/manual/status_cxxtr1.xml | 6 +++--- libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml | 7 ++++--- 6 files changed, 28 insertions(+), 27 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/abi.html b/libstdc++-v3/doc/html/manual/abi.html index 0b9928c5121..82b03fd4fbb 100644 --- a/libstdc++-v3/doc/html/manual/abi.html +++ b/libstdc++-v3/doc/html/manual/abi.html @@ -534,39 +534,39 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so. Itanium C++ ABI - .

+ .

+ .

+ .

+ . Ulrich Drepper.

+ .

Dynamic Shared Objects: Survey and Issues . ISO C++ J16/06-0046 - . Benjamin Kosnik.

+ . Benjamin Kosnik.

Versioning With Namespaces . ISO C++ J16/06-0083 - . Benjamin Kosnik.

+ . Benjamin Kosnik.

+ . Pavel Shved. Denis Silakov.

\ No newline at end of file diff --git a/libstdc++-v3/doc/html/manual/facets.html b/libstdc++-v3/doc/html/manual/facets.html index 90f2e26e990..e340a5e0166 100644 --- a/libstdc++-v3/doc/html/manual/facets.html +++ b/libstdc++-v3/doc/html/manual/facets.html @@ -748,4 +748,4 @@ java.util.Locale, java.util.ResourceBundle  Home Chapter 9.  Containers - + \ No newline at end of file diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index b9efe65139a..dee6c3a56e7 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1690,9 +1690,9 @@ Note 1: This feature is supported in older releases but the __cpp_lib macro is not defined to the right value (or not defined at all) until the version shown in parentheses.

C++ TR1

-This table is based on the table of contents of ISO/IEC DTR 19768 -Doc No: N1836=05-0096 Date: 2005-06-24 -Draft Technical Report on C++ Library Extensions +This table is based on the table of contents of ISO/IEC DTR 19768, +Doc No: N1836=05-0096, Date: 2005-06-24, +"Draft Technical Report on C++ Library Extensions".

In this implementation the header names are prefixed by tr1/, for instance <tr1/functional>, @@ -1715,9 +1715,9 @@ release. Assignable.

C++ TR 24733

This table is based on the table of contents of -ISO/IEC TR 24733 Date: 2009-08-28 -Extension for the programming language C++ to support -decimal floating-point arithmetic +ISO/IEC TR 24733:2011, +"Extensions for the programming language C++ to support +decimal floating-point arithmetic".

This page describes the TR 24733 support in mainline GCC, not in any particular release. @@ -1742,9 +1742,9 @@ particular release. Notes on C compatibility


C++ IS 29124

-This table is based on the table of contents of ISO/IEC FDIS 29124 -Doc No: N3060 Date: 2010-03-06 -Extensions to the C++ Library to support mathematical special functions +This table is based on the table of contents of ISO/IEC FDIS 29124, +Doc No: N3060, Date: 2010-03-06, +"Extensions to the C++ Library to support mathematical special functions".

Complete support for IS 29124 is in GCC 6.1 and later releases, when using at least C++11 (for older releases or C++98/C++03 use TR1 instead). diff --git a/libstdc++-v3/doc/xml/manual/status_cxxis29124.xml b/libstdc++-v3/doc/xml/manual/status_cxxis29124.xml index 40a90fc9944..2d9baa1ab68 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxxis29124.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxxis29124.xml @@ -10,9 +10,9 @@ -This table is based on the table of contents of ISO/IEC FDIS 29124 -Doc No: N3060 Date: 2010-03-06 -Extensions to the C++ Library to support mathematical special functions +This table is based on the table of contents of ISO/IEC FDIS 29124, +Doc No: N3060, Date: 2010-03-06, +"Extensions to the C++ Library to support mathematical special functions". diff --git a/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml b/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml index 021cb6394a7..addfd1f2d86 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml @@ -10,9 +10,9 @@ -This table is based on the table of contents of ISO/IEC DTR 19768 -Doc No: N1836=05-0096 Date: 2005-06-24 -Draft Technical Report on C++ Library Extensions +This table is based on the table of contents of ISO/IEC DTR 19768, +Doc No: N1836=05-0096, Date: 2005-06-24, +"Draft Technical Report on C++ Library Extensions". diff --git a/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml b/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml index 139b94442e8..f64dc983c6e 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml @@ -5,14 +5,15 @@ C++ TR 24733 TR 24733 + decimal floating-point This table is based on the table of contents of -ISO/IEC TR 24733 Date: 2009-08-28 -Extension for the programming language C++ to support -decimal floating-point arithmetic +ISO/IEC TR 24733:2011, +"Extensions for the programming language C++ to support +decimal floating-point arithmetic".