aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/big5.c
Commit message (Expand)AuthorAgeFilesLines
* Revamp CTYPE support (from Illumos & Dragonfly)Baptiste Daroussin2015-08-081-6/+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
* . 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
* Remove unused #includes.Tim J. Robbins2003-11-081-2/+0
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementTim J. Robbins2003-11-021-53/+50
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Remove __P() usage.David E. O'Brien2002-03-211-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-1/+0
* Megre XPG4 code into libcAndrey A. Chernov2000-06-031-2/+2
* PR: 10918Foxfair Hu1999-05-071-2/+2
* Add missing #include of <sys.types.h>Poul-Henning Kamp1998-08-151-0/+1
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.Poul-Henning Kamp1998-08-151-0/+119