This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Manual patch: terminology


And here's the corresponding codingconventions.html patch to document 
these conventions.  Applied.

Index: codingconventions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v
retrieving revision 1.31
diff -u -r1.31 codingconventions.html
--- codingconventions.html	17 Jan 2004 19:34:07 -0000	1.31
+++ codingconventions.html	18 Jan 2004 11:38:04 -0000
@@ -259,6 +259,11 @@
     <td></td>
   </tr>
   <tr>
+    <td>"GNU/Linux" (except in reference to the kernel)</td>
+    <td>"Linux" or "linux" or "Linux/GNU"</td>
+    <td></td>
+  </tr>
+  <tr>
     <td>"lowercase"</td>
     <td>"lower case" or "lower-case"</td>
     <td></td>
@@ -266,6 +271,11 @@
   <tr>
     <td>"H8S"</td>
     <td>"H8/S"</td>
+    <td></td>
+  </tr>
+  <tr>
+    <td>Microsoft Windows</td>
+    <td>Windows</td>
     <td></td>
   </tr>
   <tr>

-- 
Joseph S. Myers
jsm@polyomino.org.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]