freebsd-skq/lib/libiconv_modules
tijl 1cbbe6f2d4 MFC r263986:
- In the libiconv module for ISO 2022 restore the original order of the
  fields of a private struct such that variables of this type are
  initialised correctly.  Fixes conversion from ISO 2022.
  Also do this in the BIG5 module to prevent similar errors in the future.
- In the libiconv module for EUC-TW replace 2^cs with 1<<cs.  Fixes
  conversion from EUC-TW.
- Synchronise iconv code with NetBSD.  In most cases this only updates
  the RCS id because the changes are already there or are NetBSD specific.
  + libc/iconv/citrus_csmapper.c: Add a comment.
  + libc/iconv/citrus_db_factory.c: Remove put16().
  + libc/iconv/citrus_iconv.c: Return EINVAL on error.
  + libc/iconv/citrus_mapper.c: Return EINVAL on error.
  + libc/iconv/citrus_memstream.c: Fix type of a variable.
  + libc/iconv/citrus_prop.h: Sync definition of _CITRUS_PROP_HINT_END.
  + libc/iconv/citrus_stdenc.c: Return EINVAL on error.
  + libiconv_modules/mapper_std/citrus_mapper_std.c: Plug memory leak.

Obtained from:	NetBSD
2014-04-15 09:49:44 +00:00
..
BIG5 MFC r263986: 2014-04-15 09:49:44 +00:00
DECHanyu MFC r263986: 2014-04-15 09:49:44 +00:00
EUC MFC r260334: 2014-01-09 23:08:56 +00:00
EUCTW MFC r263986: 2014-04-15 09:49:44 +00:00
GBK2K MFC r260334: 2014-01-09 23:08:56 +00:00
HZ MFC r262441-262442,262447,262461-262464,262655: 2014-03-04 11:43:01 +00:00
iconv_none MFC r263986: 2014-04-15 09:49:44 +00:00
iconv_std MFC r263986: 2014-04-15 09:49:44 +00:00
ISO2022 MFC r263986: 2014-04-15 09:49:44 +00:00
JOHAB MFC r260334: 2014-01-09 23:08:56 +00:00
mapper_646
mapper_none
mapper_parallel MFC r260334: 2014-01-09 23:08:56 +00:00
mapper_serial MFC r260334: 2014-01-09 23:08:56 +00:00
mapper_std MFC r263986: 2014-04-15 09:49:44 +00:00
mapper_zone MFC r260334: 2014-01-09 23:08:56 +00:00
MSKanji MFC r260003: 2014-01-04 17:27:43 +00:00
UES MFC r263986: 2014-04-15 09:49:44 +00:00
UTF7 MFC r260334: 2014-01-09 23:08:56 +00:00
UTF8 MFC r260003: 2014-01-04 17:27:43 +00:00
UTF1632 MFC r260334: 2014-01-09 23:08:56 +00:00
VIQR MFC r263986: 2014-04-15 09:49:44 +00:00
ZW MFC r260003: 2014-01-04 17:27:43 +00:00
Makefile Use Makefile.inc instead of .export. 2013-09-06 10:40:38 +00:00
Makefile.inc Use Makefile.inc instead of .export. 2013-09-06 10:40:38 +00:00