Oops, two of the tests were incorrect. Fixed as follows:
2024-11-06 Bruno Haible
strncat, wcsncat tests: Fix test.
* tests/test-strncat.c (main): Change y to a valid string.
* tests/test-wcsncat.c (main): Change y to a valid wide string.
diff --git a/tests/test-strnca
The CI reports a test failure on Solaris 11 OmniOS:
FAIL: test-memset_explicit
==
abort_handler_s: memset_s: s is NULL
../../build-aux/test-driver: line 121: 29098: Abort(coredump)
FAIL test-memset_explicit (exit status: 262)
This patch fixes it.
2024-11-06 Bruno Haibl
This patch fixes a copy&paste mistake.
2024-11-06 Bruno Haible
wcsncat: Fix configure test.
* m4/wcsncat.m4 (gl_FUNC_WCSNCAT): Fix wrong cache variable name.
diff --git a/m4/wcsncat.m4 b/m4/wcsncat.m4
index 7b04f23c95..6c08014700 100644
--- a/m4/wcsncat.m4
+++ b/m4/wcsncat.m4
g are already registered.
Bruno
2024-11-05 Bruno Haible
wmemset tests: Verify N3322 functionality.
* tests/test-wmemset.c: New file.
* modules/wmemset-tests: New file.
2024-11-05 Bruno Haible
wmemchr tests: Verify N3322 functionality.
* tests/test-w