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
Date Modules Changes
2012-06-26 getopt-posix This module no longer guarantees that option
processing is resettable. If your code uses
'optreset' or 'optind = 0;', rewrite it to make
only one pass over the argument array.
