aboutsummaryrefslogtreecommitdiff
path: root/tests/wchar_test.cpp
AgeCommit message (Expand)Author
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2018-07-06Fix some long-standing UTF-8 bugs.Elliott Hughes
2018-02-13Add remaining _l function stubs.Elliott Hughes
2017-08-30Use have_dl to guard all tests that rely on icu4c.Elliott Hughes
2017-08-22Fix wchar.wcstold_hex_floats on arm64Logan Chien
2017-08-09Expand wcsto* tests.Dan Albert
2017-07-27Implement wcwidth(3) in terms of icu4c.Elliott Hughes
2017-07-14Hide various mbstate implementation details.Elliott Hughes
2016-12-02Fix wcsto* where strings begin with whitespace.Dan Albert
2016-09-29Fix mbsnrtowcs where `dst` is null.Elliott Hughes
2016-09-07Fix sscanf/wcstod parsing of NaNs.Elliott Hughes
2016-06-03Fix misc-macro-parentheses warnings in bionic/tests.Chih-Hung Hsieh
2015-02-18Add GNU extensions mempcpy and wmemcpy.Elliott Hughes
2015-02-14Regression test for NDK bug 80199.Elliott Hughes
2014-11-13Add missing function prototypes wcpcpy/wcpncpy.Christopher Ferris
2014-09-23Pull in upstream fixes to reject invalid bases.Elliott Hughes
2014-08-20Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream.Elliott Hughes
2014-07-31Fix mbsrtowcs(3) src param for finished string.Dan Albert
2014-07-21Fix mbsrtowcs(3)'s handling of len parameter.Dan Albert
2014-06-05Fix the printf family for non-ASCII.Elliott Hughes
2014-06-04Removes wcswcs from bionic for LP64.Dan Albert
2014-05-29Fix wmemmove test.Christopher Ferris
2014-05-23Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer
2014-05-24Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris
2014-05-23Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer
2014-05-19Address additional warnings found by GCC 4.9.Ben Cheng
2014-05-13Consistently use #if defined(__BIONIC__) in tests.Elliott Hughes
2014-05-13Support mb sequences across calls to mb*to*wcs* functionsCalin Juravle
2014-05-09wchar_test.cpp: fix error between comparison signed and unsigned integerYongqin Liu
2014-05-02Use the OpenBSD wcsftime.Elliott Hughes
2014-05-01Fix wchar.cpp MIPS narrowing conversion build failure.Elliott Hughes
2014-05-01Switch to a working UTF-8 mb/wc implementation.Elliott Hughes
2014-04-29Switch to the OpenBSD wcsto* functions.Elliott Hughes
2014-04-28Add mbtowc and fix mbrtowc.Elliott Hughes
2014-04-28Replace our broken wcswcs with the working upstream one.Elliott Hughes
2014-04-21Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN.Elliott Hughes
2014-04-18Fix a wchar.wcstombs_wcrtombs test failure.Elliott Hughes
2014-04-17Upgrade to current vfprintf.Elliott Hughes
2014-04-07Implement wctomb(3) for ltrace.Elliott Hughes