This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.31/master in repository glibc.
from 1c8efe848b powerpc: Fix incorrect cache line size load in memset (bug 26332) new 70d585151c Rewrite iconv option parsing [BZ #19519] new 6fdf971c9d Add NEWS entry for CVE-2016-10228 (bug 19519)
The 2 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: NEWS | 6 + 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 ++- 12 files changed, 994 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