RE: coreutils-8.14.116-1e18d on HP-UX 11.00

2012-01-08 Thread Voelker, Bernhard
Bruno Haible wrote: > Hi Jim, > > > How about this? > > > > if (diff -u out out < /dev/null) > /dev/null 2>&1; then > > > > As usual, since your name is on it, I'll wait for an ACK > > before pushing it. > > Yes, that's just as good. Thanks! Do we really need a subshell here? This should

RE: bug#9141: [PATCH 1/3] extensions: Enable extensions on MacOS X 10.5 and later.

2011-07-24 Thread Voelker, Bernhard
Paul Eggert wrote: > On 07/24/11 22:59, Voelker, Bernhard wrote: > >>> #ifndef _ALL_SOURCE >>> # undef _ALL_SOURCE >>> #endif >>> +/* Enable general extensions on MacOS X. */ >>> +#ifndef _DARWIN_C_SOURCE >>> +# undef _DARWIN_C_SOURC

RE: bug#9141: [PATCH 1/3] extensions: Enable extensions on MacOS X 10.5 and later.

2011-07-24 Thread Voelker, Bernhard
Paul Eggert wrote: > diff --git a/m4/extensions.m4 b/m4/extensions.m4 > index 1330503..22156e0 100644 > --- a/m4/extensions.m4 > +++ b/m4/extensions.m4 > @@ -1,4 +1,4 @@ > -# serial 9 -*- Autoconf -*- > +# serial 10 -*- Autoconf -*- > # Enable extensions on systems that normally disable them. >

RE: Some problems with GNU-lib

2011-07-11 Thread Voelker, Bernhard
Eric Blake wrote: > On 07/11/2011 04:22 AM, Joachim Schmitz wrote: >> Hi folks > diff --git a/ChangeLog b/ChangeLog > index 41e97e2..9f98405 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,10 @@ > +2011-07-11 Eric Blake > + > + regex: avoid compiler warning > + * lib/regex.c (