This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from bae8cf0e93 stdlib/tst-secure-getenv: handle >64 groups new 0e16969129 support: Add support_capture_subprogram
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: ChangeLog | 22 +++ support/Makefile | 6 + support/capture_subprocess.h | 6 + support/subprocess.h | 49 ++++++ support/support_capture_subprocess.c | 80 +++++---- support/support_subprocess.c | 152 +++++++++++++++++ support/tst-support_capture_subprocess.c | 183 ++++++++++++++++++++- posix/tst-fnmatch4.c => support/xposix_spawn.c | 31 ++-- .../xposix_spawn_file_actions_addclose.c | 14 +- .../xposix_spawn_file_actions_adddup2.c | 15 +- argp/bits/argp-ldbl.h => support/xspawn.h | 22 ++- 11 files changed, 492 insertions(+), 88 deletions(-) create mode 100644 support/subprocess.h create mode 100644 support/support_subprocess.c copy posix/tst-fnmatch4.c => support/xposix_spawn.c (66%) copy sysdeps/mach/hurd/res_enable_icmp.c => support/xposix_spawn_file_actions_addc [...] copy sysdeps/mach/hurd/res_enable_icmp.c => support/xposix_spawn_file_actions_addd [...] copy argp/bits/argp-ldbl.h => support/xspawn.h (64%)