summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/euc.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-8/+9
* Prefix the names of members of _RuneLocale and its sub-structurestjr2004-06-231-5/+5
* Buffer partial wide characters more efficiently: instead of storing thetjr2004-05-271-31/+46
* 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-1/+7
* 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-10/+40
* Remove unused #includes.tjr2003-11-081-3/+0
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementtjr2003-11-021-83/+69
* Add safeguards to never use errno == 0 as setrunelocale() error return codeache2002-08-091-1/+1
* Rewrite locale loading procedures, so any load failure will not affectache2002-08-081-22/+13
* Fix wrong address when EucInfo > "variable" sizeache2002-08-071-1/+1
* Remove the hard-coded limit of 3 bytes for EUC encodings.asmodai2002-04-141-1/+3
* Fix EUC encoding conversion for codeset 3 and 4 to comply to the specification.asmodai2002-04-071-0/+6
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-211-2/+2
* Megre XPG4 code into libcache2000-06-031-2/+2
* Include string.h for memcpy function prototype.jb1998-01-141-0/+1
* Migrate from XPG4 to XPG3 (libxpg4 will be added soon)ache1995-10-231-0/+2
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+220
OpenPOWER on IntegriCloud