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