This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC script
>>>>> "Zack" == Zack Weinberg <zack@codesourcery.com> writes:
>> I know that this seems like a highly specialized script, but I've
>> tried to keep the code adaptable to other "code hunting" problems.
>> In any case, I was wondering if I could hand the script over to GNU
>> GCC, as I think it could be useful in maintaining the cleanliness of
>> code.
Zack> This is a nifty thing to have, but I suspect there's a more
Zack> appropriate "code maintainer's tools" package that it should
Zack> be distributed with, instead of GCC. But it might be hard to
Zack> find.
Since it relies on `cvs annotate' to do its thing, you might consider
contributing it to one of the cvs-utils packages like the one
maintained by Pavel Roskin.
I agree that it's a useful tool, though!
Ben