This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/bz30558-posix_timer in repository glibc.
discards 569976529b linux: Do not spawn a new thread for SIGEV_THREAD (BZ 30558) adds 01dd2875f8 grantpt: Get rid of alloca adds cf30aa43a5 hurd: writev: Get rid of alloca adds 20b6b8e8a5 tests: replace read by xread adds 8022fc7d51 tests: replace system by xsystem adds 5f83b2674e C2x printf %wN, %wfN support (bug 24466) adds 2d88df5411 C2x scanf %b support adds 4290aed051 Fix misspellings -- BZ 25337 adds c6957bddb9 hurd: writev: Add back cleanup handler adds 9e6863a537 hurd: readv: Get rid of alloca adds 1bc85effd5 sysdeps/{i386, x86_64}/mempcpy_chk.S: fix linknamespace for [...] adds 427dbaee86 stdio-common: tests: Incorrect maxlen parameter for swprintf adds 04d85febb9 wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration [...] adds 0371c23623 debug/readlink{, at}_chk.c: Harmonize declaration and definition adds 131af38694 rt/tst-mqueue4.c: Fix wrong number of argument for mq_open adds d636339306 sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: Fix warn unused result adds 99f9ae4ed0 benchtests: fix warn unused result new 76d0104ced linux: Do not spawn a new thread for SIGEV_THREAD (BZ 30558)
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (569976529b) \ N -- N -- N refs/heads/azanella/bz30558-posix_timer (76d0104ced)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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 | 16 +- benchtests/bench-strcoll.c | 6 +- debug/readlink_chk.c | 3 +- debug/readlinkat_chk.c | 3 +- dirent/tst-fdopendir.c | 3 +- elf/tst-stackguard1.c | 5 +- include/wchar.h | 1 + libio/bug-mmap-fflush.c | 7 +- manual/stdio.texi | 30 +- nptl/pthread_cancel.c | 26 +- nptl/tst-cancel7.c | 3 +- nptl/tst-cleanup4.c | 4 +- nptl/tst-stackguard1.c | 4 +- nss/tst-nss-db-endpwent.c | 3 +- rt/tst-mqueue4.c | 4 +- rt/tst-timer-sigmask.c | 59 +- 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-bz25691.c | 8 +- stdio-common/tst-printf-intn-main.c | 637 +++++++++++++++++++++ .../{tst-printf-binary.c => tst-printf-intn.c} | 7 +- stdio-common/tst-scanf-binary-main.c | 203 +++++++ stdio-common/tst-vfprintf-mbs-prec.c | 15 +- stdio-common/vfprintf-internal.c | 82 ++- stdio-common/vfscanf-internal.c | 13 +- stdlib/inttypes.h | 22 + support/Makefile | 2 + support/test-container.c | 3 +- support/{xfread.c => xread.c} | 23 +- .../xstdlib.h | 17 +- .../64/tst-map-32bit-mod.c => support/xsystem.c | 24 +- support/xunistd.h | 3 + sysdeps/i386/mempcpy_chk.S | 2 +- sysdeps/nptl/pthreadP.h | 2 - sysdeps/posix/readv.c | 28 +- sysdeps/posix/writev.c | 33 +- sysdeps/powerpc/fpu/tst-setcontext-fpscr.c | 4 +- sysdeps/pthread/Makefile | 3 +- sysdeps/pthread/tst-cancel11.c | 6 +- sysdeps/pthread/tst-cancel20.c | 2 - sysdeps/pthread/tst-cancel21.c | 2 - sysdeps/pthread/tst-cancel28.c | 54 +- sysdeps/pthread/tst-cancel31.c | 86 --- sysdeps/pthread/tst-fini1mod.c | 4 +- sysdeps/unix/grantpt.c | 12 +- sysdeps/unix/sysv/linux/kernel-posix-cpu-timers.h | 2 + .../unix/sysv/linux/s390/tst-ptrace-singleblock.c | 3 +- sysdeps/unix/sysv/linux/timer_create.c | 91 ++- sysdeps/x86/cpu-features.c | 2 +- sysdeps/x86/dl-cacheinfo.h | 2 +- sysdeps/x86_64/mempcpy_chk.S | 2 +- wcsmbs/Makefile | 1 + wcsmbs/bits/wchar2-decl.h | 172 ++++++ wcsmbs/bits/wchar2.h | 192 ------- .../{tst-wprintf-binary.c => tst-wprintf-intn.c} | 7 +- 57 files changed, 1519 insertions(+), 498 deletions(-) create mode 100644 stdio-common/tst-printf-intn-main.c copy stdio-common/{tst-printf-binary.c => tst-printf-intn.c} (82%) copy support/{xfread.c => xread.c} (69%) copy sysdeps/aarch64/fpu/test-double-advsimd-wrappers.c => support/xstdlib.h (77%) copy sysdeps/x86_64/64/tst-map-32bit-mod.c => support/xsystem.c (68%) delete mode 100644 sysdeps/pthread/tst-cancel31.c copy wcsmbs/{tst-wprintf-binary.c => tst-wprintf-intn.c} (81%)