This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 7a630f7d33 x86: Tunables may incorrectly set Prefer_PMINUB_for_stringop [...] new 1b0a2062c8 iconv: Fix matching of multi-character transliterations (bug 31859) new 39ca997ab3 Fix name space violation in fortify wrappers (bug 32052)
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: iconv/Makefile | 15 ++++++ iconv/gconv_trans.c | 2 +- iconv/tst-translit-locale | 10 ++++ .../tst-translit-mchar.c | 41 +++++++++------- .../tst-trans.sh => iconv/tst-translit-mchar.sh | 40 +++++++++------- libio/bits/stdio2.h | 40 ++++++++-------- socket/bits/socket2.h | 20 ++++---- stdlib/bits/stdlib.h | 10 ++-- wcsmbs/bits/wchar2.h | 56 +++++++++++----------- 9 files changed, 135 insertions(+), 99 deletions(-) create mode 100644 iconv/tst-translit-locale copy malloc/tst-aligned-alloc-random.c => iconv/tst-translit-mchar.c (57%) copy localedata/tst-trans.sh => iconv/tst-translit-mchar.sh (55%) mode change 100755 => 100644