summaryrefslogtreecommitdiffstats
path: root/tests/wchar_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add GNU extensions mempcpy and wmemcpy.Elliott Hughes2015-02-181-0/+5
* Regression test for NDK bug 80199.Elliott Hughes2015-02-141-0/+5
* Add missing function prototypes wcpcpy/wcpncpy.Christopher Ferris2014-11-131-5/+75
* Pull in upstream fixes to reject invalid bases.Elliott Hughes2014-09-231-0/+72
* Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream.Elliott Hughes2014-08-201-0/+31
* Fix mbsrtowcs(3) src param for finished string.Dan Albert2014-07-311-1/+1
* Fix mbsrtowcs(3)'s handling of len parameter.Dan Albert2014-07-211-0/+11
* Fix the printf family for non-ASCII.Elliott Hughes2014-06-051-0/+29
* Removes wcswcs from bionic for LP64.Dan Albert2014-06-041-5/+1
* Fix wmemmove test.Christopher Ferris2014-05-291-2/+2
* Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-231-0/+11
* Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-241-11/+0
* Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-231-0/+11
* Address additional warnings found by GCC 4.9.Ben Cheng2014-05-191-6/+6
* Consistently use #if defined(__BIONIC__) in tests.Elliott Hughes2014-05-131-1/+1
* Support mb sequences across calls to mb*to*wcs* functionsCalin Juravle2014-05-131-0/+108
* wchar_test.cpp: fix error between comparison signed and unsigned integerYongqin Liu2014-05-091-3/+3
* Use the OpenBSD wcsftime.Elliott Hughes2014-05-021-0/+15
* Fix wchar.cpp MIPS narrowing conversion build failure.Elliott Hughes2014-05-011-1/+1
* Switch to a working UTF-8 mb/wc implementation.Elliott Hughes2014-05-011-3/+56
* Switch to the OpenBSD wcsto* functions.Elliott Hughes2014-04-291-0/+54
* Add mbtowc and fix mbrtowc.Elliott Hughes2014-04-281-0/+38
* Replace our broken wcswcs with the working upstream one.Elliott Hughes2014-04-281-0/+15
* Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN.Elliott Hughes2014-04-211-0/+4
* Fix a wchar.wcstombs_wcrtombs test failure.Elliott Hughes2014-04-181-2/+2
* Upgrade to current vfprintf.Elliott Hughes2014-04-171-0/+100
* Implement wctomb(3) for ltrace.Elliott Hughes2014-04-071-0/+57