about summary refs log tree commit diff
path: root/src/locale/langinfo.c
Commit message (Expand)AuthorAgeFilesLines
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* fix nl_langinfo_l(CODESET, loc) reporting wrong locale's valueRich Felker2018-03-071-1/+1
* add _NL_LOCALE_NAME extension to nl_langinfoRich Felker2017-07-311-0/+4
* fix return value of nl_langinfo for invalid item argumentsRich Felker2015-11-101-5/+5
* make nl_langinfo(CODESET) always return "ASCII" in byte-based C localeRich Felker2015-10-011-1/+1
* fix breakage in nl_langinfo from previous commitRich Felker2015-09-091-1/+1
* make nl_langinfo(CODESET) always return "UTF-8"Rich Felker2015-09-091-2/+1
* byte-based C locale, phase 1: multibyte character handling functionsRich Felker2015-06-161-1/+2
* add support for LC_TIME and LC_MESSAGES translationsRich Felker2014-07-261-0/+1
* add missing yes/no strings to nl_langinfoRich Felker2014-07-261-2/+2
* fix nl_langinfo table for LC_TIME era-related itemsRich Felker2014-07-261-1/+2
* properly pass current locale to *_l functions when used internallyRich Felker2014-07-021-1/+2
* fix semantically incorrect use of LC_GLOBAL_LOCALERich Felker2013-07-281-1/+1
* rework langinfo code for ABI compat and for use by time codeRich Felker2013-07-241-2/+8
* fix nl_langinfo to actually use the existing, correct internal versionRich Felker2011-04-031-2/+5
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+58