gnustandards-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnustandards ChangeLog standards.texi


From: Karl Berry
Subject: gnustandards ChangeLog standards.texi
Date: Sun, 11 Mar 2012 00:25:31 +0000

CVSROOT:        /sources/gnustandards
Module name:    gnustandards
Changes by:     Karl Berry <karl>       12/03/11 00:25:31

Modified files:
        .              : ChangeLog standards.texi 

Log message:
        spurious "that"

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnustandards/ChangeLog?cvsroot=gnustandards&r1=1.153&r2=1.154
http://cvs.savannah.gnu.org/viewcvs/gnustandards/standards.texi?cvsroot=gnustandards&r1=1.213&r2=1.214

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnustandards/gnustandards/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -b -r1.153 -r1.154
--- ChangeLog   12 Jan 2012 19:16:39 -0000      1.153
+++ ChangeLog   11 Mar 2012 00:25:30 -0000      1.154
@@ -1,3 +1,13 @@
+2012-03-10  Karl Berry  <address@hidden>
+
+       * standards.texi (Formatting): spurious "that".
+       Report from Jeremy Compostella, RT #725785.
+
+2012-02-11  Karl Berry  <address@hidden>
+
+       * maintain.texi,
+       * standards.texi: typos.
+
 2012-01-12  Karl Berry  <address@hidden>
 
        * maintain.texi (GNU Accounts and Resources): rename from

Index: standards.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/standards.texi,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -b -r1.213 -r1.214
--- standards.texi      11 Feb 2012 14:46:25 -0000      1.213
+++ standards.texi      11 Mar 2012 00:25:31 -0000      1.214
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c This date is automagically updated when you save this file:
address@hidden lastupdate February 5, 2012
address@hidden lastupdate March 8, 2012
 @c %**end of header
 
 @dircategory GNU organization
@@ -2655,10 +2655,10 @@
 as @command{lint}, @command{clang}, and GCC with extra warnings
 options such as @option{-Wconversion} and @option{-Wundef}.  These
 tools can help find bugs and unclear code, but they can also generate
-so many false alarms that that it hurts readability to silence them
-with unnecessary casts, wrappers, and other complications.  For
-example, please don't insert casts to @code{void} or calls to
-do-nothing functions merely to pacify a lint checker.
+so many false alarms that it hurts readability to silence them with
+unnecessary casts, wrappers, and other complications.  For example,
+please don't insert casts to @code{void} or calls to do-nothing
+functions merely to pacify a lint checker.
 
 Declarations of external functions and functions to appear later in the
 source file should all go in one place near the beginning of the file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]