This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch maskray/unnest in repository glibc.
discards 1321f64627 elf: Avoid nested functions in the loader (all ports) [BZ #27220] adds b517256015 Update to Unicode 14.0.0 [BZ #28390] adds 3692c0df7f io: Do not skip timestamps tests for 32-bit time_t adds 958309cba2 time: Ignore interval nanoseconds on tst-itimer adds 83b5323261 elf: Avoid deadlock between pthread_create and ctors [BZ #28357] adds de0a7c5a0b benchtests: Building benchmarks as static executables adds a312e8fe6d Fix stdio-common tests for GCC 12 -Waddress adds 6bbf729832 Fixed inaccuracy of j0f (BZ #28185) adds c75b106145 aarch64: update libm test ulps adds a0f0c08e4f Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compare new 08b717b3dd elf: Avoid nested functions in the loader (all ports) [BZ #27220]
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 (1321f64627) \ N -- N -- N refs/heads/maskray/unnest (08b717b3dd)
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 | 4 + benchtests/Makefile | 26 +- benchtests/README | 10 + elf/dl-close.c | 6 + elf/dl-open.c | 35 +- elf/dl-support.c | 7 + elf/dl-tls.c | 16 +- elf/rtld.c | 1 + io/tst-utimensat-skeleton.c | 4 +- localedata/charmaps/UTF-8 | 887 ++++++++- localedata/locales/i18n_ctype | 2072 ++++++++++---------- localedata/locales/tr_TR | 2066 ++++++++++--------- localedata/locales/translit_circle | 2 +- localedata/locales/translit_cjk_compat | 2 +- localedata/locales/translit_combining | 214 +- localedata/locales/translit_compat | 120 +- localedata/locales/translit_font | 2 +- localedata/locales/translit_fraction | 2 +- localedata/unicode-gen/DerivedCoreProperties.txt | 700 +++++-- localedata/unicode-gen/EastAsianWidth.txt | 149 +- localedata/unicode-gen/Makefile | 2 +- localedata/unicode-gen/PropList.txt | 100 +- localedata/unicode-gen/UnicodeData.txt | 837 +++++++- math/auto-libm-test-in | 45 + math/auto-libm-test-out-j0 | 1100 +++++++++++ posix/fork.c | 3 + stdio-common/scanf14a.c | 2 - stdio-common/scanf16a.c | 2 - stdio-common/tst-vfprintf-width-prec.c | 6 - stdlib/tst-setcontext.c | 2 +- sysdeps/aarch64/libm-test-ulps | 2 +- sysdeps/generic/ldsodefs.h | 9 +- sysdeps/ieee754/flt-32/e_j0f.c | 6 +- sysdeps/pthread/Makefile | 10 +- sysdeps/pthread/tst-create1.c | 119 ++ .../pthread/tst-create1mod.c | 30 +- time/tst-itimer.c | 19 +- 37 files changed, 6314 insertions(+), 2305 deletions(-) create mode 100644 sysdeps/pthread/tst-create1.c copy elf/tst-dlopen-nodelete-reloc-mod8.c => sysdeps/pthread/tst-create1mod.c (63%)