summaryrefslogtreecommitdiff
path: root/lib/libc/iconv/iconv.c
AgeCommit message (Expand)Author
2019-10-24Switch the iconv(3) prototype to the POSIX conformant variationkamil
2012-01-20Remove code for CITRUS!=yes.joerg
2009-08-05Revert to revision 1.8. Blindly ignoring options is not acceptablejoerg
2009-03-03a better method to truncate at // marksexplorer
2009-03-03Check for NULL return from strdup()explorer
2009-03-03Ignore the magic // commands in iconv_open(). This was discussed on current-...explorer
2009-01-11merge christos-time_tchristos
2009-01-02Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db fo...tnozaki
2006-11-03do the namespace protection properly; fixes the lint-library.christos
2005-04-25make sure to set errno to EINVAL if _citrus_iconv_open() returns ENOENT.tshiozak
2004-08-02revert the last all changes related to iconv(3).tshiozak
2004-08-01make sure that the iconv(3) follows the POSIX specification;tshiozak
2003-07-01add iconv_t cache.tshiozak
2003-06-27Citrus iconv support(4)tshiozak