index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
locale
/
iconv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix output size handling for multi-unicode-char big5-hkscs characters
Rich Felker
2018-06-01
1
-5
/
+13
*
fix iconv mapping of big5-hkscs characters that map to two unicode chars
Rich Felker
2018-06-01
1
-1
/
+1
*
fix iconv conversion to UTF-32 with implicit (big) endianness
Will Dietz
2018-05-09
1
-0
/
+2
*
fix iconv buffer overflow converting to legacy JIS-based encodings
Will Dietz
2018-05-09
1
-0
/
+1
*
fix iconv output of surrogate pairs in ucs2
Rich Felker
2017-12-18
1
-1
/
+1
*
add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconv
Rich Felker
2017-12-18
1
-3
/
+40
*
add reverse iconv mappings for JIS-based encodings
Rich Felker
2017-11-14
1
-1
/
+97
*
generalize iconv framework for 8-bit codepages
Rich Felker
2017-11-13
1
-11
/
+16
*
add iso-2022-jp support (decoding only) to iconv
Rich Felker
2017-11-10
1
-2
/
+45
*
add iconv framework for decoding stateful encodings
Rich Felker
2017-11-10
1
-3
/
+22
*
simplify/optimize iconv utf-8 case
Rich Felker
2017-11-10
1
-4
/
+3
*
handle ascii range individually in each iconv case
Rich Felker
2017-11-10
1
-2
/
+10
*
move iconv_close to its own translation unit
Rich Felker
2017-11-10
1
-5
/
+0
*
refactor iconv conversion descriptor encoding/decoding
Rich Felker
2017-11-10
1
-6
/
+20
*
fix iconv conversions for iso88592-iso885916
Bartosz Brachaczek
2017-06-20
1
-1
/
+1
*
fix iconv conversions to legacy 8bit encodings
Rich Felker
2017-05-27
1
-9
/
+12
*
byte-based C locale, phase 2: stdio and iconv (multibyte callers)
Rich Felker
2015-06-16
1
-0
/
+6
*
remove outdated and misleading comment in iconv.c
Rich Felker
2015-05-21
1
-6
/
+0
*
in iconv_open, accept "CHAR" and "" as aliases for "UTF-8"
Rich Felker
2015-05-21
1
-1
/
+2
*
add hkscs/big5-2003/eten extensions to iconv big5
Rich Felker
2013-08-17
1
-4
/
+33
*
add Big5 charset support to iconv
Rich Felker
2013-08-07
1
-0
/
+18
*
iconv support for legacy Korean encodings
Rich Felker
2013-08-05
1
-0
/
+38
*
fix iconv conversion to legacy 8bit codepages
Rich Felker
2013-06-26
1
-2
/
+2
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-1
/
+1
*
fix multiple iconv bugs reading utf-16/32 and wchar_t
Rich Felker
2012-06-18
1
-8
/
+8
*
fix iconv dest utf-16: unavailable chars must be replaced; EILSEQ is wrong
Rich Felker
2012-06-18
1
-2
/
+2
*
fix erroneous utf-16 encoding with surrogates in iconv
Rich Felker
2012-06-18
1
-0
/
+1
*
fix major breakage in iconv, bogus rejecting of dest charsets
Rich Felker
2012-04-21
1
-1
/
+1
*
gb18030 support in iconv (only from, not to)
Rich Felker
2011-07-12
1
-2
/
+51
*
legacy japanese charset support in iconv (only from, not to)
Rich Felker
2011-07-12
1
-0
/
+47
*
simplify iconv and support more legacy codepages
Rich Felker
2011-07-12
1
-352
/
+54
*
iconv was not returning -1 on most failure
Rich Felker
2011-07-03
1
-0
/
+2
*
fix breakage due to converting a return type to size_t in iconv...
Rich Felker
2011-04-07
1
-1
/
+1
*
fix all implicit conversion between signed/unsigned pointers
Rich Felker
2011-03-25
1
-11
/
+11
*
use a more-correct integer type, and silence 64-bit warnings as a bonus
Rich Felker
2011-02-13
1
-2
/
+2
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+568