getopt: fix null pointer arithmetic ub
[musl] / src / locale / langinfo.c
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-03-07 Rich Felkerfix nl_langinfo_l(CODESET, loc) reporting wrong locale...
2017-08-01 Rich Felkeradd _NL_LOCALE_NAME extension to nl_langinfo
2015-11-11 Rich Felkerfix return value of nl_langinfo for invalid item arguments
2015-10-01 Rich Felkermake nl_langinfo(CODESET) always return "ASCII" in...
2015-09-09 Rich Felkerfix breakage in nl_langinfo from previous commit
2015-09-09 Rich Felkermake nl_langinfo(CODESET) always return "UTF-8"
2015-06-16 Rich Felkerbyte-based C locale, phase 1: multibyte character handl...
2014-07-26 Rich Felkeradd support for LC_TIME and LC_MESSAGES translations
2014-07-26 Rich Felkeradd missing yes/no strings to nl_langinfo
2014-07-26 Rich Felkerfix nl_langinfo table for LC_TIME era-related items
2014-07-03 Rich Felkerproperly pass current locale to *_l functions when...
2013-07-28 Rich Felkerfix semantically incorrect use of LC_GLOBAL_LOCALE
2013-07-24 Rich Felkerrework langinfo code for ABI compat and for use by... master
2011-04-03 Rich Felkerfix nl_langinfo to actually use the existing, correct...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0