This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 6cc992412c alpha: Provide wait4 for static library [BZ #27150] new ef8c78a6c6 Import idx.h from gnulib new 47f4316095 Import filename.h from gnulib new 448a256359 malloc: Add scratch_buffer_dupfree new c6e0b0b5b0 stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592 [...] new ecdb06cdf2 support: Add support_small_thread_stack_size
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: include/filename.h | 112 +++++ include/idx.h | 114 +++++ include/scratch_buffer.h | 16 + malloc/Makefile | 1 + malloc/Versions | 1 + .../scratch_buffer_dupfree.c | 23 +- malloc/tst-scratch_buffer.c | 26 +- stdlib/canonicalize.c | 546 +++++++++++++++------ stdlib/test-bz22786.c | 11 +- support/support_set_small_thread_stack_size.c | 12 +- support/xthread.h | 2 + sysdeps/unix/sysv/linux/faccessat.c | 3 +- 12 files changed, 687 insertions(+), 180 deletions(-) create mode 100644 include/filename.h create mode 100644 include/idx.h copy mach/mig_memcpy.c => malloc/scratch_buffer_dupfree.c (60%)