aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/locale/setlocale.h
AgeCommit message (Expand)AuthorFilesLines
2016-11-28Enforce no arguments for __get_current_locale/__get_C_localeCorinna Vinschen1-2/+2
2016-08-25Drop duplicate _ctype_ declaration from ctype_.hCorinna Vinschen1-1/+1
2016-08-23Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE t...Corinna Vinschen1-1/+15
2016-08-23Fix stray closing braceCorinna Vinschen1-1/+0
2016-08-23Reference __global_locale only via __get_global_locale.Corinna Vinschen1-3/+3
2016-08-20Introduce __current_locale_charset/__locale_charsetCorinna Vinschen1-1/+11
2016-08-16Actually return pointers in locale categroy accessor functionsCorinna Vinschen1-8/+8
2016-08-16Expose locale category accessor functions to non-__HAVE_LOCALE_INFO__ targets.Corinna Vinschen1-1/+49
2016-08-16Don't use locale_t in internal headerCorinna Vinschen1-1/+1
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen1-0/+3
2016-08-15setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targetsCorinna Vinschen1-13/+13
2016-08-15Get rid of LCID, reformat type definitions in setlocale.hCorinna Vinschen1-90/+94
2016-08-15Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen1-12/+36
2016-08-15Move lconv into struct __locale_t and implement __localeconv_lCorinna Vinschen1-0/+3
2016-08-15Implement per-locale string functionsCorinna Vinschen1-8/+28
2016-08-15Implement all per-locale ctype functionsCorinna Vinschen1-0/+8
2016-08-15Move localeconv, duplocale, freelocale, newlocale, uselocale into separate filesCorinna Vinschen1-0/+4
2016-08-15Remove non-working __part_load_locale function and any related codeCorinna Vinschen1-2/+0
2016-08-15Rearrange struct __locale_t pointers into an arrayCorinna Vinschen1-51/+43
2016-08-15Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen1-11/+11
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen1-8/+36
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen1-32/+203
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen1-0/+81
2002-08-23 * libc/include/langinfo.h: New file.Thomas Fitzsimmons1-0/+37