This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 751a5502be AArch64: Add vector logp1 alias for log1p new 422ed8ede3 iconv: Base tests for buffer management new 0cb64617a6 iconv: Do not use mmap in iconv (the program) (bug 17703) new 00ba299787 manual: __is_last is no longer part of iconv internals new 6cbf845fcd iconv: Preserve iconv -c error exit on invalid inputs (bug 32046) new 8ef3cff9d1 iconv: Support in-place conversions (bug 10460, bug 32033) new 75819cdd29 iconv: Multiple - on command line should not fail (bug 32050) new fa1b0d5e9f iconv: Input buffering for the iconv program (bug 6050)
The 7 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 | 3 + iconv/Makefile | 27 +- iconv/gconv_int.h | 30 ++ iconv/gconv_simple.c | 18 +- iconv/gconv_trans.c | 2 +- iconv/iconv_prog.c | 547 ++++++++++++++++++++++------------- iconv/loop.c | 5 +- iconv/tst-iconv-sticky-input-error.c | 135 +++++++++ iconv/tst-iconv_prog-buffer.sh | 306 ++++++++++++++++++++ iconvdata/cp932.c | 6 +- iconvdata/euc-jp-ms.c | 8 +- iconvdata/gbbig5.c | 4 +- iconvdata/ibm1364.c | 8 +- iconvdata/iso646.c | 154 +++++----- iconvdata/unicode.c | 2 +- iconvdata/utf-16.c | 2 +- iconvdata/utf-32.c | 2 +- manual/charset.texi | 18 +- 18 files changed, 957 insertions(+), 320 deletions(-) create mode 100644 iconv/tst-iconv-sticky-input-error.c create mode 100644 iconv/tst-iconv_prog-buffer.sh