Re: [Libvir] 2/8 Add framework for code style- and syntax-checking rules.

2008-01-29 Thread Richard W.M. Jones
Jim Meyering wrote: "Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: ... build-aux/find-unnecessary-if-before-free | 41 +++ build-aux/vc-list-files | 50 +++ The build-aux directory currently only contains auto-generated files. If its not too much pain, can we put these 2

Re: [Libvir] 2/8 Add framework for code style- and syntax-checking rules.

2008-01-29 Thread Daniel P. Berrange
On Tue, Jan 29, 2008 at 04:41:30PM +0100, Jim Meyering wrote: > "Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: > ... > >> build-aux/find-unnecessary-if-before-free | 41 +++ > >> build-aux/vc-list-files | 50 +++ > > > > The build-aux directory currently only contains auto-ge

Re: [Libvir] 2/8 Add framework for code style- and syntax-checking rules.

2008-01-29 Thread Jim Meyering
"Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: ... >> build-aux/find-unnecessary-if-before-free | 41 +++ >> build-aux/vc-list-files | 50 +++ > > The build-aux directory currently only contains auto-generated files. > If its not too much pain, can we put these 2 helpers into

Re: [Libvir] 2/8 Add framework for code style- and syntax-checking rules.

2008-01-29 Thread Daniel P. Berrange
On Fri, Jan 25, 2008 at 11:17:44PM +0100, Jim Meyering wrote: > Add framework for code style- and syntax-checking rules. > > Almost all tests are initially disabled via the list in Makefile.cfg. > * Makefile.am (EXTRA_DIST): Add .x-sc_avoid_if_before_free. > Omit names of files that automake inclu

Re: [Libvir] 2/8 Add framework for code style- and syntax-checking rules.

2008-01-25 Thread Jim Meyering
Jim Meyering <[EMAIL PROTECTED]> wrote: > Add framework for code style- and syntax-checking rules. > > Almost all tests are initially disabled via the list in Makefile.cfg. > * Makefile.am (EXTRA_DIST): Add .x-sc_avoid_if_before_free. > Omit names of files that automake includes automatically. > *

[Libvir] 2/8 Add framework for code style- and syntax-checking rules.

2008-01-25 Thread Jim Meyering
Add framework for code style- and syntax-checking rules. Almost all tests are initially disabled via the list in Makefile.cfg. * Makefile.am (EXTRA_DIST): Add .x-sc_avoid_if_before_free. Omit names of files that automake includes automatically. * .x-sc_avoid_if_before_free: New file. * build-aux/v