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 5122116deec3c168d813c77e7c244d3edc07d2bc (commit)
from 5183f832564dadbfb644d9ae16e7416e22292d2b (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 5122116deec3c168d813c77e7c244d3edc07d2bc
Author: Gerald Pfeifer <[email protected]>
Date: Fri Sep 26 21:15:51 2025 +0200
codingconventions: Document preference for "bitwise" and "elementwise"
diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html
index 98a7fc50..c2e9e5e2 100644
--- a/htdocs/codingconventions.html
+++ b/htdocs/codingconventions.html
@@ -417,6 +417,11 @@ and code. The following table lists some simple cases:</p>
<td>"bit field" or "bitfield"</td>
<td>Spelling used in C and C++ standards</td>
</tr>
+ <tr>
+ <td>"bitwise"</td>
+ <td>"bit-wise"</td>
+ <td></td>
+ </tr>
<tr>
<td>"built-in" as an adjective ("built-in function") or "built in"</td>
<td>"builtin"</td>
@@ -454,6 +459,11 @@ and code. The following table lists some simple cases:</p>
<td>"dependant", "dependance", "dependancy"</td>
<td></td>
</tr>
+ <tr>
+ <td>"elementwise"</td>
+ <td>"element-wise"</td>
+ <td></td>
+ </tr>
<tr>
<td>"enumerated"</td>
<td>"enumeral"</td>
-----------------------------------------------------------------------
Summary of changes:
htdocs/codingconventions.html | 10 ++++++++++
1 file changed, 10 insertions(+)
hooks/post-receive
--
gcc-wwwdocs