aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/mbtowc_r.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-17ansification: remove _DEFUNYaakov Selkowitz1-12/+6
2018-01-17ansification: remove _ANDYaakov Selkowitz1-24/+24
2017-04-03Use enum __packed in favour of -fshort-enumsSebastian Huber1-3/+3
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen1-38/+364
2013-11-182013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com>Joel Sherrill1-2/+2
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen1-0/+2
2010-01-17 * libc/locale/locale.c (lc_ctype_charset): Disable defaulting toCorinna Vinschen1-0/+1
2010-01-10 * libc/stdlib/mbtowc_r.c (__ascii_mbtowc): Disallow conversion ofCorinna Vinschen1-0/+8
2009-11-18 * libc/stdio/vfprintf.c: Include ../stdlib/local.h. Replace call toCorinna Vinschen1-1/+1
2009-10-03 * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Allow CESU-8 surrogateCorinna Vinschen1-6/+0
2009-09-27 * libc/locale/locale.c (lc_ctype_charset): Set to "UTF-8" on Cygwin.Corinna Vinschen1-0/+4
2009-07-29 * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Rework UTF-16 surrogateCorinna Vinschen1-31/+31
2009-07-28 * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Fix incrementing n in caseCorinna Vinschen1-8/+13
2009-04-09 * libc/stdlib/mbctype.h (_iseucjp1): Like _iseucjp, but alsoCorinna Vinschen1-3/+29
2009-03-24 * libc/ctype/iswalpha.c: Handle all wchar_t as unicode onCorinna Vinschen1-317/+502
2009-03-19 * libc/stdlib/mbtowc_r.c (_mbtowc_r): Return EILSEQ in case of anCorinna Vinschen1-16/+59
2009-03-03 * libc/locale/locale.c (_setlocale_r): New implementation based onCorinna Vinschen1-7/+5
2009-02-25 * mbtowc_r.c (_mbtowc_r): Remove conversion of 5 and 6 byte UTF-8Corinna Vinschen1-121/+32
2009-02-182009-02-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-14/+14
2004-04-232004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston1-4/+5
2002-09-202002-09-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-6/+8
2002-09-092002-09-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-238/+310
2002-08-23 * libc/include/langinfo.h: New file.Thomas Fitzsimmons1-17/+18
2002-04-24 * Makefile.am (check-DEJAGNU): New target.Thomas Fitzsimmons1-0/+187
2001-06-11 * libc/stdlib/mbtowc_r.c (_mbtowc_r): Avoid dereferencingJonathan Larmour1-2/+4
2000-02-17import newlib-2000-02-17 snapshotChristopher Faylor1-0/+206