This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch codonell/c-utf8 in repository glibc.
discards 3bca8f2cb6 Fix fnmatch and regcomp for zero collation rule locales. discards 147ed422f8 Add generic C.UTF-8 locale (Bug 17318) discards e7a96fd90b Add 'strcmp_collation' support for LC_COLLATE. adds ddcc612ce9 Exclude static tests for mcheck and malloc-check adds de2f68c3c7 hurd: _Fork: unlock malloc before calling fork child hooks adds fb1621a886 manual: Drop the .so suffix in libc_malloc_debug description adds 4aedc25f55 __cxa_thread_atexit_impl: Abort on allocation failure [BZ #18524] adds b8e8bb324a xmalloc: Fix warnings with gcc analyzer adds 70d08ba204 tests: use xmalloc to allocate implementation array adds 5f18453d1c build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration adds c25c32165d Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPER adds 91cc803d27 x86-64: Add Avoid_Short_Distance_REP_MOVSB adds c37fc3ebf0 Update libc.pot for 2.34 release. new 52d5eb7e06 Add support for locales with zero collation rules. new 7de41f96a1 Add 'strcmp_collation' support for LC_COLLATE. new b2a77206b3 Add generic C.UTF-8 locale (Bug 17318)
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 (3bca8f2cb6) \ N -- N -- N refs/heads/codonell/c-utf8 (b2a77206b3)
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 3 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: benchtests/bench-string.h | 5 +- include/programs/xmalloc.h | 9 +- malloc/Makefile | 13 +- manual/memory.texi | 6 +- manual/tunables.texi | 2 +- misc/sys/cdefs.h | 10 + po/libc.pot | 416 ++++++++++----------- posix/Makefile | 180 ++------- posix/fnmatch_loop.c | 76 ++-- posix/regexec.c | 85 ++--- posix/tst-fnmatch.input | 164 +++++++- posix/tst-fnmatch7.c | 18 - scripts/build-many-glibcs.py | 10 + stdlib/cxa_thread_atexit_impl.c | 4 + string/test-string.h | 5 +- support/support.h | 24 +- sysdeps/mach/hurd/_Fork.c | 1 + sysdeps/unix/sysv/linux/clone-internal.c | 2 +- sysdeps/unix/sysv/linux/i386/sysdep.h | 2 +- sysdeps/unix/sysv/linux/x86_64/sysdep.h | 2 +- sysdeps/x86/cacheinfo.h | 9 + sysdeps/x86/cpu-features.c | 5 + .../cpu-features-preferred_feature_index_1.def | 1 + sysdeps/x86/sysdep.h | 5 + .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 5 + 25 files changed, 576 insertions(+), 483 deletions(-) delete mode 100644 posix/tst-fnmatch7.c