summaryrefslogtreecommitdiff
path: root/src/misc/getopt_long.c
AgeCommit message (Expand)AuthorLines
2015-01-21simplify part of getopt_longRich Felker-13/+11
2015-01-21always set optarg in getopt_longRich Felker-1/+1
2015-01-11fix regression in getopt_long support for non-option argumentsRich Felker-7/+6
2014-12-20set optopt in getopt_longRich Felker-0/+1
2014-12-20add error message printing to getopt_long and make related improvementsRich Felker-4/+30
2014-12-13simplify getopt_long argv permutation loop logicRich Felker-3/+1
2014-12-13fix handling of "--" with getopt_long argv permutationRich Felker-1/+0
2014-12-11accept null longopts pointer in getopt_longRich Felker-1/+1
2014-12-10support abbreviated options in getopt_longRich Felker-7/+18
2014-12-10support options after non-option arguments in getopt_long (argv permutation)Rich Felker-0/+39
2014-12-02add support for non-option arguments extension to getoptGianluca Anzolin-3/+4
2012-09-30add getopt reset supportRich Felker-0/+7
2012-09-07cleanup src/linux and src/misc trees, etc.Rich Felker-0/+52