summaryrefslogtreecommitdiffstats
path: root/newlib/libc/locale/locale.c
Commit message (Expand)AuthorAgeFilesLines
* Fix duplocale (libc/locale/duplocale.c) which fails to properly call __loadlo...Koichi Murase2017-03-131-1/+5
* Correct argument to __get_current_locale.Douglas2016-11-281-1/+1
* Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptrCorinna Vinschen2016-08-251-13/+8
* Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE t...Corinna Vinschen2016-08-231-0/+5
* Add/change a few #ifdef comments in locale code for clearnessCorinna Vinschen2016-08-231-6/+6
* Constify __locale_ctype_ptr and __locale_ctype_ptr_lCorinna Vinschen2016-08-171-3/+3
* Always fall back to __ctype_ptr__ in isXXX_l functions.Corinna Vinschen2016-08-161-1/+2
* setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targetsCorinna Vinschen2016-08-151-3/+1
* __loadlocale: Set missing val when evaluating CP874Corinna Vinschen2016-08-151-0/+1
* Move lconv into struct __locale_t and implement __localeconv_lCorinna Vinschen2016-08-151-0/+14
* Move localeconv, duplocale, freelocale, newlocale, uselocale into separate filesCorinna Vinschen2016-08-151-299/+11
* Fix memory handling in functions called from loadlocaleCorinna Vinschen2016-08-151-3/+12
* Implement newlocale, freelocale, duplocale, uselocaleCorinna Vinschen2016-08-151-0/+250
* Use __get_global_locale function where appropriateCorinna Vinschen2016-08-151-18/+22
* Rearrange struct __locale_t pointers into an arrayCorinna Vinschen2016-08-151-19/+14
* Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen2016-08-151-57/+49
* Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen2016-08-151-51/+28
* POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen2016-08-151-15/+10
* POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen2016-08-151-111/+136
* Drop now useless comment from locale.cCorinna Vinschen2016-06-241-2/+0
* Drop has_always_all_codepages flagCorinna Vinschen2016-06-231-2/+0
* Fix mismatched parentheses in documentation.Jon TURNEY2015-06-241-1/+1
* * libc/locale/locale.c (__mb_cur_max): On Cygwin, align default valueCorinna Vinschen2012-03-291-0/+4
* * libc/locale/lmessages.h (__messages_load_locale): Declare. RemoveCorinna Vinschen2011-05-041-12/+13
* Cygwin-specific patch from Andy Koppe:Corinna Vinschen2011-05-041-7/+6
* * libc/locale/locale.c (loadlocale): Recognise the "cjknarrow"Corinna Vinschen2010-11-191-11/+20
* * libc/locale/locale.c (loadlocale): Fix width of CJK ambigousCorinna Vinschen2010-11-181-18/+19
* 2010-05-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-05-111-0/+2
* Extend locale support to maintain wide char values of native stringsCorinna Vinschen2010-04-281-16/+61
* * libc/Makefile.am (SUBDEFS): Add LIBC_POSIX_DEF.DJ Delorie2010-04-221-1/+1
* * libc/locale/locale.c (loadlocale): Optimize "EUC" charset check.Corinna Vinschen2010-03-271-9/+22
* * libc/locale/locale.c (loadlocale): Fix typo in comment.Corinna Vinschen2010-02-251-1/+1
* * libc/locale/locale.c: Throughout, extensively comment on theCorinna Vinschen2010-02-251-8/+32
* * libc/locale/lmessages.c (__messages_load_locale): Take additionalCorinna Vinschen2010-02-091-1/+7
* * libc/locale/locale.c: Add Cygwin's /usr/share/locale/locale.aliasCorinna Vinschen2010-02-071-26/+45
* * libc/locale/locale.c: Fix typo in documentation. Remove uselessCorinna Vinschen2010-02-071-42/+6
* * libc/ctype/ctype_cp.h (_CTYPE_GEORGIAN_PS_128_254): Define.Corinna Vinschen2010-02-061-31/+86
* * libc/locale/locale.c (loadlocale): Handle ISO-8859 and KOI8 charsetsCorinna Vinschen2010-02-051-13/+31
* * libc/locale/locale.c (loadlocale): Allow CP932 as alias for SJIS.Corinna Vinschen2010-01-231-9/+16
* * libc/locale/locale.c (loadlocale): Disable JIS entirely on Cygwin.Corinna Vinschen2010-01-231-1/+14
* * libc/locale/lmonetary.c (__monetary_load_locale): Take additionalCorinna Vinschen2010-01-221-6/+67
* * libc/locale/locale.c (loadlocale): Change comments to refer toCorinna Vinschen2010-01-171-2/+2
* * libc/locale/locale.c (loadlocale): Allow three characterCorinna Vinschen2010-01-171-2/+7
* * libc/locale/locale.c (lc_ctype_charset): Disable defaulting toCorinna Vinschen2010-01-171-2/+2
* * libc/locale/locale.c (DEFAULT_LOCALE): New define.Corinna Vinschen2009-10-091-2/+14
* * libc/locale/locale.c (loadlocale): Allow "C." same as "C-" as localeCorinna Vinschen2009-09-291-2/+13
* * libc/locale/locale.c (lc_ctype_charset): Set to "UTF-8" on Cygwin.Corinna Vinschen2009-09-271-0/+9
* * libc/locale/locale.c: Drop Cygwin-specific windows.h include.Corinna Vinschen2009-09-231-4/+1
* 2009-08-25 Andy Koppe <andy.koppe@gmail.com>Jeff Johnston2009-08-251-0/+1
* 2009-08-24 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston2009-08-241-11/+30