about summary refs log tree commit diff
path: root/src/misc/getopt_long.c
Commit message (Expand)AuthorAgeFilesLines
* declare __getopt_msg in stdio_impl.hRich Felker2018-09-121-2/+1
* getopt_long_only: don't prefix-match long-options that match short onesRich Felker2018-04-271-2/+15
* getopt_long: accept prefix match of long options containing equals signsSamuel Holland2018-01-311-1/+2
* fix getopt_long arguments to partial matchesSamuel Holland2018-01-311-1/+3
* fix getopt[_long] clobbering of optopt on successRich Felker2017-01-041-1/+3
* fix getopt_long_only misinterpreting "--" as an optionRich Felker2016-10-201-1/+1
* simplify part of getopt_longRich Felker2015-01-211-13/+11
* always set optarg in getopt_longRich Felker2015-01-211-1/+1
* fix regression in getopt_long support for non-option argumentsRich Felker2015-01-111-7/+6
* set optopt in getopt_longRich Felker2014-12-201-0/+1
* add error message printing to getopt_long and make related improvementsRich Felker2014-12-201-4/+30
* simplify getopt_long argv permutation loop logicRich Felker2014-12-131-3/+1
* fix handling of "--" with getopt_long argv permutationRich Felker2014-12-131-1/+0
* accept null longopts pointer in getopt_longRich Felker2014-12-111-1/+1
* support abbreviated options in getopt_longRich Felker2014-12-101-7/+18
* support options after non-option arguments in getopt_long (argv permutation)Rich Felker2014-12-101-0/+39
* add support for non-option arguments extension to getoptGianluca Anzolin2014-12-021-3/+4
* add getopt reset supportRich Felker2012-09-301-0/+7
* cleanup src/linux and src/misc trees, etc.Rich Felker2012-09-071-0/+52