From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id D30BF3858D20; Sat, 28 Jan 2023 10:14:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D30BF3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674900882; bh=tAyGxQbXyoFDwn2n9G8x27yE4goGeab/xwUs//WRuic=; h=From:To:Subject:Date:From; b=uFbo8OIjF+Wro3hxoW+QvZxh6YtJofYTaKJf36q23qA0DvC6Y4JXKW/P7D4cay6Ib OKWT0I3Cr4xKk6oZBLwIJTsYiFMNIVPS6BFkJ0oUUMmdv01PJhd4akxb+ql2yIHKDm sH0WppQJ73j+jCJM8KoO6OAkhSwO3zncW9AhQQGM= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-5469] libstdc++: Switch www.open-std.org to https (ABI manual) X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/master X-Git-Oldrev: caa87b98fc37accc5db0ee1a2cbca97f883d04fd X-Git-Newrev: 8ca0f4992172b61f59cc6f82b35111e6b835c124 Message-Id: <20230128101442.D30BF3858D20@sourceware.org> Date: Sat, 28 Jan 2023 10:14:42 +0000 (GMT) List-Id: https://gcc.gnu.org/g:8ca0f4992172b61f59cc6f82b35111e6b835c124 commit r13-5469-g8ca0f4992172b61f59cc6f82b35111e6b835c124 Author: Gerald Pfeifer Date: Sat Jan 28 11:12:57 2023 +0100 libstdc++: Switch www.open-std.org to https (ABI manual) libstdc++-v3/ChangeLog: * doc/xml/manual/abi.xml: Update www.open-std.org link to https. * doc/html/manual/abi.html: Regenerate. Diff: --- libstdc++-v3/doc/html/manual/abi.html | 4 ++-- libstdc++-v3/doc/xml/manual/abi.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/abi.html b/libstdc++-v3/doc/html/manual/abi.html index b1f89e8f57e..2781aeda30d 100644 --- a/libstdc++-v3/doc/html/manual/abi.html +++ b/libstdc++-v3/doc/html/manual/abi.html @@ -551,13 +551,13 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so. C++ ABI for the ARM Architecture .

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

- + Versioning With Namespaces . diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml index 008fb66e5b1..3cca1fd3b38 100644 --- a/libstdc++-v3/doc/xml/manual/abi.xml +++ b/libstdc++-v3/doc/xml/manual/abi.xml @@ -1191,7 +1191,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so. <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1976.html"> + xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1976.html"> Dynamic Shared Objects: Survey and Issues </link> @@ -1205,7 +1205,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so. <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2013.html"> + xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2013.html"> Versioning With Namespaces </link>