bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What signal should timeout send when it gets a SIGTERM?


From: Pádraig Brady
Subject: Re: What signal should timeout send when it gets a SIGTERM?
Date: Wed, 17 Mar 2010 21:23:08 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

On 17/03/10 19:50, Eric Blake wrote:
> On 03/17/2010 11:30 AM, Jim Meyering wrote:
>> Filtering out lines ending in \n\
>> and the few remaining false positives wasn't too bad.
>> I've just fixed everything reported by this:
>>
>>   $ for c in *.c; do  cpp -fpreprocessed $c 2>/dev/null \
>>     | grep '[a-zA-Z0-9](' \
>>     | grep -vE '(\\n\\$|%s\(to 
>> %s|delimit-method|(date|group|character)\(s\))' \
>>     | grep . && echo "*******$c*******"; done

Cool. Note -fpreprocessed was not in gcc 2.95.3 but was in 3.0.4.

>>
>> I'll repost when I've massaged the above into a syntax-check rule.
> 
> That would be a nice syntax-check rule to push upstream into gnulib (of
> course, projects with other notions of formatting style, like libvirt,
> would have to update cfg.mk to avoid that rule).

Seems a bit specific for inclusion in gnulib IMHO.
Something more general like sparse would be better there I think.

cheers,
Pádraig.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]