summaryrefslogtreecommitdiff
path: root/src/locale/langinfo.c
AgeCommit message (Expand)AuthorLines
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2018-03-07fix nl_langinfo_l(CODESET, loc) reporting wrong locale's valueRich Felker-1/+1
2017-07-31add _NL_LOCALE_NAME extension to nl_langinfoRich Felker-0/+4
2015-11-10fix return value of nl_langinfo for invalid item argumentsRich Felker-5/+5
2015-10-01make nl_langinfo(CODESET) always return "ASCII" in byte-based C localeRich Felker-1/+1
2015-09-09fix breakage in nl_langinfo from previous commitRich Felker-1/+1
2015-09-09make nl_langinfo(CODESET) always return "UTF-8"Rich Felker-2/+1
2015-06-16byte-based C locale, phase 1: multibyte character handling functionsRich Felker-1/+2
2014-07-26add support for LC_TIME and LC_MESSAGES translationsRich Felker-0/+1
2014-07-26add missing yes/no strings to nl_langinfoRich Felker-2/+2
2014-07-26fix nl_langinfo table for LC_TIME era-related itemsRich Felker-1/+2
2014-07-02properly pass current locale to *_l functions when used internallyRich Felker-1/+2
2013-07-28fix semantically incorrect use of LC_GLOBAL_LOCALERich Felker-1/+1
2013-07-24rework langinfo code for ABI compat and for use by time codeRich Felker-2/+8
2011-04-03fix nl_langinfo to actually use the existing, correct internal versionRich Felker-2/+5
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+58