summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/big5.c
Commit message (Expand)AuthorAgeFilesLines
* The problem is: currently our single byte ctype(3) functions are brokenache2007-10-131-0/+3
* . 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
* Remove unused #includes.tjr2003-11-081-2/+0
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementtjr2003-11-021-53/+50
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-211-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-1/+0
* Megre XPG4 code into libcache2000-06-031-2/+2
* PR: 10918foxfair1999-05-071-2/+2
* Add missing #include of <sys.types.h>phk1998-08-151-0/+1
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.phk1998-08-151-0/+119
OpenPOWER on IntegriCloud