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
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:
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".
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