From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29213 invoked by alias); 4 Nov 2019 09:33:43 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 29073 invoked by uid 9022); 4 Nov 2019 09:33:43 -0000 Date: Mon, 04 Nov 2019 09:33:00 -0000 Message-ID: <20191104093343.29069.qmail@sourceware.org> From: gerald@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. cb3654b35594dc81dc78b01713142e4207d73191 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0f32e95bf23411b8247c122588bfd14079b93ed0 X-Git-Newrev: cb3654b35594dc81dc78b01713142e4207d73191 X-SW-Source: 2019/txt/msg00285.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via cb3654b35594dc81dc78b01713142e4207d73191 (commit) from 0f32e95bf23411b8247c122588bfd14079b93ed0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cb3654b35594dc81dc78b01713142e4207d73191 Author: Gerald Pfeifer Date: Sun Nov 3 20:42:22 2019 +0000 Update to the new home of the GNU Coding Standards Format the surrounding HTML source a bit nicer. diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index 71a8772..f9dbc18 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -10,9 +10,8 @@

GCC Coding Conventions

There are some additional coding conventions for code in GCC, -beyond those in the GNU Coding -Standards. Some existing code may not follow these conventions, +beyond those in the GNU +Coding Standards. Some existing code may not follow these conventions, but they must be used for new code. If changing existing code to follow these conventions, it is best to send changes to follow the conventions separately from any other changes to the code.

diff --git a/htdocs/contribute.html b/htdocs/contribute.html index 499dfe8..80ebb26 100644 --- a/htdocs/contribute.html +++ b/htdocs/contribute.html @@ -62,11 +62,10 @@ copyright assignment on file.

Coding Standards

All contributions must conform to the GNU Coding -Standards. There are also some additional coding conventions for -GCC; these include documentation and testsuite requirements as -well as requirements on code formatting.

+href="https://www.gnu.org/prep/standards/">GNU Coding Standards. +There are also some additional coding +conventions for GCC; these include documentation and testsuite +requirements as well as requirements on code formatting.

Submissions which do not conform to the standards will be returned with a request to address any such problems. To help with the ----------------------------------------------------------------------- Summary of changes: htdocs/codingconventions.html | 5 ++--- htdocs/contribute.html | 9 ++++----- 2 files changed, 6 insertions(+), 8 deletions(-) hooks/post-receive -- gcc-wwwdocs