Re: [PATCH 2/4] Docs: extend.texi: Remove trailing blanks from lines

2011-05-05 Thread Michael Witten
On Thu, May 5, 2011 at 09:32, Richard Guenther wrote: > And yes, in "harm" I mostly refer to svn blame annoyances and to > patch/branch merge conflicts where context that causes the conflict > only changed in whitespace. Your tools are limiting the quality of your work. Are we not the toolmakers

Re: [PATCH 2/4] Docs: extend.texi: Remove trailing blanks from lines

2011-05-05 Thread Richard Guenther
On Thu, May 5, 2011 at 1:57 AM, Mike Stump wrote: > On May 4, 2011, at 11:40 AM, Gerald Pfeifer wrote: >> Documentation may be a bit more relaxed, and if you have one doc >> maintainer approve and the other abstain that may be more boring >> that you might hope for. :-) > > Actually, I was aiming

Re: [PATCH 2/4] Docs: extend.texi: Remove trailing blanks from lines

2011-05-04 Thread Mike Stump
On May 4, 2011, at 11:40 AM, Gerald Pfeifer wrote: > Documentation may be a bit more relaxed, and if you have one doc > maintainer approve and the other abstain that may be more boring > that you might hope for. :-) Actually, I was aiming for a global person to ack gcc/*... This could be less bo

Re: [PATCH 2/4] Docs: extend.texi: Remove trailing blanks from lines

2011-05-04 Thread Mike Stump
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 c

Re: [PATCH 2/4] Docs: extend.texi: Remove trailing blanks from lines

2011-05-04 Thread Joseph S. Myers
On Wed, 4 May 2011, Gerald Pfeifer wrote: > On Wed, 4 May 2011, Joseph S. Myers wrote: > >> I believe we usually don't do whitespace changes just for the sake > >> of cleaning up things. > >> > >> Unless someone else indicates otherwise, I believe this patch is > >> rejected. > > I think we *shou

Re: [PATCH 2/4] Docs: extend.texi: Remove trailing blanks from lines

2011-05-04 Thread Gerald Pfeifer
On Wed, 4 May 2011, Joseph S. Myers wrote: >> I believe we usually don't do whitespace changes just for the sake >> of cleaning up things. >> >> Unless someone else indicates otherwise, I believe this patch is >> rejected. > I think we *should* make such formatting cleanups (not just trailing > w

Re: [PATCH 2/4] Docs: extend.texi: Remove trailing blanks from lines

2011-05-04 Thread Nathan Froyd
On Wed, May 04, 2011 at 10:44:14AM -0700, Mike Stump wrote: > On May 3, 2011, at 10:27 PM, Michael Witten wrote: > > To what do we owe this tradition other than laziness? > > By flat out rejecting style fixing patches, you preserve the > annotations made by vc-blame (svn blame). That's the only r

Re: [PATCH 2/4] Docs: extend.texi: Remove trailing blanks from lines

2011-05-04 Thread Joseph S. Myers
On Wed, 4 May 2011, Mike Stump wrote: > > I think we *should* make such formatting cleanups (not just trailing > > whitespace removal, but other changes to match formatting conventions, > > including fixing leading whitespace in C code to use tabs where it doesn't > > as well as more visible ch

Re: [PATCH 2/4] Docs: extend.texi: Remove trailing blanks from lines

2011-05-04 Thread Mike Stump
On May 4, 2011, at 3:08 AM, Joseph S. Myers wrote: > On Tue, 3 May 2011, Gerald Pfeifer wrote: > >> >> sed -i "s/[ $(printf '\t')]\{1,\}\$//" trunk/gcc/doc/extend.texi >> >> I believe we usually don't do whitespace changes just for the sake >> of cleaning up things. >> >> Unless someone else ind

Re: [PATCH 2/4] Docs: extend.texi: Remove trailing blanks from lines

2011-05-04 Thread Mike Stump
On May 3, 2011, at 10:27 PM, Michael Witten wrote: > On Tue, 3 May 2011 22:52:25 +0200 (CEST), Gerald Pfeifer wrote: > >> >> sed -i "s/[ $(printf '\t')]\{1,\}\$//" trunk/gcc/doc/extend.texi >> >> I believe we usually don't do whitespace changes just for the sake >> of cleaning up things. >> >> U

Re: [PATCH 2/4] Docs: extend.texi: Remove trailing blanks from lines

2011-05-04 Thread Joseph S. Myers
On Tue, 3 May 2011, Gerald Pfeifer wrote: > > sed -i "s/[ $(printf '\t')]\{1,\}\$//" trunk/gcc/doc/extend.texi > > I believe we usually don't do whitespace changes just for the sake > of cleaning up things. > > Unless someone else indicates otherwise, I believe this patch is > rejected. I thin

Re: [PATCH 2/4] Docs: extend.texi: Remove trailing blanks from lines

2011-05-03 Thread Michael Witten
On Tue, 3 May 2011 22:52:25 +0200 (CEST), Gerald Pfeifer wrote: > > sed -i "s/[ $(printf '\t')]\{1,\}\$//" trunk/gcc/doc/extend.texi > > I believe we usually don't do whitespace changes just for the sake > of cleaning up things. > > Unless someone else indicates otherwise, I believe this patch is

Re: [PATCH 2/4] Docs: extend.texi: Remove trailing blanks from lines

2011-05-03 Thread Gerald Pfeifer
sed -i "s/[ $(printf '\t')]\{1,\}\$//" trunk/gcc/doc/extend.texi I believe we usually don't do whitespace changes just for the sake of cleaning up things. Unless someone else indicates otherwise, I believe this patch is rejected. Gerald

[PATCH 2/4] Docs: extend.texi: Remove trailing blanks from lines

2011-04-27 Thread Michael Witten
sed -i "s/[ $(printf '\t')]\{1,\}\$//" trunk/gcc/doc/extend.texi --- trunk/gcc/doc/extend.texi | 82 ++-- 1 files changed, 41 insertions(+), 41 deletions(-) diff --git a/trunk/gcc/doc/extend.texi b/trunk/gcc/doc/extend.texi index c154958..cdbf69f 100644