Historique des commits

Auteur SHA1 Message Date
  Rich Felker b5121e2ed8 iconv: add aliases for GBK il y a 1 an
  Rich Felker ca6f46aff1 iconv: add euro symbol to GBK as single byte 0x80 il y a 1 an
  Rich Felker f5dba42f36 iconv: add cp932 as an alias for shift_jis il y a 1 an
  Rich Felker 029c622a89 fix output size handling for multi-unicode-char big5-hkscs characters il y a 6 ans
  Rich Felker 165a1e37a5 fix iconv mapping of big5-hkscs characters that map to two unicode chars il y a 6 ans
  Will Dietz 99f4237a69 fix iconv conversion to UTF-32 with implicit (big) endianness il y a 7 ans
  Will Dietz 55a661ff5e fix iconv buffer overflow converting to legacy JIS-based encodings il y a 7 ans
  Rich Felker 628cf979b2 fix iconv output of surrogate pairs in ucs2 il y a 7 ans
  Rich Felker 95c6044e2a add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconv il y a 7 ans
  Rich Felker a223dbd27a add reverse iconv mappings for JIS-based encodings il y a 7 ans
  Rich Felker 105eff9dec generalize iconv framework for 8-bit codepages il y a 7 ans
  Rich Felker a39f20bf9f add iso-2022-jp support (decoding only) to iconv il y a 7 ans
  Rich Felker 5b546faa67 add iconv framework for decoding stateful encodings il y a 7 ans
  Rich Felker 0df5b39a1e simplify/optimize iconv utf-8 case il y a 7 ans
  Rich Felker 9eb6dd5165 handle ascii range individually in each iconv case il y a 7 ans
  Rich Felker bff59d13a8 move iconv_close to its own translation unit il y a 7 ans
  Rich Felker 79f49effa0 refactor iconv conversion descriptor encoding/decoding il y a 7 ans
  Bartosz Brachaczek b7bfb5c3a8 fix iconv conversions for iso88592-iso885916 il y a 7 ans
  Rich Felker 97bd6b09db fix iconv conversions to legacy 8bit encodings il y a 7 ans
  Rich Felker 16f18d036d byte-based C locale, phase 2: stdio and iconv (multibyte callers) il y a 9 ans
  Rich Felker 3b0e83264d remove outdated and misleading comment in iconv.c il y a 10 ans
  Rich Felker 39b8ce66f2 in iconv_open, accept "CHAR" and "" as aliases for "UTF-8" il y a 10 ans
  Rich Felker 109bd65acf add hkscs/big5-2003/eten extensions to iconv big5 il y a 11 ans
  Rich Felker 19b4a0a20e add Big5 charset support to iconv il y a 11 ans
  Rich Felker 734062b298 iconv support for legacy Korean encodings il y a 11 ans
  Rich Felker 6a4cfbdbe7 fix iconv conversion to legacy 8bit codepages il y a 11 ans
  Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
  Rich Felker 26710be714 fix multiple iconv bugs reading utf-16/32 and wchar_t il y a 12 ans
  Rich Felker 673633c689 fix iconv dest utf-16: unavailable chars must be replaced; EILSEQ is wrong il y a 12 ans
  Rich Felker a2f149b5d1 fix erroneous utf-16 encoding with surrogates in iconv il y a 12 ans