remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / src / misc / getopt_long.c
2018-09-12 Rich Felkerdeclare __getopt_msg in stdio_impl.h
2018-04-27 Rich Felkergetopt_long_only: don't prefix-match long-options that...
2018-02-01 Samuel Hollandgetopt_long: accept prefix match of long options contai...
2018-02-01 Samuel Hollandfix getopt_long arguments to partial matches
2017-01-05 Rich Felkerfix getopt[_long] clobbering of optopt on success
2016-10-20 Rich Felkerfix getopt_long_only misinterpreting "--" as an option
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.