summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r286490,r286491,r287125bapt2015-09-021-16/+6
* MFC r268272:pfg2014-07-121-19/+10
* MFC r265095, r265167;pfg2014-05-051-0/+7
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-9/+14
* Add comment explaining __mb_sb_limit trick here.ache2007-10-151-0/+5
* The problem is: currently our single byte ctype(3) functions are brokenache2007-10-131-0/+3
* Fix a bug where, for 6-byte sequences, the top 6 bits get compared totrhodes2006-03-301-1/+1
* . Static'ize functions exported via function reference variables only.phantom2005-02-271-13/+15
* Fix comparisons that test if an unsigned value is < 0.stefanf2005-02-121-2/+2
* Add UTF-8-specific implementations of mbsnrtowcs() and wcsnrtombs().tjr2004-07-271-0/+163
* Add fast paths for conversion of plain ASCII characters.tjr2004-07-091-0/+13
* Use conversion state objects to store the accumulated wide character,tjr2004-05-171-63/+67
* Move prototypes of various encoding-related functions into a new headertjr2004-05-121-5/+1
* Perform some basic validation of multibyte conversion state objects.tjr2004-04-121-2/+14
* Don't cast away const qualifiers.tjr2004-04-101-1/+1
* Allow partial multibyte characters to accumulate in conversion statetjr2004-04-071-12/+41
* Fix a typo that caused mbrtowc() to always return 0.tjr2003-11-111-1/+1
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementtjr2003-11-021-71/+69
* Whack 28 unused variables.nectar2003-02-181-1/+1
* Add a UTF-8 encoding method, which will eventually replace the antiquetjr2002-10-101-0/+204
OpenPOWER on IntegriCloud