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