[Patch] testsuite and newlib's signal.h.

2004-10-14 Thread Bas van Gompel
Hi, Another trivial patch, a bit kludgy... ATM the testsuite does not build, because newlib/libc/include/sys/signal.h includes newlib/libc/include/signal.h. Messages: gcc -L/d/Langs/C/cygwin-src/src/.build/i686-pc-cygwin/winsup -L/d/Langs/C/cygwin-src/src/.build/i686-pc-cygwin/winsup/cygwin -L

[Patch] cygcheck: pretty_id misbehaving.

2004-10-14 Thread Bas van Gompel
Hi, here is yet another (trivial, I hope) patch. It makes pretty_id behave as (I expect) it was supposed to. It involves: Incrementing ``i'' in only one place, skipping over ``groups='' only once, counting ")" (twice), fixing 2 printf-formats and setting ``n'' to 1 if it is 0. ChangeLog-entry:

Re: [Patch] testsuite and newlib's signal.h.

2004-10-14 Thread Christopher Faylor
On Thu, Oct 14, 2004 at 05:31:31PM +0200, Bas van Gompel wrote: >Another trivial patch, a bit kludgy... > >ATM the testsuite does not build, because >newlib/libc/include/sys/signal.h includes newlib/libc/include/signal.h. This is a recent change to sys/signal.h and it is supposed to "just work".

Re: [Patch] cygcheck: pretty_id misbehaving.

2004-10-14 Thread Christopher Faylor
On Thu, Oct 14, 2004 at 05:31:16PM +0200, Bas van Gompel wrote: >Hi, > >here is yet another (trivial, I hope) patch. > >It makes pretty_id behave as (I expect) it was supposed to. > >It involves: Incrementing ``i'' in only one place, skipping over >``groups='' only once, counting ")" (twice), fixin