aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2016-08-23Implement GNU extension strptime_lCorinna Vinschen2-39/+46
2016-08-23Implement GNU extension wcsftime_lCorinna Vinschen2-3/+6
2016-08-23Implement missing POSIX-1.2008 function strerror_lCorinna Vinschen1-1/+18
2016-08-23Add missing declarations of str{n}casecmp_l to strings.h.Corinna Vinschen1-0/+5
2016-08-23Fix stray closing braceCorinna Vinschen1-1/+0
2016-08-23Add/change a few #ifdef comments in locale code for clearnessCorinna Vinschen4-13/+13
2016-08-23Remove erroneous POSIX guards for reentrant locale functionsCorinna Vinschen1-2/+0
2016-08-23Reference __global_locale only via __get_global_locale.Corinna Vinschen1-3/+3
2016-08-21Remove extern declaration of __locale_cjk_lang in string/local.hCorinna Vinschen1-4/+0
2016-08-20Implement missing POSIX function nl_langinfo_lCorinna Vinschen2-93/+58
2016-08-20Introduce __current_locale_charset/__locale_charsetCorinna Vinschen3-5/+15
2016-08-19Fix html buildThomas Preud'homme1-67/+34
2016-08-18Revert "Fix __getreent function for Cygwin"Corinna Vinschen1-6/+1
2016-08-18Fix __getreent function for CygwinCorinna Vinschen1-1/+6
2016-08-17Fix pdf build failure wrt documentation of is*_l functionsThomas Preudhomme4-104/+5
2016-08-17Constify __locale_ctype_ptr and __locale_ctype_ptr_lCorinna Vinschen2-8/+5
2016-08-16Actually return pointers in locale categroy accessor functionsCorinna Vinschen1-8/+8
2016-08-16Always fall back to __ctype_ptr__ in isXXX_l functions.Corinna Vinschen1-1/+2
2016-08-16Avoid "implicit declaration of function ‘strtold_l’" in wcstold.cCorinna Vinschen1-0/+1
2016-08-16Use era_info_t and alt_digits_t on _WANT_C99_TIME_FORMATS targets onlyCorinna Vinschen1-2/+12
2016-08-16Expose locale category accessor functions to non-__HAVE_LOCALE_INFO__ targets.Corinna Vinschen1-1/+49
2016-08-16__localeconv_l: Always define locale variable lconvCorinna Vinschen1-1/+1
2016-08-16Don't use locale_t in internal headerCorinna Vinschen2-2/+2
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen24-807/+999
2016-08-15Add documentation for duplocale, freelocale, newlocale, and uselocale.Corinna Vinschen6-2/+209
2016-08-15Fold documentation of is*_l funcs into documentation of non-l is* funcsCorinna Vinschen68-1209/+514
2016-08-15setlocale/localeconv are *not* POSIX-1.2008Corinna Vinschen1-3/+3
2016-08-15setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targetsCorinna Vinschen3-21/+14
2016-08-15__loadlocale: Set missing val when evaluating CP874Corinna Vinschen1-0/+1
2016-08-15Fix multiple thinkos in newlocaleCorinna Vinschen1-54/+59
2016-08-15Fix _REENT_INIT initialization of _localeCorinna Vinschen1-3/+2
2016-08-15Fix typo in isalnum_l docCorinna Vinschen1-1/+1
2016-08-15Get rid of LCID, reformat type definitions in setlocale.hCorinna Vinschen1-90/+94
2016-08-15Add sys/_locale.h header and fix up headersCorinna Vinschen8-21/+35
2016-08-15Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen2-13/+37
2016-08-15Move lconv into struct __locale_t and implement __localeconv_lCorinna Vinschen3-46/+63
2016-08-15Implement per-locale string functionsCorinna Vinschen24-100/+760
2016-08-15Implement all per-locale ctype functionsCorinna Vinschen39-36/+1944
2016-08-15Move localeconv, duplocale, freelocale, newlocale, uselocale into separate filesCorinna Vinschen11-334/+425
2016-08-15include/locale.h: Fix POSIX guardsCorinna Vinschen1-2/+10
2016-08-15Remove non-working __part_load_locale function and any related codeCorinna Vinschen11-459/+9
2016-08-15Fix memory handling in functions called from loadlocaleCorinna Vinschen6-23/+72
2016-08-15Implement newlocale, freelocale, duplocale, uselocaleCorinna Vinschen2-5/+265
2016-08-15Use __get_global_locale function where appropriateCorinna Vinschen1-18/+22
2016-08-15Rearrange struct __locale_t pointers into an arrayCorinna Vinschen7-94/+82
2016-08-15Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen10-84/+83
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen23-216/+833
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen17-429/+235
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen27-447/+545
2016-08-12Do not include wctype.h in wchar.h with _GNU_SOURCEYaakov Selkowitz1-1/+1