summaryrefslogtreecommitdiff
path: root/src/misc/getopt_long.c
AgeCommit message (Expand)Author
2018-09-12declare __getopt_msg in stdio_impl.hRich Felker
2018-04-27getopt_long_only: don't prefix-match long-options that match short onesRich Felker
2018-01-31getopt_long: accept prefix match of long options containing equals signsSamuel Holland
2018-01-31fix getopt_long arguments to partial matchesSamuel Holland
2017-01-04fix getopt[_long] clobbering of optopt on successRich Felker
2016-10-20fix getopt_long_only misinterpreting "--" as an optionRich Felker
2015-01-21simplify part of getopt_longRich Felker
2015-01-21always set optarg in getopt_longRich Felker
2015-01-11fix regression in getopt_long support for non-option argumentsRich Felker
2014-12-20set optopt in getopt_longRich Felker
2014-12-20add error message printing to getopt_long and make related improvementsRich Felker
2014-12-13simplify getopt_long argv permutation loop logicRich Felker
2014-12-13fix handling of "--" with getopt_long argv permutationRich Felker
2014-12-11accept null longopts pointer in getopt_longRich Felker
2014-12-10support abbreviated options in getopt_longRich Felker
2014-12-10support options after non-option arguments in getopt_long (argv permutation)Rich Felker
2014-12-02add support for non-option arguments extension to getoptGianluca Anzolin
2012-09-30add getopt reset supportRich Felker
2012-09-07cleanup src/linux and src/misc trees, etc.Rich Felker