From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 77E773858D28; Wed, 18 Jan 2023 22:20:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 77E773858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id A77E933F02; Wed, 18 Jan 2023 17:20:04 -0500 (EST) Received: from [192.168.1.80] (188-23-1-149.adsl.highway.telekom.at [188.23.1.149]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 0137F33EF3; Wed, 18 Jan 2023 17:20:03 -0500 (EST) Date: Wed, 18 Jan 2023 23:20:02 +0100 (CET) From: Gerald Pfeifer To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org cc: Segher Boessenkool Subject: [committed] libstdc++: Minor updates to Policy Based Data Structures: Biblio MIME-Version: 1.0 Content-Type: text/plain; charset=X-UNKNOWN X-Scanned-By: mailmunge 3.10 on 209.68.5.143 Message-Id: <20230118222004.A77E933F02@hamza.pair.com> X-Spam-Status: No, score=-8.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,KAM_SHORT,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Segher kindly pointed out that when I changed the COM reference I claimed I updated the title, but didn't. This fixes that and updates www.open-std.org links. Pushed. Gerald libstdc++-v3/ChangeLog: 2023-01-18 Gerald Pfeifer * doc/xml/manual/policy_data_structures_biblio.xml: Adjust links to www.open-std.org to use https. (COM: Component Model Object Technologies): Rename from... (The Component Object Model): ...to. * doc/html/manual/policy_data_structures.html: Regenerate. --- libstdc++-v3/doc/html/manual/policy_data_structures.html | 8 ++++---- .../doc/xml/manual/policy_data_structures_biblio.xml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/policy_data_structures.html b/libstdc++-v3/doc/html/manual/policy_data_structures.html index cb9f2461e88..ef54da8053a 100644 --- a/libstdc++-v3/doc/html/manual/policy_data_structures.html +++ b/libstdc++-v3/doc/html/manual/policy_data_structures.html @@ -768,7 +768,7 @@ change the order of growth of the entire sequence of operations.

Bibliography

[biblio.abrahams97exception] - + STL Exception Handling Contract . 1997. @@ -809,7 +809,7 @@ . C++ Report .

[biblio.austern01htprop] - + A Proposal to Add Hashtables to the Standard Library . @@ -1158,7 +1158,7 @@ Cambridge University Press .

[biblio.mscom] - COM: Component Model Object Technologies + The Component Object Model . Microsoft @@ -1297,4 +1297,4 @@ Wickland . National Psychological Institute - .

\ No newline at end of file + .

diff --git a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml index 7c563fec40a..5234a10d197 100644 --- a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml +++ b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml @@ -7,7 +7,7 @@ <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/1997/N1075.pdf"> + xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/1997/N1075.pdf"> STL Exception Handling Contract </link> @@ -123,7 +123,7 @@ <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://www.open-std.org/JTC1/sc22/wg21/docs/papers/2001/n1326.html"> + xlink:href="https://www.open-std.org/JTC1/sc22/wg21/docs/papers/2001/n1326.html"> A Proposal to Add Hashtables to the Standard Library </link> @@ -1062,7 +1062,7 @@ <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://docs.microsoft.com/en-us/windows/win32/com/the-component-object-model"> - COM: Component Model Object Technologies + The Component Object Model </link> -- 2.39.0