Re: bug#7766: (lack of) config.h description in manual

2011-01-09 Thread Karl Berry
You mean without a description added afterwards in the @menu, right? Right. Fine with me, the only small bummer is that emacs ^C ^U ^V then generates trailing white space in the menus; oh well. Was once considered a feature ... don't know if it's been raised recently with bug-emacs.

Re: [PATCH] Testsuite: use $SHELL to run tests which are shell scripts.

2011-01-09 Thread Stefano Lattarini
On Sunday 09 January 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Mon, Jan 03, 2011 at 04:04:26PM CET: > > References: > > > > > >

Re: [PATCH] Testsuite: use $SHELL to run tests which are shell scripts.

2011-01-09 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Mon, Jan 03, 2011 at 04:04:26PM CET: > References: > > > I have rebased the patch on latest master again. I'll wait

Re: Fix typos in Rule.pm comments.

2011-01-09 Thread Ralf Wildenhues
* Dave Hart wrote on Sun, Jan 09, 2011 at 06:58:06PM CET: > On Sun, Jan 9, 2011 at 10:41 UTC, Ralf Wildenhues wrote: > > --- a/lib/Automake/Rule.pm > > +++ b/lib/Automake/Rule.pm > [...] > > -The I function.  Clears all know rules and reset some > > +The I function.  Clears all know rules and reset

Re: Fix typos in Rule.pm comments.

2011-01-09 Thread Dave Hart
On Sun, Jan 9, 2011 at 10:41 UTC, Ralf Wildenhues wrote: > I'll be pushing these trivial typofixes out to maint soonish. > > > diff --git a/lib/Automake/Rule.pm b/lib/Automake/Rule.pm > index 8fc5250..60c48f1 100644 > --- a/lib/Automake/Rule.pm > +++ b/lib/Automake/Rule.pm [...] > -The I function.

Re: Fix typos in Rule.pm comments.

2011-01-09 Thread Ralf Wildenhues
* Peter Rosin wrote on Sun, Jan 09, 2011 at 06:51:19PM CET: > Den 2011-01-09 11:41 skrev Ralf Wildenhues: > > @@ -384,7 +385,7 @@ sub reset() > > > > =item C > > > > -Register a suffix rules defined on C<$where> that transform > > +Register a suffix rules defined on C<$where> that transforms >

Re: Fix typos in Rule.pm comments.

2011-01-09 Thread Peter Rosin
Den 2011-01-09 11:41 skrev Ralf Wildenhues: > @@ -384,7 +385,7 @@ sub reset() > > =item C > > -Register a suffix rules defined on C<$where> that transform > +Register a suffix rules defined on C<$where> that transforms > files ending in C<$src> into files ending in C<$dest>. > > This upgra

Re: [PATCHES] yacc: support variable expansions in *YFLAGS definition

2011-01-09 Thread Stefano Lattarini
Reference: Both patches (with nits addressed) merged to master, and pushed. This should fix automake bug#7800. Regards, Stefano

Re: [PATCH] yacc: extend and improve tests

2011-01-09 Thread Stefano Lattarini
FYI: I've now merged the patch into master, and pushed. Regards, Stefano

[FYI] {master} cosmetics: remove trailing whitespaces

2011-01-09 Thread Stefano Lattarini
After merging maint into master, I noticed that there was still a (master-only) file with a trailing whitespace: libobj17.test. Thus I pushed the attached patch to master. Regards, Stefano From 4cffe41f88d2cdb9df4b0ec04c15fb4d73d93c8a Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun,

[FYI] cosmetics: remove trailing whitespaces

2011-01-09 Thread Stefano Lattarini
I pushed the attached patch to maint as obvious. Notice that I haven't removed trailing whitespaces from `lib/texinfo.tex' (because it main copy lives in the texinfo repository, and we merely sync it from there), nor from `ChangeLog.96' and `ChangeLog.98' (as I didn't feel comfortable in touching

Re: [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-268-gbb528a7

2011-01-09 Thread Ralf Wildenhues
[ from -commit ] * Stefano Lattarini wrote on Sun, Jan 09, 2011 at 03:30:43PM CET: > cosmetics: remove trailing whitespaces > > * doc/automake.texi: Remove trailing whitespaces. [...] > --- a/doc/automake.texi > +++ b/doc/automake.texi > @@ -157,8 +157,8 @@ Use Cases for the GNU Buil

Re: [SIMPLE PATCH] automake: minor fixes in comments

2011-01-09 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sun, Jan 09, 2011 at 03:02:07PM CET: > This is rather trivial and nipicking, but IMHO it won't hurt either. > > OK for maint? OK. Thanks, Ralf > automake: minor fixes in comments > > * automake.in: Some minor fixes and enhancements in comments.

[SIMPLE PATCH] automake: minor fixes in comments

2011-01-09 Thread Stefano Lattarini
This is rather trivial and nipicking, but IMHO it won't hurt either. OK for maint? Regards, Stefano -*-*- automake: minor fixes in comments * automake.in: Some minor fixes and enhancements in comments. --- ChangeLog |5 + automake.in | 11 ++- 2 files changed, 11 inserti

Re: Add test coverage for deleted header files.

2011-01-09 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Sun, Jan 09, 2011 at 02:28:28PM CET: > On Sunday 09 January 2011, Ralf Wildenhues wrote: > > I noticed that we don't even have testsuite coverage for the deleted > > header file bug yet, except for an accidental one. So here's a patch > > to address that.

Re: Add test coverage for deleted header files.

2011-01-09 Thread Stefano Lattarini
Hello Ralf. On Sunday 09 January 2011, Ralf Wildenhues wrote: > I noticed that we don't even have testsuite coverage for the deleted > header file bug yet, except for an accidental one. So here's a patch > to address that. > > I think it's safe enough for maint; but anyway I will wait a bit for

Add test coverage for deleted header files.

2011-01-09 Thread Ralf Wildenhues
I noticed that we don't even have testsuite coverage for the deleted header file bug yet, except for an accidental one. So here's a patch to address that. I think it's safe enough for maint; but anyway I will wait a bit for comments or review before pushing. By the way, if you would like me to s

Fix typos in Rule.pm comments.

2011-01-09 Thread Ralf Wildenhues
So I started reading what we currently do about rules, in preparation for gnu-make stuff. I'll be pushing these trivial typofixes out to maint soonish. Thanks, Ralf Fix typos in Rule.pm comments. * lib/Automake/Rule.pm: Fix typos in comments. diff --git a/lib/Automake/Rule.pm b/lib