This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.40/master in repository glibc.
from 132a72f93c manual: make setrlimit() description less ambiguous new 509166c9a5 Enhance test coverage for strnlen, wcsnlen new 46f19b2342 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