This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 94d9c76e4a nss: Remove cryptographic key support from nss_files, nss_ni [...] new 91927b7c76 Rewrite iconv option parsing [BZ #19519]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: iconv/Makefile | 17 ++- iconv/Versions | 1 + iconv/gconv_charset.c | 218 ++++++++++++++++++++++++++++++ iconv/gconv_charset.h | 61 ++++++++- iconv/gconv_int.h | 19 ++- iconv/gconv_open.c | 64 ++------- iconv/iconv_open.c | 46 +------ iconv/iconv_prog.c | 63 ++++----- iconv/tst-iconv-opt.c | 347 ++++++++++++++++++++++++++++++++++++++++++++++++ iconv/tst-iconv_prog.sh | 280 ++++++++++++++++++++++++++++++++++++++ intl/dcigettext.c | 15 ++- 11 files changed, 988 insertions(+), 143 deletions(-) create mode 100644 iconv/gconv_charset.c create mode 100644 iconv/tst-iconv-opt.c create mode 100644 iconv/tst-iconv_prog.sh