| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptr | Corinna Vinschen | 2016-08-25 | 3 | -37/+33 |
* | Use struct __locale_t * for reentrent locale functions | Corinna Vinschen | 2016-08-25 | 1 | -4/+4 |
* | Add strerror_l prototype, change str[n]casecmp_l feature tests | Brian Inglis | 2016-08-25 | 2 | -10/+15 |
* | Avoid crash when calling __localeconv_l with __C_locale | Corinna Vinschen | 2016-08-24 | 1 | -0/+3 |
* | Use #if __GNU_VISIBLE, not #ifdef __GNU_VISIBLE | Corinna Vinschen | 2016-08-24 | 1 | -2/+2 |
* | strerror_l: Fix copy-and-paste typo | Eric Blake | 2016-08-23 | 1 | -1/+1 |
* | Mention strerror_l in libc/string/strings.tex | Corinna Vinschen | 2016-08-23 | 1 | -1/+1 |
* | Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE t... | Corinna Vinschen | 2016-08-23 | 5 | -6/+36 |
* | Implement GNU extension strptime_l | Corinna Vinschen | 2016-08-23 | 2 | -39/+46 |
* | Implement GNU extension wcsftime_l | Corinna Vinschen | 2016-08-23 | 2 | -3/+6 |
* | Implement missing POSIX-1.2008 function strerror_l | Corinna Vinschen | 2016-08-23 | 1 | -1/+18 |
* | Add missing declarations of str{n}casecmp_l to strings.h. | Corinna Vinschen | 2016-08-23 | 1 | -0/+5 |
* | Fix stray closing brace | Corinna Vinschen | 2016-08-23 | 1 | -1/+0 |
* | Add/change a few #ifdef comments in locale code for clearness | Corinna Vinschen | 2016-08-23 | 4 | -13/+13 |
* | Remove erroneous POSIX guards for reentrant locale functions | Corinna Vinschen | 2016-08-23 | 1 | -2/+0 |
* | Reference __global_locale only via __get_global_locale. | Corinna Vinschen | 2016-08-23 | 1 | -3/+3 |
* | Remove extern declaration of __locale_cjk_lang in string/local.h | Corinna Vinschen | 2016-08-21 | 1 | -4/+0 |
* | Implement missing POSIX function nl_langinfo_l | Corinna Vinschen | 2016-08-20 | 2 | -93/+58 |
* | Introduce __current_locale_charset/__locale_charset | Corinna Vinschen | 2016-08-20 | 3 | -5/+15 |
* | Fix html build | Thomas Preud'homme | 2016-08-19 | 1 | -67/+34 |
* | Revert "Fix __getreent function for Cygwin" | Corinna Vinschen | 2016-08-18 | 1 | -6/+1 |
* | Fix __getreent function for Cygwin | Corinna Vinschen | 2016-08-18 | 1 | -1/+6 |
* | Fix pdf build failure wrt documentation of is*_l functions | Thomas Preudhomme | 2016-08-17 | 4 | -104/+5 |
* | Constify __locale_ctype_ptr and __locale_ctype_ptr_l | Corinna Vinschen | 2016-08-17 | 2 | -8/+5 |
* | Actually return pointers in locale categroy accessor functions | Corinna Vinschen | 2016-08-16 | 1 | -8/+8 |
* | Always fall back to __ctype_ptr__ in isXXX_l functions. | Corinna Vinschen | 2016-08-16 | 1 | -1/+2 |
* | Avoid "implicit declaration of function ‘strtold_l’" in wcstold.c | Corinna Vinschen | 2016-08-16 | 1 | -0/+1 |
* | Use era_info_t and alt_digits_t on _WANT_C99_TIME_FORMATS targets only | Corinna Vinschen | 2016-08-16 | 1 | -2/+12 |
* | Expose locale category accessor functions to non-__HAVE_LOCALE_INFO__ targets. | Corinna Vinschen | 2016-08-16 | 1 | -1/+49 |
* | __localeconv_l: Always define locale variable lconv | Corinna Vinschen | 2016-08-16 | 1 | -1/+1 |
* | Don't use locale_t in internal header | Corinna Vinschen | 2016-08-16 | 2 | -2/+2 |
* | Implement strto[dflu]_l/wcsto[dflu]_l | Corinna Vinschen | 2016-08-15 | 24 | -807/+999 |
* | Add documentation for duplocale, freelocale, newlocale, and uselocale. | Corinna Vinschen | 2016-08-15 | 6 | -2/+209 |
* | Fold documentation of is*_l funcs into documentation of non-l is* funcs | Corinna Vinschen | 2016-08-15 | 68 | -1209/+514 |
* | setlocale/localeconv are *not* POSIX-1.2008 | Corinna Vinschen | 2016-08-15 | 1 | -3/+3 |
* | setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targets | Corinna Vinschen | 2016-08-15 | 3 | -21/+14 |
* | __loadlocale: Set missing val when evaluating CP874 | Corinna Vinschen | 2016-08-15 | 1 | -0/+1 |
* | Fix multiple thinkos in newlocale | Corinna Vinschen | 2016-08-15 | 1 | -54/+59 |
* | Fix _REENT_INIT initialization of _locale | Corinna Vinschen | 2016-08-15 | 1 | -3/+2 |
* | Fix typo in isalnum_l doc | Corinna Vinschen | 2016-08-15 | 1 | -1/+1 |
* | Get rid of LCID, reformat type definitions in setlocale.h | Corinna Vinschen | 2016-08-15 | 1 | -90/+94 |
* | Add sys/_locale.h header and fix up headers | Corinna Vinschen | 2016-08-15 | 8 | -21/+35 |
* | Rename __get_locale_XXX to __get_XXX_locale to use unified naming scheme | Corinna Vinschen | 2016-08-15 | 2 | -13/+37 |
* | Move lconv into struct __locale_t and implement __localeconv_l | Corinna Vinschen | 2016-08-15 | 3 | -46/+63 |
* | Implement per-locale string functions | Corinna Vinschen | 2016-08-15 | 24 | -100/+760 |
* | Implement all per-locale ctype functions | Corinna Vinschen | 2016-08-15 | 39 | -36/+1944 |
* | Move localeconv, duplocale, freelocale, newlocale, uselocale into separate files | Corinna Vinschen | 2016-08-15 | 11 | -334/+425 |
* | include/locale.h: Fix POSIX guards | Corinna Vinschen | 2016-08-15 | 1 | -2/+10 |
* | Remove non-working __part_load_locale function and any related code | Corinna Vinschen | 2016-08-15 | 11 | -459/+9 |
* | Fix memory handling in functions called from loadlocale | Corinna Vinschen | 2016-08-15 | 6 | -23/+72 |