summaryrefslogtreecommitdiffstats
path: root/libc/include/wchar.h
Commit message (Expand)AuthorAgeFilesLines
* Change wctype_t from int to long.Calin Juravle2014-05-131-1/+1
* Change wctype_t from enum to intCalin Juravle2014-05-131-2/+4
* Support mb sequences across calls to mb*to*wcs* functionsCalin Juravle2014-05-131-5/+3
* Merge "Reserve space in mbstate to allow for proper wchar support"Calin Juravle2014-04-301-2/+9
|\
| * Reserve space in mbstate to allow for proper wchar supportCalin Juravle2014-04-291-2/+9
* | Switch to the OpenBSD implementations of the wide scanf functions.Elliott Hughes2014-04-291-3/+6
* | Switch to the OpenBSD wcsto* functions.Elliott Hughes2014-04-291-7/+12
|/
* Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN.Elliott Hughes2014-04-211-6/+2
* Add iswblank for libcxx.Elliott Hughes2014-04-151-0/+1
* Implement wctomb(3) for ltrace.Elliott Hughes2014-04-071-11/+3
* More OpenBSD cleanup (primarily string).Elliott Hughes2014-02-241-0/+3
* Ensure that <stdint.h> defines SIZE_MAX and friends.Elliott Hughes2013-06-131-0/+3
* Switch to upstream-freebsd for the unmolested wchar code.Elliott Hughes2013-03-011-0/+5
* Bug: __WINT_TYPE__ and wint_t reference to different typesSergey Melnikov2012-11-261-1/+1
* Remove useless #defines and incorrect claims from header files.Elliott Hughes2012-10-011-6/+1
* Add wcscasecmp() and wcsncasecmp() prototypes to wchar.h.tedbo2010-11-291-0/+2
* Remove compiler warnings when building Bionic.David 'Digit' Turner2010-06-221-1/+1
* wchar.h: improve wchar_t support in BionicDavid 'Digit' Turner2010-06-151-3/+3
* Add stdlib functions mbstowcs() and wcstombs().Dan Bornstein2009-11-101-0/+2
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+155
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-155/+0
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-5/+6
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+5
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+5
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+145