From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id D3EFC3858D28; Wed, 18 Jan 2023 18:59:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D3EFC3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674068374; bh=dWthcPob2f/lIbJhkU3591IP88xV9wj0zzpRmESSMK4=; h=From:To:Subject:Date:From; b=R2HANFBB7g0HeidN6Bve6ZD6iID+lr/8E3eAW3PSxpJMCyB2u3gCIdUQk8iH+uJqs D7hON3LAllQmMY3FReaV9JiIa9X1Gxm74sBYMjJlVxqxn+a3Aq2c8yIznlEoudRky/ S59Yce+uPzkptFeJYw6/wniXy7SxKNzfzHJFmzRo= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-5246] libstdc++: Minor updates to Policy Based Data Structures: Biblio X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/master X-Git-Oldrev: 7d0cdbbcdd1c9e5e709d0be7d1843e8c1045fd16 X-Git-Newrev: af7881e07631fc1c61deb307119f7cabdd4094a1 Message-Id: <20230118185934.D3EFC3858D28@sourceware.org> Date: Wed, 18 Jan 2023 18:59:34 +0000 (GMT) List-Id: https://gcc.gnu.org/g:af7881e07631fc1c61deb307119f7cabdd4094a1 commit r13-5246-gaf7881e07631fc1c61deb307119f7cabdd4094a1 Author: Gerald Pfeifer Date: Wed Jan 18 19:59:26 2023 +0100 libstdc++: Minor updates to Policy Based Data Structures: Biblio 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. Diff: --- libstdc++-v3/doc/html/manual/policy_data_structures.html | 8 ++++---- libstdc++-v3/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>