bug#33946: tail -f stops abruptly in AIX when piped.

2019-01-12 Thread Pádraig Brady
On 07/01/19 01:04, Ayappan P2 wrote: > The poll() solution is working in AIX. Great. Thanks for testing. Pushed at: https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=d5ab4cb cheers, Pádraig

bug#33468: A bug with yes and --help

2019-01-12 Thread Assaf Gordon
Hello Eric, On 2019-01-12 8:42 a.m., Eric Blake wrote: On 1/11/19 6:23 PM, Assaf Gordon wrote: -  optind = 0; +  optind = 1; Ouch. You're hitting the portability problem of the difference between BSD and glibc. Otherwise many things fail like so:   $ ./src/dd   ./src/dd: unrecognized o

bug#33468: A bug with yes and --help

2019-01-12 Thread Eric Blake
On 1/11/19 6:23 PM, Assaf Gordon wrote: > For the gnulib patch, I believe the following is needed: > > diff --git a/lib/long-options.c b/lib/long-options.c > index 52ef1f2f8..9567d5135 100644 > --- a/lib/long-options.c > +++ b/lib/long-options.c > @@ -139,7 +139,7 @@ parse_gnu_standard_option