| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix duplocale (libc/locale/duplocale.c) which fails to properly call __loadlo... | Koichi Murase | 2017-03-13 | 1 | -1/+5 |
* | Correct argument to __get_current_locale. | Douglas | 2016-11-28 | 1 | -1/+1 |
* | Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptr | Corinna Vinschen | 2016-08-25 | 1 | -13/+8 |
* | Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE t... | Corinna Vinschen | 2016-08-23 | 1 | -0/+5 |
* | Add/change a few #ifdef comments in locale code for clearness | Corinna Vinschen | 2016-08-23 | 1 | -6/+6 |
* | Constify __locale_ctype_ptr and __locale_ctype_ptr_l | Corinna Vinschen | 2016-08-17 | 1 | -3/+3 |
* | Always fall back to __ctype_ptr__ in isXXX_l functions. | Corinna Vinschen | 2016-08-16 | 1 | -1/+2 |
* | setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targets | Corinna Vinschen | 2016-08-15 | 1 | -3/+1 |
* | __loadlocale: Set missing val when evaluating CP874 | Corinna Vinschen | 2016-08-15 | 1 | -0/+1 |
* | Move lconv into struct __locale_t and implement __localeconv_l | Corinna Vinschen | 2016-08-15 | 1 | -0/+14 |
* | Move localeconv, duplocale, freelocale, newlocale, uselocale into separate files | Corinna Vinschen | 2016-08-15 | 1 | -299/+11 |
* | Fix memory handling in functions called from loadlocale | Corinna Vinschen | 2016-08-15 | 1 | -3/+12 |
* | Implement newlocale, freelocale, duplocale, uselocale | Corinna Vinschen | 2016-08-15 | 1 | -0/+250 |
* | Use __get_global_locale function where appropriate | Corinna Vinschen | 2016-08-15 | 1 | -18/+22 |
* | Rearrange struct __locale_t pointers into an array | Corinna Vinschen | 2016-08-15 | 1 | -19/+14 |
* | Change loadlocale to fill a __locale_t given as parameter | Corinna Vinschen | 2016-08-15 | 1 | -57/+49 |
* | Consolidate wctomb/mbtowc calls for POSIX-1.2008 | Corinna Vinschen | 2016-08-15 | 1 | -51/+28 |
* | POSIX-1.2008 per-thread locales, groundwork part 2 | Corinna Vinschen | 2016-08-15 | 1 | -15/+10 |
* | POSIX-1.2008 per-thread locales, groundwork part 1 | Corinna Vinschen | 2016-08-15 | 1 | -111/+136 |
* | Drop now useless comment from locale.c | Corinna Vinschen | 2016-06-24 | 1 | -2/+0 |
* | Drop has_always_all_codepages flag | Corinna Vinschen | 2016-06-23 | 1 | -2/+0 |
* | Fix mismatched parentheses in documentation. | Jon TURNEY | 2015-06-24 | 1 | -1/+1 |
* | * libc/locale/locale.c (__mb_cur_max): On Cygwin, align default value | Corinna Vinschen | 2012-03-29 | 1 | -0/+4 |
* | * libc/locale/lmessages.h (__messages_load_locale): Declare. Remove | Corinna Vinschen | 2011-05-04 | 1 | -12/+13 |
* | Cygwin-specific patch from Andy Koppe: | Corinna Vinschen | 2011-05-04 | 1 | -7/+6 |
* | * libc/locale/locale.c (loadlocale): Recognise the "cjknarrow" | Corinna Vinschen | 2010-11-19 | 1 | -11/+20 |
* | * libc/locale/locale.c (loadlocale): Fix width of CJK ambigous | Corinna Vinschen | 2010-11-18 | 1 | -18/+19 |
* | 2010-05-11 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2010-05-11 | 1 | -0/+2 |
* | Extend locale support to maintain wide char values of native strings | Corinna Vinschen | 2010-04-28 | 1 | -16/+61 |
* | * libc/Makefile.am (SUBDEFS): Add LIBC_POSIX_DEF. | DJ Delorie | 2010-04-22 | 1 | -1/+1 |
* | * libc/locale/locale.c (loadlocale): Optimize "EUC" charset check. | Corinna Vinschen | 2010-03-27 | 1 | -9/+22 |
* | * libc/locale/locale.c (loadlocale): Fix typo in comment. | Corinna Vinschen | 2010-02-25 | 1 | -1/+1 |
* | * libc/locale/locale.c: Throughout, extensively comment on the | Corinna Vinschen | 2010-02-25 | 1 | -8/+32 |
* | * libc/locale/lmessages.c (__messages_load_locale): Take additional | Corinna Vinschen | 2010-02-09 | 1 | -1/+7 |
* | * libc/locale/locale.c: Add Cygwin's /usr/share/locale/locale.alias | Corinna Vinschen | 2010-02-07 | 1 | -26/+45 |
* | * libc/locale/locale.c: Fix typo in documentation. Remove useless | Corinna Vinschen | 2010-02-07 | 1 | -42/+6 |
* | * libc/ctype/ctype_cp.h (_CTYPE_GEORGIAN_PS_128_254): Define. | Corinna Vinschen | 2010-02-06 | 1 | -31/+86 |
* | * libc/locale/locale.c (loadlocale): Handle ISO-8859 and KOI8 charsets | Corinna Vinschen | 2010-02-05 | 1 | -13/+31 |
* | * libc/locale/locale.c (loadlocale): Allow CP932 as alias for SJIS. | Corinna Vinschen | 2010-01-23 | 1 | -9/+16 |
* | * libc/locale/locale.c (loadlocale): Disable JIS entirely on Cygwin. | Corinna Vinschen | 2010-01-23 | 1 | -1/+14 |
* | * libc/locale/lmonetary.c (__monetary_load_locale): Take additional | Corinna Vinschen | 2010-01-22 | 1 | -6/+67 |
* | * libc/locale/locale.c (loadlocale): Change comments to refer to | Corinna Vinschen | 2010-01-17 | 1 | -2/+2 |
* | * libc/locale/locale.c (loadlocale): Allow three character | Corinna Vinschen | 2010-01-17 | 1 | -2/+7 |
* | * libc/locale/locale.c (lc_ctype_charset): Disable defaulting to | Corinna Vinschen | 2010-01-17 | 1 | -2/+2 |
* | * libc/locale/locale.c (DEFAULT_LOCALE): New define. | Corinna Vinschen | 2009-10-09 | 1 | -2/+14 |
* | * libc/locale/locale.c (loadlocale): Allow "C." same as "C-" as locale | Corinna Vinschen | 2009-09-29 | 1 | -2/+13 |
* | * libc/locale/locale.c (lc_ctype_charset): Set to "UTF-8" on Cygwin. | Corinna Vinschen | 2009-09-27 | 1 | -0/+9 |
* | * libc/locale/locale.c: Drop Cygwin-specific windows.h include. | Corinna Vinschen | 2009-09-23 | 1 | -4/+1 |
* | 2009-08-25 Andy Koppe <andy.koppe@gmail.com> | Jeff Johnston | 2009-08-25 | 1 | -0/+1 |
* | 2009-08-24 Corinna Vinschen <corinna@vinschen.de> | Jeff Johnston | 2009-08-24 | 1 | -11/+30 |