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