From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 1273E3858288 for ; Tue, 7 May 2024 12:47:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1273E3858288 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 1273E3858288 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1715086043; cv=none; b=d2A58h+zhPQcI4EWeHbqQmPn/1ru1u4ap/QVGvO7To2MConYsTh2k05fN7xssNqHMJ/kvU4F2EV3RxDoBvc8wXe0sS+hgw04CYMh6et/GdMR69At1Wv8/gJrRC+h8swkUw7eCBmjG+MbWAa7LpkV4t9AMAj0lusr6IKZ4gTMVRo= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1715086043; c=relaxed/simple; bh=0/Vi68oKZ2hGTFEblyJJhJ4ZL37CSO8x8PYWlPXpoPw=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=qoC33Tqk96bEgcZGBrpgYeK9FFez2vAJQdM87rwSIwkqZEmJGFHibbrd10sfycAXayY9bTsk26Hp/ZTgSEJrCasZKGRn6gjbq8GW1MZ77sFfcAnRXyqqE7NNAjySUpkODszpe+y7i94P3kImRW6J+Q3ribxWpn3MyLy4FzFh+Rs= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1715086041; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=k7Fu3aTc1HX0MAyMf3If2B29HmziSzfG/+1y8HFEf3c=; b=JYh2x5yrxF3/+yizZR+j2yZDqyZTe7Ld0yK3SXvbgHDkwq6fdADA4DfBlU4GdmzxuM6coz Q1u36BX6SKCffzA4Ml2suRvc+33ZgE1fx8pF8Tt6vPN740bxqZ7FUwyOKyqFcPwcS7IF85 l9Hwxd0Q1SZsZRVn8qCoS4TEGOCnDaA= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-381-T8PkAX-jNe2V7gseMXGRpA-1; Tue, 07 May 2024 08:47:18 -0400 X-MC-Unique: T8PkAX-jNe2V7gseMXGRpA-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (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 mimecast-mx02.redhat.com (Postfix) with ESMTPS id 288E1801785; Tue, 7 May 2024 12:47:18 +0000 (UTC) Received: from localhost (unknown [10.42.28.238]) by smtp.corp.redhat.com (Postfix) with ESMTP id D5BDC492CAA; Tue, 7 May 2024 12:47:17 +0000 (UTC) From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [committed] libstdc++: Use https instead of http in some comments Date: Tue, 7 May 2024 13:47:10 +0100 Message-ID: <20240507124717.3817173-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,KAM_SHORT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Tested x86_64-linux. Pushed to trunk. -- >8 -- libstdc++-v3/ChangeLog: * include/backward/auto_ptr.h: Use https for URL in comment. * include/bits/basic_ios.h: Likewise. * include/std/iostream: Likewise. --- libstdc++-v3/include/backward/auto_ptr.h | 2 +- libstdc++-v3/include/bits/basic_ios.h | 6 +++--- libstdc++-v3/include/std/iostream | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libstdc++-v3/include/backward/auto_ptr.h b/libstdc++-v3/include/backward/auto_ptr.h index dccd459f1e5..271a64d1de0 100644 --- a/libstdc++-v3/include/backward/auto_ptr.h +++ b/libstdc++-v3/include/backward/auto_ptr.h @@ -265,7 +265,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * @endcode * * But it doesn't work, and won't be fixed. For further details see - * http://cplusplus.github.io/LWG/lwg-closed.html#463 + * https://cplusplus.github.io/LWG/lwg-closed.html#463 */ auto_ptr(auto_ptr_ref __ref) throw() : _M_ptr(__ref._M_ptr) { } diff --git a/libstdc++-v3/include/bits/basic_ios.h b/libstdc++-v3/include/bits/basic_ios.h index 44a77149112..258e6042b8f 100644 --- a/libstdc++-v3/include/bits/basic_ios.h +++ b/libstdc++-v3/include/bits/basic_ios.h @@ -408,7 +408,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * with this stream, calls that buffer's @c pubimbue(loc). * * Additional l10n notes are at - * http://gcc.gnu.org/onlinedocs/libstdc++/manual/localization.html + * https://gcc.gnu.org/onlinedocs/libstdc++/manual/localization.html */ locale imbue(const locale& __loc); @@ -428,7 +428,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * @endcode * * Additional l10n notes are at - * http://gcc.gnu.org/onlinedocs/libstdc++/manual/localization.html + * https://gcc.gnu.org/onlinedocs/libstdc++/manual/localization.html */ char narrow(char_type __c, char __dfault) const @@ -447,7 +447,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * @endcode * * Additional l10n notes are at - * http://gcc.gnu.org/onlinedocs/libstdc++/manual/localization.html + * https://gcc.gnu.org/onlinedocs/libstdc++/manual/localization.html */ char_type widen(char __c) const diff --git a/libstdc++-v3/include/std/iostream b/libstdc++-v3/include/std/iostream index 0c6a2d8a4b3..4f4fa6880d5 100644 --- a/libstdc++-v3/include/std/iostream +++ b/libstdc++-v3/include/std/iostream @@ -50,7 +50,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * * The `` header declares the eight *standard stream objects*. * For other declarations, see - * http://gcc.gnu.org/onlinedocs/libstdc++/manual/io.html + * https://gcc.gnu.org/onlinedocs/libstdc++/manual/io.html * and the @link iosfwd I/O forward declarations @endlink * * They are required by default to cooperate with the global C -- 2.44.0