[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/8] {master} Some simplifications in tags support
From: |
Stefano Lattarini |
Subject: |
[PATCH 0/8] {master} Some simplifications in tags support |
Date: |
Fri, 8 Jun 2012 10:20:22 +0200 |
Some apparently low-hanging simplifications that I've noticed while
working on Automake-NG. A review would be mostly welcome, since these
patches touch features that aren't well tested and that I don't know
well. I will push (to master) by tomorrow if there is no review by
then.
Regards,
Stefano
-*-*-*-
Stefano Lattarini (8):
tags (ID, cscope): also process config header (if any)
tags (cscope): also process $(TAGS_FILES)
tags: new var $(am__tagged_files) to list all files to run taggers on
tags: look at $(am__tagged_files) to decide whether to activate
automake: simplify '&saw_sources_p'
cleanup: remove unused '&count_files_for_language' subroutine
cleanup: remove subroutine '&saw_sources_p'
cleanup: simplify subroutine '&saw_extension'
automake.in | 93 +++++++++++++-------------------------------------------
lib/am/tags.am | 18 +++++------
2 files changed, 29 insertions(+), 82 deletions(-)
--
1.7.9.5
- [PATCH 0/8] {master} Some simplifications in tags support,
Stefano Lattarini <=
- [PATCH 3/8] tags: new var $(am__tagged_files) to list all files to run taggers on, Stefano Lattarini, 2012/06/08
- [PATCH 4/8] tags: look at $(am__tagged_files) to decide whether to activate, Stefano Lattarini, 2012/06/08
- [PATCH 1/8] tags (ID, cscope): also process config header (if any), Stefano Lattarini, 2012/06/08
- [PATCH 2/8] tags (cscope): also process $(TAGS_FILES), Stefano Lattarini, 2012/06/08
- [PATCH 8/8] cleanup: simplify subroutine '&saw_extension', Stefano Lattarini, 2012/06/08
- [PATCH 6/8] cleanup: remove unused '&count_files_for_language' subroutine, Stefano Lattarini, 2012/06/08
- [PATCH 5/8] automake: simplify '&saw_sources_p', Stefano Lattarini, 2012/06/08
- [PATCH 7/8] cleanup: remove subroutine '&saw_sources_p', Stefano Lattarini, 2012/06/08
- Re: [PATCH 0/8] {master} Some simplifications in tags support, Stefano Lattarini, 2012/06/09