From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 62BBE3858D1E; Mon, 30 Jan 2023 22:12:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 62BBE3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675116758; bh=1mzuDNApHwLZDM1zRx2sr0gvcJi81n+a1NrBfujyD7Q=; h=From:To:Subject:Date:From; b=l/aM+OA/afD5NFT0IzYqslDUM1pFy8cHByHmxuD5d9WkywiwsT6Pfge3/Tp5SwegT /cZCvtPd8/hdx2p4C1S13+mnScOpxJEW3mItOYVopT+keGucoymCxS6mIzuMQDoHyj ybuzFPOmAvZeZg8/qMgm9x5JPpfysNChOoDpcOPU= 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-5521] libstdc++: Update links in the Memory section of the manual X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/master X-Git-Oldrev: e9b5a85238ac0a5b2df7f6b68b3e5a66f58f6988 X-Git-Newrev: ab21d8d5bd36e3e751095db958fb8e450018d894 Message-Id: <20230130221238.62BBE3858D1E@sourceware.org> Date: Mon, 30 Jan 2023 22:12:38 +0000 (GMT) List-Id: https://gcc.gnu.org/g:ab21d8d5bd36e3e751095db958fb8e450018d894 commit r13-5521-gab21d8d5bd36e3e751095db958fb8e450018d894 Author: Gerald Pfeifer Date: Mon Jan 30 23:12:23 2023 +0100 libstdc++: Update links in the Memory section of the manual libstdc++-v3/ChangeLog: * doc/xml/manual/shared_ptr.xml: Move links from both http://open-std.org and http://www.open-std.org to https://www.open-std.org. * doc/html/manual/memory.html: Regenerate. Diff: --- libstdc++-v3/doc/html/manual/memory.html | 8 ++++---- libstdc++-v3/doc/xml/manual/shared_ptr.xml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/memory.html b/libstdc++-v3/doc/html/manual/memory.html index d9abdaf8c88..a70613e8fd6 100644 --- a/libstdc++-v3/doc/html/manual/memory.html +++ b/libstdc++-v3/doc/html/manual/memory.html @@ -621,19 +621,19 @@ be private. invaluable advice on thread safety. Phillip Jordan and Paolo Carlini for the lock policy implementation.

\ No newline at end of file + .

diff --git a/libstdc++-v3/doc/xml/manual/shared_ptr.xml b/libstdc++-v3/doc/xml/manual/shared_ptr.xml index 06fc662e6ef..07cc4d52715 100644 --- a/libstdc++-v3/doc/xml/manual/shared_ptr.xml +++ b/libstdc++-v3/doc/xml/manual/shared_ptr.xml @@ -423,7 +423,7 @@ be private. <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2351.htm"> + xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2351.htm"> Improving shared_ptr for C++0x, Revision 2 </link> @@ -436,7 +436,7 @@ be private. <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2456.html"> + xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2456.html"> C++ Standard Library Active Issues List </link> @@ -449,7 +449,7 @@ be private. <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2461.pdf"> + xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2461.pdf"> Working Draft, Standard for Programming Language C++ </link>