[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What signal should timeout send when it gets a SIGTERM?
From: |
Eric Blake |
Subject: |
Re: What signal should timeout send when it gets a SIGTERM? |
Date: |
Wed, 17 Mar 2010 13:50:28 -0600 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Lightning/1.0b1 Thunderbird/3.0.3 |
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
>
> 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).
--
Eric Blake address@hidden +1-801-349-2682
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- Re: What signal should timeout send when it gets a SIGTERM?, (continued)
- Re: What signal should timeout send when it gets a SIGTERM?, Pádraig Brady, 2010/03/07
- Re: What signal should timeout send when it gets a SIGTERM?, Jim Meyering, 2010/03/08
- Re: What signal should timeout send when it gets a SIGTERM?, Pádraig Brady, 2010/03/08
- Re: What signal should timeout send when it gets a SIGTERM?, Kim Hansen, 2010/03/08
- Re: What signal should timeout send when it gets a SIGTERM?, Pádraig Brady, 2010/03/08
- Re: What signal should timeout send when it gets a SIGTERM?, Pádraig Brady, 2010/03/15
- Re: What signal should timeout send when it gets a SIGTERM?, Jim Meyering, 2010/03/16
- Re: What signal should timeout send when it gets a SIGTERM?, Pádraig Brady, 2010/03/16
- Re: What signal should timeout send when it gets a SIGTERM?, Jim Meyering, 2010/03/16
- Re: What signal should timeout send when it gets a SIGTERM?, Jim Meyering, 2010/03/17
- Re: What signal should timeout send when it gets a SIGTERM?,
Eric Blake <=
- Re: What signal should timeout send when it gets a SIGTERM?, Pádraig Brady, 2010/03/17
- Re: What signal should timeout send when it gets a SIGTERM?, Kim Hansen, 2010/03/21
Re: What signal should timeout send when it gets a SIGTERM?, Kim Hansen, 2010/03/08