summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/gbk.c
Commit message (Expand)AuthorAgeFilesLines
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-7/+12
* The problem is: currently our single byte ctype(3) functions are brokenache2007-10-131-0/+3
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* . Static'ize functions exported via function reference variables only.phantom2005-02-271-9/+10
* Use a simpler and faster buffering scheme for partial multibyte characters.tjr2004-05-171-26/+40
* Fix braino in previous: check that the second byte in the charactertjr2004-05-131-1/+1
* Move prototypes of various encoding-related functions into a new headertjr2004-05-121-5/+1
* In the absence of proper validation, at least check that null bytestjr2004-05-111-0/+4
* Perform some basic validation of multibyte conversion state objects.tjr2004-04-121-2/+15
* Don't cast away const qualifiers.tjr2004-04-101-1/+1
* Allow partial multibyte characters to accumulate in conversion statetjr2004-04-071-9/+39
* First byte of GBK-like sequences is 0x81, not 0x80ache2003-12-191-1/+1
* Remove unused #includes.tjr2003-11-081-2/+0
* Implement mbrtowc() and wcrtomb() directly (sync with big5.c).tjr2003-11-051-53/+50
* Add GBK encodingache2003-06-011-0/+116
OpenPOWER on IntegriCloud