Paul Eggert wrote:
> > getopt-posix: No longer guarantee that option processing is resettable.
>
> That looks good to me, and thanks.
Thanks for the review. Eric was silent. So I'm applying this change, together
with a note in the NEWS file.
Bruno
DateModules Changes
2012
On 06/23/2012 09:22 AM, Bruno Haible wrote:
> getopt-posix: No longer guarantee that option processing is resettable.
That looks good to me, and thanks.
Hi Paul, Eric,
I wrote:
> It seems to me that
> - musl's getopt is POSIX compliant (at least it passes the 3 parts of
> the test when run individually).
> - The getopt.m4 test fails only because musl does not support one of
> the 3 known ways to reset option
not initialized by the
program, or when it is initialized to 1. Like for BSD systems, but BSD
systems have 'optreset' for resetting the option processing.
It seems to me that
- musl's getopt is POSIX compliant (at least it passes the 3 parts of
the test when run individually).
-