summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* Fix stray closing braceCorinna Vinschen2016-08-231-1/+0
* Add/change a few #ifdef comments in locale code for clearnessCorinna Vinschen2016-08-234-13/+13
* Remove erroneous POSIX guards for reentrant locale functionsCorinna Vinschen2016-08-231-2/+0
* Reference __global_locale only via __get_global_locale.Corinna Vinschen2016-08-231-3/+3
* Remove extern declaration of __locale_cjk_lang in string/local.hCorinna Vinschen2016-08-211-4/+0
* Implement missing POSIX function nl_langinfo_lCorinna Vinschen2016-08-202-93/+58
* Introduce __current_locale_charset/__locale_charsetCorinna Vinschen2016-08-203-5/+15
* Fix html buildThomas Preud'homme2016-08-191-67/+34
* Revert "Fix __getreent function for Cygwin"Corinna Vinschen2016-08-181-6/+1
* Fix __getreent function for CygwinCorinna Vinschen2016-08-181-1/+6
* Fix pdf build failure wrt documentation of is*_l functionsThomas Preudhomme2016-08-174-104/+5
* Constify __locale_ctype_ptr and __locale_ctype_ptr_lCorinna Vinschen2016-08-172-8/+5
* Actually return pointers in locale categroy accessor functionsCorinna Vinschen2016-08-161-8/+8
* Always fall back to __ctype_ptr__ in isXXX_l functions.Corinna Vinschen2016-08-161-1/+2
* Avoid "implicit declaration of function ‘strtold_l’" in wcstold.cCorinna Vinschen2016-08-161-0/+1
* Use era_info_t and alt_digits_t on _WANT_C99_TIME_FORMATS targets onlyCorinna Vinschen2016-08-161-2/+12
* Expose locale category accessor functions to non-__HAVE_LOCALE_INFO__ targets.Corinna Vinschen2016-08-161-1/+49
* __localeconv_l: Always define locale variable lconvCorinna Vinschen2016-08-161-1/+1
* Don't use locale_t in internal headerCorinna Vinschen2016-08-162-2/+2
* Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen2016-08-1524-807/+999
* Add documentation for duplocale, freelocale, newlocale, and uselocale.Corinna Vinschen2016-08-156-2/+209
* Fold documentation of is*_l funcs into documentation of non-l is* funcsCorinna Vinschen2016-08-1568-1209/+514
* setlocale/localeconv are *not* POSIX-1.2008Corinna Vinschen2016-08-151-3/+3
* setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targetsCorinna Vinschen2016-08-153-21/+14
* __loadlocale: Set missing val when evaluating CP874Corinna Vinschen2016-08-151-0/+1
* Fix multiple thinkos in newlocaleCorinna Vinschen2016-08-151-54/+59
* Fix _REENT_INIT initialization of _localeCorinna Vinschen2016-08-151-3/+2
* Fix typo in isalnum_l docCorinna Vinschen2016-08-151-1/+1
* Get rid of LCID, reformat type definitions in setlocale.hCorinna Vinschen2016-08-151-90/+94
* Add sys/_locale.h header and fix up headersCorinna Vinschen2016-08-158-21/+35
* Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen2016-08-152-13/+37
* Move lconv into struct __locale_t and implement __localeconv_lCorinna Vinschen2016-08-153-46/+63
* Implement per-locale string functionsCorinna Vinschen2016-08-1524-100/+760
* Implement all per-locale ctype functionsCorinna Vinschen2016-08-1539-36/+1944
* Move localeconv, duplocale, freelocale, newlocale, uselocale into separate filesCorinna Vinschen2016-08-1511-334/+425
* include/locale.h: Fix POSIX guardsCorinna Vinschen2016-08-151-2/+10
* Remove non-working __part_load_locale function and any related codeCorinna Vinschen2016-08-1511-459/+9
* Fix memory handling in functions called from loadlocaleCorinna Vinschen2016-08-156-23/+72
* Implement newlocale, freelocale, duplocale, uselocaleCorinna Vinschen2016-08-152-5/+265
* Use __get_global_locale function where appropriateCorinna Vinschen2016-08-151-18/+22
* Rearrange struct __locale_t pointers into an arrayCorinna Vinschen2016-08-157-94/+82
* Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen2016-08-1510-84/+83
* Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen2016-08-1523-216/+833
* POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen2016-08-1517-429/+235
* POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen2016-08-1527-447/+545
* Do not include wctype.h in wchar.h with _GNU_SOURCEYaakov Selkowitz2016-08-121-1/+1
* Define va_list in stdio.h and wchar.hYaakov Selkowitz2016-08-122-3/+31
* Include wctype.h in wchar.h as an XSI extensionYaakov Selkowitz2016-08-111-0/+4
* Feature test macros overhaul: wctype.hYaakov Selkowitz2016-08-111-0/+2
* Feature test macros overhaul: wchar.h, part 2Yaakov Selkowitz2016-08-111-0/+30