On May 4, 2011, at 11:46 AM, Joseph S. Myers wrote:
> I explicitly approve trailing whitespace removal from all .texi files and 
> other documentation not imported from upstream sources outside of GCC 
> (subject to handling generated files properly, so any changes to tm.texi 
> should be done by changing source files such as tm.texi.in and then 
> regenerating tm.texi).

Checked in r173401 and r173402.  These sorts of patches usually I don't post, 
as they tend to hit the size limitation and are exceedingly boring.  The 
important part of it is:

$ svn diff -r173400:173402 . -x -b
Index: loop.texi
===================================================================
Index: generic.texi
===================================================================
Index: sourcebuild.texi
===================================================================
Index: plugins.texi
===================================================================
Index: cpp.texi
===================================================================
Index: extend.texi
===================================================================
Index: passes.texi
===================================================================
Index: cfg.texi
===================================================================
Index: objc.texi
===================================================================
Index: gimple.texi
===================================================================
Index: tm.texi
===================================================================
Index: libgcc.texi
===================================================================
Index: tree-ssa.texi
===================================================================
Index: tm.texi.in
===================================================================
Index: invoke.texi
===================================================================
Index: gcov.texi
===================================================================
Index: contrib.texi
===================================================================
Index: md.texi
===================================================================
Index: rtl.texi
===================================================================
Index: hostconfig.texi
===================================================================
Index: gty.texi
===================================================================
Index: install.texi
===================================================================

which is one of the audit steps I perform before checkin of these types of 
patches.  One other step, is to hand audit every single character changed.  The 
testsuite has a few lines that cannot be changed, for example.  These are the 
doc bits I care about.

Reply via email to