index
:
musl.git
master
rs-1.0
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
misc
/
getopt_long.c
Age
Commit message (
Expand
)
Author
2018-09-12
declare __getopt_msg in stdio_impl.h
Rich Felker
2018-04-27
getopt_long_only: don't prefix-match long-options that match short ones
Rich Felker
2018-01-31
getopt_long: accept prefix match of long options containing equals signs
Samuel Holland
2018-01-31
fix getopt_long arguments to partial matches
Samuel Holland
2017-01-04
fix getopt[_long] clobbering of optopt on success
Rich Felker
2016-10-20
fix getopt_long_only misinterpreting "--" as an option
Rich Felker
2015-01-21
simplify part of getopt_long
Rich Felker
2015-01-21
always set optarg in getopt_long
Rich Felker
2015-01-11
fix regression in getopt_long support for non-option arguments
Rich Felker
2014-12-20
set optopt in getopt_long
Rich Felker
2014-12-20
add error message printing to getopt_long and make related improvements
Rich Felker
2014-12-13
simplify getopt_long argv permutation loop logic
Rich Felker
2014-12-13
fix handling of "--" with getopt_long argv permutation
Rich Felker
2014-12-11
accept null longopts pointer in getopt_long
Rich Felker
2014-12-10
support abbreviated options in getopt_long
Rich Felker
2014-12-10
support options after non-option arguments in getopt_long (argv permutation)
Rich Felker
2014-12-02
add support for non-option arguments extension to getopt
Gianluca Anzolin
2012-09-30
add getopt reset support
Rich Felker
2012-09-07
cleanup src/linux and src/misc trees, etc.
Rich Felker