This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8022fc7d51 tests: replace system by xsystem new 5f83b2674e C2x printf %wN, %wfN support (bug 24466)
The 1 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 | 7 + manual/stdio.texi | 18 + stdio-common/Makefile | 1 + stdio-common/printf-parse.h | 9 +- stdio-common/printf-parsemb.c | 56 +- stdio-common/printf-prs.c | 3 +- stdio-common/tst-printf-intn-main.c | 637 +++++++++++++++++++++ .../{tst-printf-binary.c => tst-printf-intn.c} | 7 +- stdio-common/vfprintf-internal.c | 82 ++- wcsmbs/Makefile | 1 + .../{tst-wprintf-binary.c => tst-wprintf-intn.c} | 7 +- 11 files changed, 807 insertions(+), 21 deletions(-) create mode 100644 stdio-common/tst-printf-intn-main.c copy stdio-common/{tst-printf-binary.c => tst-printf-intn.c} (82%) copy wcsmbs/{tst-wprintf-binary.c => tst-wprintf-intn.c} (81%)