[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#14441: [PATCH 0/8] Fix automake bug#14441, and related minor refacto
From: |
Stefano Lattarini |
Subject: |
bug#14441: [PATCH 0/8] Fix automake bug#14441, and related minor refactorings |
Date: |
Tue, 28 May 2013 11:45:32 +0200 |
Reference:
<http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14441>
I plan to push this (to 'micro') in a day or so.
Stefano Lattarini (8):
tests: expose automake bug#14441
Automake::Rule: expose suffix rules as a function, not a scalar
suffix rules: better distinction between builtin and user-derived
Automake::Rule: make private variables lexically scoped
Automake::Rule: adjust comments and POD according to previous changes
Automake::Rule: rename: suffix_rule() -> next_in_suffix_chain()
Automake::Rule: consistently prepend underscore to private variables
NEWS: document fix for bug#14441
NEWS | 10 +++++
THANKS | 1 +
automake.in | 11 +++--
lib/Automake/Rule.pm | 109 +++++++++++++++++++++++----------------------
t/list-of-tests.mk | 1 +
t/suffix-custom-pr14441.sh | 56 +++++++++++++++++++++++
6 files changed, 128 insertions(+), 60 deletions(-)
create mode 100644 t/suffix-custom-pr14441.sh
--
1.8.3.rc3.8.g5e49f30
- bug#14441: bug in new file extensions, Felix Salfelder, 2013/05/22
- bug#14441: bug in new file extensions, Stefano Lattarini, 2013/05/28
- bug#14441: [PATCH 0/8] Fix automake bug#14441, and related minor refactorings,
Stefano Lattarini <=
- bug#14441: [PATCH 3/8] suffix rules: better distinction between builtin and user-derived, Stefano Lattarini, 2013/05/28
- bug#14441: [PATCH 1/8] tests: expose automake bug#14441, Stefano Lattarini, 2013/05/28
- bug#14441: [PATCH 2/8] Automake::Rule: expose suffix rules as a function, not a scalar, Stefano Lattarini, 2013/05/28
- bug#14441: [PATCH 4/8] Automake::Rule: make private variables lexically scoped, Stefano Lattarini, 2013/05/28
- bug#14441: [PATCH 6/8] Automake::Rule: rename: suffix_rule() -> next_in_suffix_chain(), Stefano Lattarini, 2013/05/28
- bug#14441: [PATCH 5/8] Automake::Rule: adjust comments and POD according to previous changes, Stefano Lattarini, 2013/05/28
- bug#14441: [PATCH 8/8] NEWS: document fix for bug#14441, Stefano Lattarini, 2013/05/28
- bug#14441: [PATCH 7/8] Automake::Rule: consistently prepend underscore to private variables, Stefano Lattarini, 2013/05/28
- bug#14441: [PATCH 0/8] Fix automake bug#14441, and related minor refactorings, Stefano Lattarini, 2013/05/29
- Message not available