summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/wctomb_r.c
Commit message (Expand)AuthorAgeFilesLines
* Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen2015-04-231-1/+1
* Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen2012-08-081-1/+1
* * libc/locale/locale.c (lc_ctype_charset): Disable defaulting toCorinna Vinschen2010-01-171-0/+1
* * libc/stdlib/mbtowc_r.c (__ascii_mbtowc): Disallow conversion ofCorinna Vinschen2010-01-101-0/+4
* * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Allow CESU-8 surrogateCorinna Vinschen2009-10-031-32/+35
* * libc/locale/locale.c (lc_ctype_charset): Set to "UTF-8" on Cygwin.Corinna Vinschen2009-09-271-0/+4
* * libc/stdlib/mbctype.h (_iseucjp1): Like _iseucjp, but alsoCorinna Vinschen2009-04-091-1/+8
* * libc/ctype/iswalpha.c: Handle all wchar_t as unicode onCorinna Vinschen2009-03-241-163/+301
* * libc/stdlib/mbtowc_r.c (_mbtowc_r): Return EILSEQ in case of anCorinna Vinschen2009-03-191-0/+2
* * libc/locale/locale.c (_setlocale_r): New implementation based onCorinna Vinschen2009-03-031-7/+5
* 2009-03-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-03-021-1/+1
* 2009-03-02 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston2009-03-021-6/+32
* * mbtowc_r.c (_mbtowc_r): Remove conversion of 5 and 6 byte UTF-8Corinna Vinschen2009-02-251-23/+38
* * libc/stdlib/wctomb_r.c (_wctomb_r): Avoid gcc warnings on cygwin.Eric Blake2007-05-161-2/+6
* 2002-09-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-09-201-5/+7
* 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-09-091-4/+7
* * libc/include/langinfo.h: New file.Thomas Fitzsimmons2002-08-231-6/+7
* * Makefile.am (check-DEJAGNU): New target.Thomas Fitzsimmons2002-04-241-0/+57
* 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch>Jeff Johnston2000-08-241-0/+1
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+110