summaryrefslogtreecommitdiff
path: root/src/misc/getopt_long.c
AgeCommit message (Expand)AuthorFilesLines
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