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: [WWW] add "bug fix" to codingconventions.html


On Wed, 2007-01-31 at 17:44 -0500, Sandra Loosemore wrote:

> Well, to put what I said above into more concrete form, I'd be happier if it said:
> 
> <tr>
>    <td>"bug fix" (noun) or "bug-fix" (adjective)</td>
>    <td>"bugfix"</td>
>    <td>"bugfix" isn't a word</td>
> </tr>

Thanks, Sandra.  Here's what I am committing, as I am assuming that
Gerald had no objections to the change, in principle.

Index: codingconventions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v
retrieving revision 1.49
diff -u -p -r1.49 codingconventions.html
--- codingconventions.html	29 Dec 2006 10:03:38 -0000	1.49
+++ codingconventions.html	31 Jan 2007 23:28:08 -0000
@@ -260,6 +260,11 @@ and code.  The following table lists som
     <td>"builtin" isn't a word</td>
   </tr>
   <tr>
+    <td>"bug fix" (noun) or "bug-fix" (adjective)</td>
+    <td>"bugfix" or "bug-fix"</td>
+    <td>"bugfix" isn't a word</td>
+  </tr>
+  <tr>
     <td>"ColdFire"</td>
     <td>"coldfire" or "Coldfire"</td>
     <td></td>


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