summaryrefslogtreecommitdiff
path: root/src/misc/getopt.c
AgeCommit message (Expand)AuthorLines
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2018-09-12use lighter internal stdio lock in getopt error printingRich Felker-2/+3
2018-08-22getopt: update optarg and optind correctly on missing argumentRich Felker-6/+6
2018-02-24fix getopt wrongly treating colons in optstring as valid option charsRich Felker-1/+1
2017-01-04fix getopt[_long] clobbering of optopt on successRich Felker-1/+2
2016-02-16fix unlikely corner cases in getopt's message printingRich Felker-2/+2
2014-12-20add error message printing to getopt_long and make related improvementsRich Felker-2/+2
2014-12-20support translation for getopt error messagesRich Felker-0/+2
2014-12-19fix stderr locking and ferror semantics in getopt message printingRich Felker-12/+16
2014-12-10fix getopt handling of initial '+' in optstringRich Felker-1/+1
2014-12-04fix getopt handling of ':' modifier for multibyte option charactersRich Felker-4/+9
2014-12-02add support for non-option arguments extension to getoptGianluca Anzolin-1/+16
2014-11-15getopt: fix optional argument processingFelix Fietkau-2/+2
2014-06-11support optional-argument extension to getopt via double-colonRich Felker-2/+5
2013-04-05Add ABI compatability aliases.Isaac Dunham-0/+2
2012-09-30add getopt reset supportRich Felker-2/+11
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+63