This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 7dd416491e linux: Fix __sem_check_add_mapping search_sem new c8ba52ab33 misc: Sync cdefs.h with gnulib new de0e1b45b0 malloc: Sync dynarray with gnulib new f0908ba118 regex: remove alloca usage on regex set_regs new f3e5c7262e regexec: remove alloca usage in build_trtable new 36c604ed36 regex: stop using alloca
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: malloc/dynarray-skeleton.c | 128 +++++++++++++++++----------------- malloc/dynarray.h | 3 +- malloc/dynarray_at_failure.c | 4 ++ malloc/dynarray_emplace_enlarge.c | 3 +- malloc/dynarray_resize.c | 3 +- malloc/dynarray_resize_clear.c | 4 +- malloc/tst-dynarray-fail.c | 8 +-- malloc/tst-dynarray-shared.h | 4 +- malloc/tst-dynarray.c | 22 +++--- misc/sys/cdefs.h | 142 +++++++++++++++++++++++--------------- posix/regex_internal.h | 19 ----- posix/regexec.c | 115 +++++++++--------------------- 12 files changed, 211 insertions(+), 244 deletions(-)