From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 6A6E13858C5E; Fri, 14 Apr 2023 21:48:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6A6E13858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1681508927; bh=5timR7LbhNDGpAKu/ceJ/su0asgBNWOhiIXKZ5APKGE=; h=To:Subject:Date:From:From; b=OZeGwLdncQws0/CzXe6cIrTf/7pQ9Mm5E2rwqDaEK2KNb9XzRP1j6hmqT8zXQTwHj O9etjVzZJ74ApKNUO9l5n5YlFJ3H/eQtOCflqHu2bXOvmQewJuE0YdCDQgTJ82aHMo 0QkLMeOE1N/ipbym2EBPBo19TWWTXDLb4oCAuwKs= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 8137d37b26794c5bcad139423abddcd105a33780 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c47107cdfdb6c5c9e7e82fd8336f84386a823b27 X-Git-Newrev: 8137d37b26794c5bcad139423abddcd105a33780 Message-Id: <20230414214847.6A6E13858C5E@sourceware.org> Date: Fri, 14 Apr 2023 21:48:47 +0000 (GMT) From: Gerald Pfeifer List-Id: 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 8137d37b26794c5bcad139423abddcd105a33780 (commit) from c47107cdfdb6c5c9e7e82fd8336f84386a823b27 (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 8137d37b26794c5bcad139423abddcd105a33780 Author: Gerald Pfeifer Date: Fri Apr 14 23:39:47 2023 +0200 codingconventions: Recommend "file name" over "filename" This aligns with the C and C++ standards as well as the GNU Coding Standards, though POSIX uses "filename" as a component of "pathname". diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index 8b3cb8bb..9b6d243d 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -469,6 +469,11 @@ and code. The following table lists some simple cases:

"run time" or "runtime" + + file name + filename + + "floating-point" (adjective) "floating point" ----------------------------------------------------------------------- Summary of changes: htdocs/codingconventions.html | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- gcc-wwwdocs