add support for non-option arguments extension to getopt
authorGianluca Anzolin <gianluca@sottospazio.it>
Tue, 25 Nov 2014 07:56:03 +0000 (08:56 +0100)
committerRich Felker <dalias@aerifal.cx>
Wed, 3 Dec 2014 00:03:04 +0000 (19:03 -0500)
commitb72cd07f176b876aa51864d93aa8101477b1d732
tree63bbeee711e3a31e7c136451160efbfb4e69a548
parentd8dc2b7c0289b12eeef4feff65e3c918111b0f55
add support for non-option arguments extension to getopt

this is a GNU extension, activated by including '-' as the first
character of the options string, whereby non-option arguments are
processed as if they were arguments to an option character '\1' rather
than ending option processing.
src/misc/getopt.c
src/misc/getopt_long.c