add sigandset and sigorset (needed for qemu)
[musl] / src / locale / iconv.c
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-06-19 Rich Felkerfix multiple iconv bugs reading utf-16/32 and wchar_t
2012-06-19 Rich Felkerfix iconv dest utf-16: unavailable chars must be replac...
2012-06-19 Rich Felkerfix erroneous utf-16 encoding with surrogates in iconv
2012-04-21 Rich Felkerfix major breakage in iconv, bogus rejecting of dest...
2011-07-13 Rich Felkergb18030 support in iconv (only from, not to)
2011-07-12 Rich Felkerlegacy japanese charset support in iconv (only from...
2011-07-12 Rich Felkersimplify iconv and support more legacy codepages
2011-07-03 Rich Felkericonv was not returning -1 on most failure
2011-04-07 Rich Felkerfix breakage due to converting a return type to size_t...
2011-03-25 Rich Felkerfix all implicit conversion between signed/unsigned...
2011-02-14 Rich Felkeruse a more-correct integer type, and silence 64-bit...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0