summaryrefslogtreecommitdiff
path: root/lib/libc/citrus/modules/citrus_big5.c
AgeCommit message (Expand)Author
2014-06-24Fix our iconv version for the issues that apply to us from CVE-2014-3951spz
2013-05-28Add mbsnrtowcs and wcsnrtombs. Approved by core.joerg
2011-05-23Make intermediate size variable size_t like the rest to avoidjoerg
2008-06-14remove unused include, locale.h.tnozaki
2006-11-221. add iconv support for following encodings:tnozaki
2006-06-19added Chinese Tradisional Big5 family,tnozaki
2005-10-29fix lib/31874.tshiozak
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-26correct wcrtomb(3) - it is not conforming to standard on handling L'\0'.tshiozak
2003-06-25Citrus iconv support (1)tshiozak
2002-03-28- move _TO_CEI to template from each module/*.c.yamt
2002-03-28introduce new macro _STATE_NEEDS_EXPLICIT_INIT.yamt
2002-03-27fix wcstombs: convertion should always begin withyamt
2002-03-27- change _ENCODING_MB_CUR_MAX to take a pointer to encoding info.yamt
2002-03-17refine i18n stuffs.tshiozak