This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.39/master in repository glibc.
from 4bdcc1963b manual: make setrlimit() description less ambiguous new 3b25c7fa87 Enhance test coverage for strnlen, wcsnlen new 127ef30c46 Enhanced test coverage for strncmp, wcsncmp
The 2 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: string/Makefile | 6 +- string/test-Xncmp-nonarray.c | 183 +++++++++++++++++++++++++++++++++++++++++ string/test-Xnlen-nonarray.c | 133 ++++++++++++++++++++++++++++++ string/test-strncmp-nonarray.c | 4 + string/test-strnlen-nonarray.c | 4 + wcsmbs/Makefile | 5 ++ wcsmbs/test-wcsncmp-nonarray.c | 5 ++ wcsmbs/test-wcsnlen-nonarray.c | 5 ++ 8 files changed, 344 insertions(+), 1 deletion(-) create mode 100644 string/test-Xncmp-nonarray.c create mode 100644 string/test-Xnlen-nonarray.c create mode 100644 string/test-strncmp-nonarray.c create mode 100644 string/test-strnlen-nonarray.c create mode 100644 wcsmbs/test-wcsncmp-nonarray.c create mode 100644 wcsmbs/test-wcsnlen-nonarray.c