aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/locale
AgeCommit message (Expand)AuthorFilesLines
2010-04-28 Extend locale support to maintain wide char values of native stringsCorinna Vinschen14-33/+530
2010-04-22* libc/Makefile.am (SUBDEFS): Add LIBC_POSIX_DEF.DJ Delorie2-1/+2
2010-03-27 * libc/locale/locale.c (loadlocale): Optimize "EUC" charset check.Corinna Vinschen2-9/+24
2010-03-02 Add eXtensible Data Record (XDR) supportCorinna Vinschen1-0/+2
2010-02-25 * libc/locale/locale.c (loadlocale): Fix typo in comment.Corinna Vinschen1-1/+1
2010-02-25 * libc/locale/locale.c: Throughout, extensively comment on theCorinna Vinschen1-8/+32
2010-02-242010-02-24 Charles Wilson <...>Jeff Johnston1-2/+1
2010-02-22 * libc/include/langinfo.h (_NL_TIME_DATE_FMT): Define new nl_itemCorinna Vinschen1-0/+3
2010-02-18 * libc/locale/timelocal.h (struct lc_time_T): Add missing ERA-relatedCorinna Vinschen3-11/+37
2010-02-09 * libc/locale/lmessages.c (__messages_load_locale): Take additionalCorinna Vinschen6-7/+44
2010-02-07 * libc/locale/locale.c: Add Cygwin's /usr/share/locale/locale.aliasCorinna Vinschen1-26/+45
2010-02-07 * libc/locale/locale.c: Fix typo in documentation. Remove uselessCorinna Vinschen1-42/+6
2010-02-06 * libc/ctype/ctype_cp.h (_CTYPE_GEORGIAN_PS_128_254): Define.Corinna Vinschen2-31/+90
2010-02-05 * libc/locale/locale.c (loadlocale): Handle ISO-8859 and KOI8 charsetsCorinna Vinschen1-13/+31
2010-01-24 * libc/locale/nl_langinfo.c (nl_langinfo): Return "CP932" when usingCorinna Vinschen1-0/+14
2010-01-23 * libc/locale/locale.c (loadlocale): Allow CP932 as alias for SJIS.Corinna Vinschen1-9/+16
2010-01-23 * libc/locale/locale.c (loadlocale): Disable JIS entirely on Cygwin.Corinna Vinschen1-1/+14
2010-01-22 * libc/locale/lmonetary.c (__monetary_load_locale): Take additionalCorinna Vinschen8-24/+153
2010-01-20 * libc/locale/nl_langinfo.c (nl_langinfo): On Cygwin, translateCorinna Vinschen1-6/+19
2010-01-17 * libc/locale/locale.c (loadlocale): Change comments to refer toCorinna Vinschen1-2/+2
2010-01-17 * libc/locale/locale.c (loadlocale): Allow three characterCorinna Vinschen1-2/+7
2010-01-17 * libc/locale/locale.c (lc_ctype_charset): Disable defaulting toCorinna Vinschen1-2/+2
2009-10-202009-10-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-91/+92
2009-10-15 * libc/locale/nl_langinfo.c (nl_langinfo): Add Cygwin-specific temporaryCorinna Vinschen1-0/+6
2009-10-09 * libc/locale/locale.c (DEFAULT_LOCALE): New define.Corinna Vinschen1-2/+14
2009-10-07 * libc/locale/nl_langinfo.c (nl_langinfo): Just return current localeCorinna Vinschen1-0/+8
2009-09-29 * libc/locale/locale.c (loadlocale): Allow "C." same as "C-" as localeCorinna Vinschen1-2/+13
2009-09-27 * libc/locale/locale.c (lc_ctype_charset): Set to "UTF-8" on Cygwin.Corinna Vinschen1-0/+9
2009-09-23 * libc/locale/locale.c: Drop Cygwin-specific windows.h include.Corinna Vinschen1-4/+1
2009-08-252009-08-25 Andy Koppe <andy.koppe@gmail.com>Jeff Johnston1-0/+1
2009-08-242009-08-24 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston1-11/+30
2009-08-21 * libc/locale/locale.c (loadlocale): Throughout check charset stringCorinna Vinschen1-11/+29
2009-06-18 * libc/locale/locale.c (loadlocale): Add handling of "@cjknarrow"Corinna Vinschen1-27/+67
2009-06-16 * libc/include/locale.h (struct lconv): Add missing members requiredCorinna Vinschen1-0/+2
2009-06-03 * libc/string/wcwidth.c: Optimize for speed.Corinna Vinschen1-0/+15
2009-05-13 * libc/locale/locale.c (setlocale): Don't build on Cygwin.Corinna Vinschen1-1/+2
2009-04-06 * libc/locale/locale.c (loadlocale): Set mbc_max to 3 for EUCJP.Corinna Vinschen1-1/+1
2009-03-31 * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.cCorinna Vinschen1-8/+3
2009-03-26 * libc/locale/locale.c (loadlocale): Revert to charset "GBK" insteadCorinna Vinschen1-2/+2
2009-03-25 * libc/locale/locale.c (loadlocale): Only change __wctomb and __mbtowcCorinna Vinschen1-24/+31
2009-03-25 * libc/locale/locale.c (loadlocale): Rename charset "GBK" toCorinna Vinschen1-3/+3
2009-03-24 * libc/locale/locale.c (loadlocale): Rename charset "CP949" toCorinna Vinschen1-24/+30
2009-03-24 * libc/locale/locale.c (loadlocale): Allow charset starting with 'e'Corinna Vinschen1-0/+1
2009-03-24 * libc/ctype/iswalpha.c: Handle all wchar_t as unicode onCorinna Vinschen1-17/+152
2009-03-23 * libc/locale/locale.c (loadlocale): Fix typo in language andCorinna Vinschen1-4/+4
2009-03-03 * libc/locale/locale.c (_setlocale_r): New implementation based onCorinna Vinschen1-144/+371
2008-11-242008-11-24 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-0/+4
2008-09-29 * configure: Regenerate for new libtool.Steve Ellcey1-8/+20
2007-12-192007-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-8/+8
2007-05-24 * ltmain.sh: Update from GCC.Steve Ellcey1-5/+21