This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.29/master in repository glibc.
from efe736ebe7 NEWS: Add a bug fix entry for BZ #28896 new e68db8bf5a stdio: Remove memory leak from multibyte convertion [BZ#25691] new b307c13ef3 stdio: Add tests for printf multibyte convertion leak [BZ#25691] new 5b5dd5a43d Remove most vfprintf width/precision-dependent allocations ( [...] new b2b761bc47 Fix memmove call in vfprintf-internal.c:group_number new f22d1cb932 support: Add xsetlocale function new 6da40102c7 Add test for bug 29530
The 6 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 | 4 + stdio-common/Makefile | 13 +- stdio-common/bug22.c | 2 +- .../tst-grouping2.c | 23 +- stdio-common/tst-printf-bz25691.c | 108 +++++ .../tst-vfprintf-width-prec-alloc.c | 32 +- stdio-common/vfprintf-internal.c | 447 +++++++++------------ support/Makefile | 1 + support/support.h | 1 + libio/tst-bz24228.c => support/xsetlocale.c | 19 +- 10 files changed, 347 insertions(+), 303 deletions(-) copy elf/tst-absolute-sym.c => stdio-common/tst-grouping2.c (63%) create mode 100644 stdio-common/tst-printf-bz25691.c copy sysdeps/ieee754/ldbl-96/test-sinl-pseudo.c => stdio-common/tst-vfprintf-width [...] copy libio/tst-bz24228.c => support/xsetlocale.c (74%)