index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
locale
/
iconv.c
Age
Commit message (
Expand
)
Author
Lines
2013-08-17
add hkscs/big5-2003/eten extensions to iconv big5
Rich Felker
-4
/
+33
2013-08-07
add Big5 charset support to iconv
Rich Felker
-0
/
+18
2013-08-05
iconv support for legacy Korean encodings
Rich Felker
-0
/
+38
2013-06-26
fix iconv conversion to legacy 8bit codepages
Rich Felker
-2
/
+2
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
-1
/
+1
2012-06-18
fix multiple iconv bugs reading utf-16/32 and wchar_t
Rich Felker
-8
/
+8
2012-06-18
fix iconv dest utf-16: unavailable chars must be replaced; EILSEQ is wrong
Rich Felker
-2
/
+2
2012-06-18
fix erroneous utf-16 encoding with surrogates in iconv
Rich Felker
-0
/
+1
2012-04-21
fix major breakage in iconv, bogus rejecting of dest charsets
Rich Felker
-1
/
+1
2011-07-12
gb18030 support in iconv (only from, not to)
Rich Felker
-2
/
+51
2011-07-12
legacy japanese charset support in iconv (only from, not to)
Rich Felker
-0
/
+47
2011-07-12
simplify iconv and support more legacy codepages
Rich Felker
-352
/
+54
2011-07-03
iconv was not returning -1 on most failure
Rich Felker
-0
/
+2
2011-04-07
fix breakage due to converting a return type to size_t in iconv...
Rich Felker
-1
/
+1
2011-03-25
fix all implicit conversion between signed/unsigned pointers
Rich Felker
-11
/
+11
2011-02-13
use a more-correct integer type, and silence 64-bit warnings as a bonus
Rich Felker
-2
/
+2
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+568