Re: cvs commit: src/usr.bin/uudecode uudecode.c

[ Available lists | Index of cvs-all | Month of Sep 2002 | Week of 10 Sep 2002 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
David O'Brien <obrien@FreeBSD.org>
Date
10 Sep 2002 20:15:14
Subject
Re: cvs commit: src/usr.bin/uudecode uudecode.c
Message-ID
20020911031509.GA15389@dragon.nuxi.com

In reply to
References to

[ Hide this part ]
On Tue, Sep 10, 2002 at 02:14:14PM -0700, Tony Finch wrote:
> fanf 2002/09/10 14:14:14 PDT
>
> Modified files:
> usr.bin/uudecode uudecode.c
> Log:
> Fix style bugs in macros.

Geez this is ridiculous, could you *please* batch changes a little bit
better than this?? You've committed 10 times to uudecode.c in less than
3 hours. (11 times since Sept 3rd). This is a single file program of
only 361 lines (wc -l uudecode.c (this includes comments, blank lines,
everything).


These could all be made in a single commit:
Style: space after return.
Remove register keyword.
Fix style bugs in macros.

P.S. `make buildworld' to test them would also be nice. ;-)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Elapsed time: 0.111 seconds