Re: [PATCH] Fixed typo in ChangeLog (2010-06-06, Stefano Lattarini)

2010-07-26 Thread Stefano Lattarini
At Monday 26 July 2010, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Sun, Jul 25, 2010 at 11:27:16PM CEST: > > Very simple ChangeLog fix. OK to apply to maint? > > you can just go ahead and apply these kinds of things as obvious. OK, will do. Thanks. FYI, I pushed this

Re: [PATCH] Modernize and improve test scripts `subdir*.test'.

2010-07-26 Thread Stefano Lattarini
Pushed. Regards, Stefano

Re: [PATCH] Modernize and improve test scripts `dist*.test'.

2010-07-26 Thread Stefano Lattarini
Pushed. Regards, Stefano

Re: [RFC] Refactoring maintainer checks (use perl, add whitelisting)

2010-07-26 Thread Stefano Lattarini
At Monday 26 July 2010, Ralf Wildenhues wrote: > Hello Stefano, Hi Ralf. How did the GHM go? > * Stefano Lattarini wrote on Mon, Jul 26, 2010 at 01:58:08PM CEST: > > This patch substitutes (almost) all the sed/grep maintainer > > syntax checks in `Makefile.am' with a new perl script > > `maintche

Re: [RFC] Refactoring maintainer checks (use perl, add whitelisting)

2010-07-26 Thread Ralf Wildenhues
Hello Stefano, * Stefano Lattarini wrote on Mon, Jul 26, 2010 at 01:58:08PM CEST: > This patch substitutes (almost) all the sed/grep maintainer syntax checks > in `Makefile.am' with a new perl script `maintcheck.pl'. Why? Honest question. perl regex isn't necessarily more readable than sed, in

Re: [PATCH] Fixed typo in ChangeLog (2010-06-06, Stefano Lattarini)

2010-07-26 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Sun, Jul 25, 2010 at 11:27:16PM CEST: > Very simple ChangeLog fix. OK to apply to maint? you can just go ahead and apply these kinds of things as obvious. Thanks, Ralf > From 7e1cbc9a026b4a52f78ac28c4ca5853ee8c8bfa6 Mon Sep 17 00:00:00 2001 > From: Stef

[RFC] Refactoring maintainer checks (use perl, add whitelisting)

2010-07-26 Thread Stefano Lattarini
Hello automakers. This patch substitutes (almost) all the sed/grep maintainer syntax checks in `Makefile.am' with a new perl script `maintcheck.pl'. Currently, this is a monolithic script, but it allows the selection of a subset of checks to be run (i.e. it doesn't force all tests to be run). Al