Eric Blake <[EMAIL PROTECTED]> wrote:
> I noticed on cygwin that I was getting a warning for buf being declared at
> line argp-help.c:1895 but not used. This patch also fixes a lot of
> trailing whitespace; let me know if you don't want whitespace patches.
Thank you. Surely the diff will be easi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Jim Meyering on 12/10/2005 3:19 PM:
> Removing trailing blanks is a worthy goal, but it is better never to
> mix white-space-only changes and any other type of change. The white-
> space-only hunks make it hard to find the significant par
Eric Blake <[EMAIL PROTECTED]> wrote:
> I noticed on cygwin that I was getting a warning for buf being declared at
> line argp-help.c:1895 but not used. This patch also fixes a lot of
> trailing whitespace; let me know if you don't want whitespace patches.
It's not my call here, but I'll give you
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I noticed on cygwin that I was getting a warning for buf being declared at
line argp-help.c:1895 but not used. This patch also fixes a lot of
trailing whitespace; let me know if you don't want whitespace patches.
2005-12-10 Eric Blake <[EMAIL PROTE
Jim Meyering <[EMAIL PROTECTED]> wrote:
> You can make any argp-using program infloop simply by running it
> with --help and with something like ARGP_HELP_FMT=rmargin=a in the
> environment. Or use a valid (but small) width: ARGP_HELP_FMT=rmargin=2
Fixed in gnulib repository. The following patch