[FYI] NEWS: Add missing blank line between two entries.

2010-12-23 Thread Stefano Lattarini
I pushed this to master. Regards, Stefano --- ChangeLog |4 NEWS |1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39a42a6..56aa429 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-12-23 Stefano Lattarini +

Re: [PATCH v3] Work around a bug in Solaris make's file-inclusion mechanism.

2010-12-23 Thread Stefano Lattarini
On Friday 17 December 2010, Stefano Lattarini wrote: > [reviving and old thread] > > Hello automakers. Ping on this? > > Reference: > > > I've rebased the patch on latest maint, and successfully re-run the > testsuite (

Re: [PATCH] {master} Improve and extend tests `suffix*.test'.

2010-12-23 Thread Stefano Lattarini
On Thursday 16 December 2010, Stefano Lattarini wrote: > Hello automakers. > > Here it is one of the last (5 or 6) testsuite-only patches I have in > my repository. > > OK to apply to a temporary branch off of maint, and merge to master? > I will push in 72 hours (Sunday evening) if there is no o

[PATCH 09/10] Change signature of 'Automake::Options::process_option_list()'.

2010-12-23 Thread stefano . lattarini
From: Stefano Lattarini This only modifies internal details in the automake implementation, bearing no externally visible effect, but preparing the way for the final fix of Automake bug#7669 a.k.a. PR/547. * lib/Automake/Options.pm (process_option_list): Now accept takes as arguments a list of h

[PATCH 07/10] Warnings win over strictness in AM_INIT_AUTOMAKE.

2010-12-23 Thread stefano . lattarini
From: Stefano Lattarini This change ensures that, for what concerns the options specified in AM_INIT_AUTOMAKE, explicitly-defined warnings always take precedence over implicit strictness-implied warnings. Related to Automake bug#7669 a.k.a. PR/547. * lib/Automake/Options.pm (process_option_lis

[PATCH 08/10] Add more tests about AUTOMAKE_OPTIONS.

2010-12-23 Thread stefano . lattarini
From: Stefano Lattarini In view of soon-to-follow refactorings (still in the pursuit of a fix for Automake bug#7669 a.k.a. PR/547), we add some more tests on AUTOMAKE_OPTIONS support, to prevent obvious regressions. * tests/amopts-indirect.test: New test. * tests/amopts-location.test: Likewise.

[PATCH 10/10] Warnings win over strictness in AUTOMAKE_OPTIONS.

2010-12-23 Thread stefano . lattarini
From: Stefano Lattarini This change ensures that, for what concerns the options specified in AUTOMAKE_OPTIONS, explicitly-defined warnings always take precedence over implicit strictness-implied warnings. This finally fixes Automake bug#7669 a.k.a. PR/547. * automake.in (handle_options): Call

[PATCH 05/10] Remove global/local distinction for automake options.

2010-12-23 Thread stefano . lattarini
From: Stefano Lattarini After the previous change (v1.11-546-g243a0a6), the distinction between global-level (from command line and AM_INIT_AUTOMAKE) and local-level (from AUTOMAKE_OPTIONS) automake options can be safely removed without losing functionalities. * lib/Automake/Options.pm (%_defaul

[PATCH 01/10] Add new tests on strictness and warnings precedence and overriding.

2010-12-23 Thread stefano . lattarini
From: Stefano Lattarini * tests/strictness-overriding.test: New test. * tests/strictness-precedence.test: New test. * tests/warnings-overriding.test: New test. * tests/warnings-precedence.test: New test. * tests/Makefile.am (TESTS): Update. --- ChangeLog|9 +++ tests/

[PATCH 04/10] Refactoring: new $automake_remake_options global variable.

2010-12-23 Thread stefano . lattarini
From: Stefano Lattarini This change is useful only in view of soon-to-follow refactorings and simplifications, related to the fixing of Automake bug#7669 a.k.a. PR/547. * automake.in (%am_remake_options): New global hash variable. (parse_arguments): Initialize it. (scan_autoconf_traces) [$macro

[PATCH 06/10] Cleanup in module Automake::Options.

2010-12-23 Thread stefano . lattarini
From: Stefano Lattarini The previous change (v1.11-547-g4e4b85c) has left some loose ends in the Automake::Options module, which can thus still profit from a further simplification. * lib/Automake/Options.pm (_process_option_list): Internal subroutine removed, merged into ... (process_option_lis

[PATCH 03/10] Warnings win over strictness on command line.

2010-12-23 Thread stefano . lattarini
From: Stefano Lattarini This change ensures that, on the command line at least, explicitly defined warnings always take precedence over implicit strictness implied warnings. Related to Automake bug#7669 a.k.a. PR/547. * automake.in (parse_arguments): Parse warnings only after the strictness lev

[PATCH 02/10] New test on silent-rules mode and portability warnings.

2010-12-23 Thread stefano . lattarini
From: Stefano Lattarini * tests/silent-rules-nowarn.test: New test. * tests/Makefile.am (TESTS): Update. --- ChangeLog |6 + tests/Makefile.am |1 + tests/Makefile.in |1 + tests/silent-rules-nowarn.test | 46 ++

[PATCH 0/10] Explicit warning levels must always take precedence over those implied by the strictness

2010-12-23 Thread stefano . lattarini
Hello automakers. This patch series originated from PR/547 a.k.a. bug#7669: -*-*-*- The aim of this patch series is to ensure that explicit enabl