aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/wctomb_r.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-31Revert "* libc/stdlib/mbtowc_r.c (__ascii_mbtowc): Disallow conversion of"Corinna Vinschen1-4/+0
2023-02-25Cygwin: fully support KOI8-T codesetCorinna Vinschen1-2/+9
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce1-9/+9
2018-01-17ansification: remove _DEFUNYaakov Selkowitz1-12/+6
2018-01-17ansification: remove _ANDYaakov Selkowitz1-18/+18
2016-10-22Drop redundant checks for NULL input string in wctomb helper funcsCorinna Vinschen1-6/+0
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen1-36/+323
2015-04-23Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen1-1/+1
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen1-1/+1
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/+4
2009-10-03 * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Allow CESU-8 surrogateCorinna Vinschen1-32/+35
2009-09-27 * libc/locale/locale.c (lc_ctype_charset): Set to "UTF-8" on Cygwin.Corinna Vinschen1-0/+4
2009-04-09 * libc/stdlib/mbctype.h (_iseucjp1): Like _iseucjp, but alsoCorinna Vinschen1-1/+8
2009-03-24 * libc/ctype/iswalpha.c: Handle all wchar_t as unicode onCorinna Vinschen1-163/+301
2009-03-19 * libc/stdlib/mbtowc_r.c (_mbtowc_r): Return EILSEQ in case of anCorinna Vinschen1-0/+2
2009-03-03 * libc/locale/locale.c (_setlocale_r): New implementation based onCorinna Vinschen1-7/+5
2009-03-022009-03-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2009-03-022009-03-02 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston1-6/+32
2009-02-25 * mbtowc_r.c (_mbtowc_r): Remove conversion of 5 and 6 byte UTF-8Corinna Vinschen1-23/+38
2007-05-16* libc/stdlib/wctomb_r.c (_wctomb_r): Avoid gcc warnings on cygwin.Eric Blake1-2/+6
2002-09-202002-09-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-5/+7
2002-09-092002-09-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-4/+7
2002-08-23 * libc/include/langinfo.h: New file.Thomas Fitzsimmons1-6/+7
2002-04-24 * Makefile.am (check-DEJAGNU): New target.Thomas Fitzsimmons1-0/+57
2000-08-242000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch>Jeff Johnston1-0/+1
2000-02-17import newlib-2000-02-17 snapshotChristopher Faylor1-0/+110