summaryrefslogtreecommitdiff
path: root/lib/libc/locale/gbk.c
Commit message (Expand)AuthorAgeFilesLines
* Revamp CTYPE support (from Illumos & Dragonfly)Baptiste Daroussin2015-08-081-2/+26
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-7/+12
* The problem is: currently our single byte ctype(3) functions are brokenAndrey A. Chernov2007-10-131-0/+3
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* . Static'ize functions exported via function reference variables only.Alexey Zelkin2005-02-271-9/+10
* Use a simpler and faster buffering scheme for partial multibyte characters.Tim J. Robbins2004-05-171-26/+40
* Fix braino in previous: check that the second byte in the characterTim J. Robbins2004-05-131-1/+1
* Move prototypes of various encoding-related functions into a new headerTim J. Robbins2004-05-121-5/+1
* In the absence of proper validation, at least check that null bytesTim J. Robbins2004-05-111-0/+4
* Perform some basic validation of multibyte conversion state objects.Tim J. Robbins2004-04-121-2/+15
* Don't cast away const qualifiers.Tim J. Robbins2004-04-101-1/+1
* Allow partial multibyte characters to accumulate in conversion stateTim J. Robbins2004-04-071-9/+39
* First byte of GBK-like sequences is 0x81, not 0x80Andrey A. Chernov2003-12-191-1/+1
* Remove unused #includes.Tim J. Robbins2003-11-081-2/+0
* Implement mbrtowc() and wcrtomb() directly (sync with big5.c).Tim J. Robbins2003-11-051-53/+50
* Add GBK encodingAndrey A. Chernov2003-06-011-0/+116