about summary refs log tree commit diff
path: root/src/locale/iconv.c
Commit message (Expand)AuthorAgeFilesLines
* 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