This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/cet/property in repository glibc.
discards 4beb1286e8 Add _dl_runtime_resolve_shstk discards 871e7c06e3 x86: Add <sys/cet.h> to support Intel CET discards 9a4ad672c0 Add NT_GNU_PROPERTY_TYPE_0 macros discards b74624eb2c x86: Add IBT/SHSTK support to cpu-features discards 15c62c9c20 Add private_function for private functions within glibc adds e2390be8e4 vfprintf: Add test case for user-defined types and format sp [...] adds c11cfe8d7c vfprintf: Add test case for multi-byte/wide strings and precision adds 08d01cae60 vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t builds adds cd00e12d31 _i18n_number_rewrite: Use struct scratch_buffer adds 12d5853e22 vfprintf: Use struct scratch_buffer for positional arguments [...] adds edc1686af0 vfprintf: Reuse work_buffer in group_number new a916033bb4 Add private_function for private functions within glibc new caadecc170 Add NT_GNU_PROPERTY_TYPE_0 macros new 23005f8982 x86: Add IBT/SHSTK support to cpu-features new 5536bf29d9 x86: Add <sys/cet.h> to support Intel CET new b384cf27ac Add _dl_runtime_resolve_shstk
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 (4beb1286e8) \ N -- N -- N refs/heads/hjl/cet/property (b384cf27ac)
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 5 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 ++ include/link.h | 9 +- 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 +++--- sysdeps/generic/{dl-procinfo.c => link_map.h} | 0 sysdeps/unix/sysv/linux/x86/Makefile | 8 +- sysdeps/unix/sysv/linux/x86/dl-procruntime.c | 2 +- .../linux/{i386/dl-machine.h => x86/link_map.h} | 13 +- 11 files changed, 889 insertions(+), 99 deletions(-) create mode 100644 stdio-common/tst-vfprintf-mbs-prec.c create mode 100644 stdio-common/tst-vfprintf-user-type.c copy sysdeps/generic/{dl-procinfo.c => link_map.h} (100%) copy sysdeps/unix/sysv/linux/{i386/dl-machine.h => x86/link_map.h} (69%)