From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id A03583858419; Mon, 18 Mar 2024 14:03:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A03583858419 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710770616; bh=yTw6ReXzrV1/wTqEaXuc+WMMbSgiNbcTBZAaLul+V+M=; h=From:To:Subject:Date:From; b=GXyvBVkMJdChLPrJeT2HnK9IR6SIDYotGhphmEfD1y4xY5zW+Nl11sCYaBs3ENsae 2j1hP+YFXWDO3qiVmd8DYEUjM1lll0UE+UO/CaYvrcZfUOTke87jxWomKx1rRvZvNK ghRO6TCls/NvRQLOLt2ZCzx4WnY0TG3rg7Z32dN4= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r12-10224] libstdc++: Change some URLs in the manual to use https X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-12 X-Git-Oldrev: 57f4c935f915454879a0d13f0319ba09c9c01309 X-Git-Newrev: 7b9fa0982f4db0a64aacfe5018708a89f956245a Message-Id: <20240318140336.A03583858419@sourceware.org> Date: Mon, 18 Mar 2024 14:03:36 +0000 (GMT) List-Id: https://gcc.gnu.org/g:7b9fa0982f4db0a64aacfe5018708a89f956245a commit r12-10224-g7b9fa0982f4db0a64aacfe5018708a89f956245a Author: Jonathan Wakely Date: Wed Feb 28 14:36:28 2024 +0000 libstdc++: Change some URLs in the manual to use https libstdc++-v3/ChangeLog: * doc/xml/manual/appendix_contributing.xml: Change URLs to use https. * doc/html/manual/*: Regenerate. (cherry picked from commit 06866bc368f828fa4f3dad25588d038414944c2e) Diff: --- libstdc++-v3/doc/html/manual/appendix_contributing.html | 8 ++++---- libstdc++-v3/doc/html/manual/source_code_style.html | 4 ++-- libstdc++-v3/doc/xml/manual/appendix_contributing.xml | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/appendix_contributing.html b/libstdc++-v3/doc/html/manual/appendix_contributing.html index 2d04cadd4e8..25d0944e187 100644 --- a/libstdc++-v3/doc/html/manual/appendix_contributing.html +++ b/libstdc++-v3/doc/html/manual/appendix_contributing.html @@ -10,7 +10,7 @@

The GNU C++ Library is part of GCC and follows the same development model, so the general rules for - contributing + contributing to GCC apply. Active contributors are assigned maintainership responsibility, and given write access to the source repository. First-time contributors @@ -34,7 +34,7 @@ http://www.open-std.org/jtc1/sc22/wg21

  • Peruse - the GNU + the GNU Coding Standards, and chuckle when you hit the part about Using Languages Other Than C.

  • @@ -46,7 +46,7 @@ library-specific information found in Porting and Maintenance.

  • Assignment

    - See the legal prerequisites for all GCC contributions. + See the legal prerequisites for all GCC contributions.

    Historically, the libstdc++ assignment form added the following question: @@ -83,7 +83,7 @@ some recent commits for format and content. The contrib/mklog.py script can be used to generate a ChangeLog template for commit messages. See - Read-write Git access + Read-write Git access for scripts and aliases that are useful here.

  • A testsuite submission or sample program that will diff --git a/libstdc++-v3/doc/html/manual/source_code_style.html b/libstdc++-v3/doc/html/manual/source_code_style.html index 24e0d693127..1c0d00a5df8 100644 --- a/libstdc++-v3/doc/html/manual/source_code_style.html +++ b/libstdc++-v3/doc/html/manual/source_code_style.html @@ -197,13 +197,13 @@       it is intended to precede the recommendations of the GNU Coding
          Standard, which can be referenced in full here:

    -      http://www.gnu.org/prep/standards/standards.html#Formatting
    +      https://www.gnu.org/prep/standards/standards.html#Formatting

          The rest of this is also interesting reading, but skip the "Design
          Advice" part.

          The GCC coding conventions are here, and are also useful:
    -      http://gcc.gnu.org/codingconventions.html
    +      https://gcc.gnu.org/codingconventions.html

          In addition, because it doesn't seem to be stated explicitly anywhere
          else, there is an 80 column source limit.
    diff --git a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml index 074baf0fb4d..2509330d807 100644 --- a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml +++ b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml @@ -20,7 +20,7 @@ The GNU C++ Library is part of GCC and follows the same development model, so the general rules for - contributing + contributing to GCC apply. Active contributors are assigned maintainership responsibility, and given write access to the source repository. First-time contributors @@ -64,7 +64,7 @@ Peruse - the GNU + the GNU Coding Standards, and chuckle when you hit the part about Using Languages Other Than C. @@ -91,7 +91,7 @@

    Assignment - See the legal prerequisites for all GCC contributions. + See the legal prerequisites for all GCC contributions. @@ -155,7 +155,7 @@ some recent commits for format and content. The contrib/mklog.py script can be used to generate a ChangeLog template for commit messages. See - Read-write Git access + Read-write Git access for scripts and aliases that are useful here. @@ -618,13 +618,13 @@ indicate a place that may require attention for multi-thread safety. it is intended to precede the recommendations of the GNU Coding Standard, which can be referenced in full here: - http://www.gnu.org/prep/standards/standards.html#Formatting + https://www.gnu.org/prep/standards/standards.html#Formatting The rest of this is also interesting reading, but skip the "Design Advice" part. The GCC coding conventions are here, and are also useful: - http://gcc.gnu.org/codingconventions.html + https://gcc.gnu.org/codingconventions.html In addition, because it doesn't seem to be stated explicitly anywhere else, there is an 80 column source limit.