index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
misc
/
getopt_long.c
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
simplify part of getopt_long
Rich Felker
-13
/
+11
2015-01-21
always set optarg in getopt_long
Rich Felker
-1
/
+1
2015-01-11
fix regression in getopt_long support for non-option arguments
Rich Felker
-7
/
+6
2014-12-20
set optopt in getopt_long
Rich Felker
-0
/
+1
2014-12-20
add error message printing to getopt_long and make related improvements
Rich Felker
-4
/
+30
2014-12-13
simplify getopt_long argv permutation loop logic
Rich Felker
-3
/
+1
2014-12-13
fix handling of "--" with getopt_long argv permutation
Rich Felker
-1
/
+0
2014-12-11
accept null longopts pointer in getopt_long
Rich Felker
-1
/
+1
2014-12-10
support abbreviated options in getopt_long
Rich Felker
-7
/
+18
2014-12-10
support options after non-option arguments in getopt_long (argv permutation)
Rich Felker
-0
/
+39
2014-12-02
add support for non-option arguments extension to getopt
Gianluca Anzolin
-3
/
+4
2012-09-30
add getopt reset support
Rich Felker
-0
/
+7
2012-09-07
cleanup src/linux and src/misc trees, etc.
Rich Felker
-0
/
+52