aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/locale/nl_langinfo.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-20nl_langinfo: Add NL_LOCALE_NAME macroEric Blake1-0/+9
2016-08-20Implement missing POSIX function nl_langinfo_lCorinna Vinschen1-92/+51
2016-08-20Introduce __current_locale_charset/__locale_charsetCorinna Vinschen1-1/+1
2016-08-15Move localeconv, duplocale, freelocale, newlocale, uselocale into separate filesCorinna Vinschen1-3/+3
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen1-2/+0
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen1-7/+6
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen1-5/+1
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen1-1/+4
2010-05-03 * libc/locale/lctype.c: Include <string.h> and "setlocale.h".Corinna Vinschen1-0/+2
2010-04-28 Extend locale support to maintain wide char values of native stringsCorinna Vinschen1-0/+171
2010-03-27 * libc/locale/locale.c (loadlocale): Optimize "EUC" charset check.Corinna Vinschen1-0/+2
2010-02-22 * libc/include/langinfo.h (_NL_TIME_DATE_FMT): Define new nl_itemCorinna Vinschen1-0/+3
2010-02-18 * libc/locale/timelocal.h (struct lc_time_T): Add missing ERA-relatedCorinna Vinschen1-10/+5
2010-02-06 * libc/ctype/ctype_cp.h (_CTYPE_GEORGIAN_PS_128_254): Define.Corinna Vinschen1-0/+4
2010-01-24 * libc/locale/nl_langinfo.c (nl_langinfo): Return "CP932" when usingCorinna Vinschen1-0/+14
2010-01-22 * libc/locale/lmonetary.c (__monetary_load_locale): Take additionalCorinna Vinschen1-2/+2
2010-01-20 * libc/locale/nl_langinfo.c (nl_langinfo): On Cygwin, translateCorinna Vinschen1-6/+19
2009-10-15 * libc/locale/nl_langinfo.c (nl_langinfo): Add Cygwin-specific temporaryCorinna Vinschen1-0/+6
2009-10-07 * libc/locale/nl_langinfo.c (nl_langinfo): Just return current localeCorinna Vinschen1-0/+8
2003-06-062003-06-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+2
2002-08-23 * libc/include/langinfo.h: New file.Thomas Fitzsimmons1-0/+213