make all objects used with atomic operations volatile
[musl] / src / misc / getopt_long.c
2015-01-21 Rich Felkersimplify part of getopt_long
2015-01-21 Rich Felkeralways set optarg in getopt_long
2015-01-11 Rich Felkerfix regression in getopt_long support for non-option...
2014-12-21 Rich Felkerset optopt in getopt_long
2014-12-21 Rich Felkeradd error message printing to getopt_long and make...
2014-12-13 Rich Felkersimplify getopt_long argv permutation loop logic
2014-12-13 Rich Felkerfix handling of "--" with getopt_long argv permutation
2014-12-11 Rich Felkeraccept null longopts pointer in getopt_long
2014-12-11 Rich Felkersupport abbreviated options in getopt_long
2014-12-11 Rich Felkersupport options after non-option arguments in getopt_lo...
2014-12-03 Gianluca Anzolinadd support for non-option arguments extension to getopt
2012-10-01 Rich Felkeradd getopt reset support
2012-09-07 Rich Felkercleanup src/linux and src/misc trees, etc.