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
2018-06-01
fix output size handling for multi-unicode-char big5-hkscs characters
Rich Felker
-5
/
+13
2018-06-01
fix iconv mapping of big5-hkscs characters that map to two unicode chars
Rich Felker
-1
/
+1
2018-05-09
fix iconv conversion to UTF-32 with implicit (big) endianness
Will Dietz
-0
/
+2
2018-05-09
fix iconv buffer overflow converting to legacy JIS-based encodings
Will Dietz
-0
/
+1
2017-12-18
fix iconv output of surrogate pairs in ucs2
Rich Felker
-1
/
+1
2017-12-18
add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconv
Rich Felker
-3
/
+40
2017-11-14
add reverse iconv mappings for JIS-based encodings
Rich Felker
-1
/
+97
2017-11-13
generalize iconv framework for 8-bit codepages
Rich Felker
-11
/
+16
2017-11-10
add iso-2022-jp support (decoding only) to iconv
Rich Felker
-2
/
+45
2017-11-10
add iconv framework for decoding stateful encodings
Rich Felker
-3
/
+22
2017-11-10
simplify/optimize iconv utf-8 case
Rich Felker
-4
/
+3
2017-11-10
handle ascii range individually in each iconv case
Rich Felker
-2
/
+10
2017-11-10
move iconv_close to its own translation unit
Rich Felker
-5
/
+0
2017-11-10
refactor iconv conversion descriptor encoding/decoding
Rich Felker
-6
/
+20
2017-06-20
fix iconv conversions for iso88592-iso885916
Bartosz Brachaczek
-1
/
+1
2017-05-27
fix iconv conversions to legacy 8bit encodings
Rich Felker
-9
/
+12
2015-06-16
byte-based C locale, phase 2: stdio and iconv (multibyte callers)
Rich Felker
-0
/
+6
2015-05-21
remove outdated and misleading comment in iconv.c
Rich Felker
-6
/
+0
2015-05-21
in iconv_open, accept "CHAR" and "" as aliases for "UTF-8"
Rich Felker
-1
/
+2
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