Re: [Patch contrib] check_GNU_style: remove tmp file

2012-10-01 Thread Ian Lance Taylor
On Mon, Sep 10, 2012 at 5:23 AM, Christophe Lyon wrote: > > Good point. Here is a new version, catching the same signals as warn_summary. This is OK. Thanks. (Minor note: it's easier if you the ChangeLog entry in the body of the message rather than the patch.) Ian

Re: [Patch contrib] check_GNU_style: remove tmp file

2012-10-01 Thread Christophe Lyon
Ping? May I commit this small patch? http://gcc.gnu.org/ml/gcc-patches/2012-09/msg00580.html Thanks, Christophe. On 10 September 2012 14:23, Christophe Lyon wrote: > On 9 September 2012 12:46, Gerald Pfeifer wrote: >> On Mon, 3 Sep 2012, Christophe Lyon wrote: >>> check_GNU_style.sh currently

Re: [Patch contrib] check_GNU_style: remove tmp file

2012-09-10 Thread Christophe Lyon
On 9 September 2012 12:46, Gerald Pfeifer wrote: > On Mon, 3 Sep 2012, Christophe Lyon wrote: >> check_GNU_style.sh currently leaves a temporary file in the current >> directory. This patch removes it upon exit. >> >> Christophe. >> >> 2012-09-03 Christophe Lyon >> >> * check_GNU_style.s

Re: [Patch contrib] check_GNU_style: remove tmp file

2012-09-09 Thread Gerald Pfeifer
On Mon, 3 Sep 2012, Christophe Lyon wrote: > check_GNU_style.sh currently leaves a temporary file in the current > directory. This patch removes it upon exit. > > Christophe. > > 2012-09-03 Christophe Lyon > > * check_GNU_style.sh: Remove temporay file upon exit. Shouldn't this also

[Patch contrib] check_GNU_style: remove tmp file

2012-09-03 Thread Christophe Lyon
Hi, check_GNU_style.sh currently leaves a temporary file in the current directory. This patch removes it upon exit. Christophe. 2012-09-03 Christophe Lyon * check_GNU_style.sh: Remove temporay file upon exit. check-gnu-style.patch Description: Binary data