Histórico de Commits

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