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