Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-24Cygwin: convert Windows locale handling from LCID to ISO5646 stringsCorinna Vinschen
2022-12-03Cygwin: fix LC_CTYPE in global locale to be a real C.UTF-8 localeCorinna Vinschen
2022-07-13Add _REENT_LOCALE(ptr)Matt Joyce
2018-10-10newlib: Drop incorrect const qualifier from __loadlocale parameterCorinna Vinschen
2018-09-06Use !__HAVE_LOCALE_INFO__ define to use _ctype_ directly [v2]Keith Packard
2016-11-28Enforce no arguments for __get_current_locale/__get_C_localeCorinna Vinschen
2016-08-25Drop duplicate _ctype_ declaration from ctype_.hCorinna Vinschen
2016-08-23Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE t...Corinna Vinschen
2016-08-23Fix stray closing braceCorinna Vinschen
2016-08-23Reference __global_locale only via __get_global_locale.Corinna Vinschen
2016-08-20Introduce __current_locale_charset/__locale_charsetCorinna Vinschen
2016-08-16Actually return pointers in locale categroy accessor functionsCorinna Vinschen
2016-08-16Expose locale category accessor functions to non-__HAVE_LOCALE_INFO__ targets.Corinna Vinschen
2016-08-16Don't use locale_t in internal headerCorinna Vinschen
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen
2016-08-15setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targetsCorinna Vinschen
2016-08-15Get rid of LCID, reformat type definitions in setlocale.hCorinna Vinschen
2016-08-15Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen
2016-08-15Move lconv into struct __locale_t and implement __localeconv_lCorinna Vinschen
2016-08-15Implement per-locale string functionsCorinna Vinschen
2016-08-15Implement all per-locale ctype functionsCorinna Vinschen
2016-08-15Move localeconv, duplocale, freelocale, newlocale, uselocale into separate filesCorinna Vinschen
2016-08-15Remove non-working __part_load_locale function and any related codeCorinna Vinschen
2016-08-15Rearrange struct __locale_t pointers into an arrayCorinna Vinschen
2016-08-15Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen
2002-08-23 * libc/include/langinfo.h: New file.Thomas Fitzsimmons