This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 1a920d9c26 posix: Adapt tst-spawn{2,3} to use libsupport. new e2390be8e4 vfprintf: Add test case for user-defined types and format sp [...] new c11cfe8d7c vfprintf: Add test case for multi-byte/wide strings and precision new 08d01cae60 vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t builds new cd00e12d31 _i18n_number_rewrite: Use struct scratch_buffer new 12d5853e22 vfprintf: Use struct scratch_buffer for positional arguments [...] new edc1686af0 vfprintf: Reuse work_buffer in group_number
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: ChangeLog | 32 ++ stdio-common/Makefile | 4 +- stdio-common/_i18n_number.h | 23 +- stdio-common/tst-vfprintf-mbs-prec.c | 543 ++++++++++++++++++++++++++++++++++ stdio-common/tst-vfprintf-user-type.c | 217 ++++++++++++++ stdio-common/vfprintf.c | 137 +++++---- 6 files changed, 871 insertions(+), 85 deletions(-) create mode 100644 stdio-common/tst-vfprintf-mbs-prec.c create mode 100644 stdio-common/tst-vfprintf-user-type.c