freebsd-skq/lib/libiconv_modules
tijl de4e2206d5 MFC r267436-267439:
- Replace malloc+memset with calloc.
- iconv_open(3): initialise ci_ilseq_invalid field of _citrus_iconv_shared
  struct after allocation with malloc.
- iconvlist(3): reduce a memory leak by copying strings only once.
- iconv(1):
  - Make invalids variable local to do_conv such that it prints the number
    of invalid characters of the current file instead of an accumulated
    value.
  - Make do_conv return an error when invalid characters have been found.
    Return EXIT_FAILURE from main if any file contained invalid characters.
    This matches the behaviour of GNU iconv.
  - Mark usage with __dead2 attribute.
  - Make the long_options array const.

Tested by:	Pavel Timofeev <timp87@gmail.com>
2014-06-20 07:32:03 +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 r267436-267439: 2014-06-20 07:32:03 +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