about summary refs log tree commit diff
path: root/src/locale/iconv.c
Commit message (Expand)AuthorAgeFilesLines
* byte-based C locale, phase 2: stdio and iconv (multibyte callers)Rich Felker2015-06-161-0/+6
* remove outdated and misleading comment in iconv.cRich Felker2015-05-211-6/+0
* in iconv_open, accept "CHAR" and "" as aliases for "UTF-8"Rich Felker2015-05-211-1/+2
* add hkscs/big5-2003/eten extensions to iconv big5Rich Felker2013-08-171-4/+33
* add Big5 charset support to iconvRich Felker2013-08-071-0/+18
* iconv support for legacy Korean encodingsRich Felker2013-08-051-0/+38
* fix iconv conversion to legacy 8bit codepagesRich Felker2013-06-261-2/+2
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* fix multiple iconv bugs reading utf-16/32 and wchar_tRich Felker2012-06-181-8/+8
* fix iconv dest utf-16: unavailable chars must be replaced; EILSEQ is wrongRich Felker2012-06-181-2/+2
* fix erroneous utf-16 encoding with surrogates in iconvRich Felker2012-06-181-0/+1
* fix major breakage in iconv, bogus rejecting of dest charsetsRich Felker2012-04-211-1/+1
* gb18030 support in iconv (only from, not to)Rich Felker2011-07-121-2/+51
* legacy japanese charset support in iconv (only from, not to)Rich Felker2011-07-121-0/+47
* simplify iconv and support more legacy codepagesRich Felker2011-07-121-352/+54
* iconv was not returning -1 on most failureRich Felker2011-07-031-0/+2
* fix breakage due to converting a return type to size_t in iconv...Rich Felker2011-04-071-1/+1
* fix all implicit conversion between signed/unsigned pointersRich Felker2011-03-251-11/+11
* use a more-correct integer type, and silence 64-bit warnings as a bonusRich Felker2011-02-131-2/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+568