summaryrefslogtreecommitdiffstats
path: root/libc/bionic/wchar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect parameter types for locale funcs.Dan Albert2014-09-231-2/+2
* Fix mbsrtowcs(3) src param for finished string.Dan Albert2014-07-311-1/+4
* Fix mbsrtowcs(3)'s handling of len parameter.Dan Albert2014-07-211-3/+2
* Revert "Revert "Add locale aware APIs.""Dan Albert2014-07-111-0/+22
* Revert "Add locale aware APIs."Dan Albert2014-07-091-22/+0
* Add locale aware APIs.Dan Albert2014-07-091-0/+22
* Adds functionality specified by uchar.hDan Albert2014-06-041-193/+15
* Support mb sequences across calls to mb*to*wcs* functionsCalin Juravle2014-05-131-47/+140
* Fix wchar_t signedness problems found on x86-64.Elliott Hughes2014-05-011-11/+10
* Fix wchar.cpp signed/unsigned comparison build failure.Elliott Hughes2014-05-011-2/+2
* Switch to a working UTF-8 mb/wc implementation.Elliott Hughes2014-05-011-157/+249
* Switch to OpenBSD stdio wide printf functions.Elliott Hughes2014-04-291-38/+0
* Switch to OpenBSD stdio wide get/put functions.Elliott Hughes2014-04-291-32/+0
* Switch to the OpenBSD implementations of the wide scanf functions.Elliott Hughes2014-04-291-26/+0
* Fix build (signed char issue).Elliott Hughes2014-04-291-1/+1
* Switch to the OpenBSD wcsto* functions.Elliott Hughes2014-04-291-45/+41
* Add mbtowc and fix mbrtowc.Elliott Hughes2014-04-281-7/+3
* Replace our broken wcswcs with the working upstream one.Elliott Hughes2014-04-281-6/+0
* Fix a wchar.wcstombs_wcrtombs test failure.Elliott Hughes2014-04-181-0/+3
* Upgrade to current vfprintf.Elliott Hughes2014-04-171-9/+30
* Add iswblank for libcxx.Elliott Hughes2014-04-151-0/+1
* Implement wctomb(3) for ltrace.Elliott Hughes2014-04-071-5/+19
* Move setlocale(3) and the wchar stubs over to .cpp.Elliott Hughes2012-10-221-0/+286