summaryrefslogtreecommitdiff
path: root/lib/libc/tests/string
AgeCommit message (Expand)Author
2025-12-14libc/test: fix typoRobert Clausecker
2025-12-14libc/tests/string: improve stpncpy() "bounds" unit testRobert Clausecker
2025-09-13libc: Have memcmp test what the standard requiresEd Maste
2024-10-15lib/libc/tests/string: add test for strnlen()Strahinja Stanišić
2024-09-14lib/libc/tests/string: improve memccpy "bounds" unit testRobert Clausecker
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-07-13libc: Add memset test for int-to-char conversionStrahinja Stanišić
2023-12-25lib/libc/tests/string: add memrchr unit testsRobert Clausecker
2023-12-25lib/libc/tests/string: add unit tests for memccpy()Robert Clausecker
2023-12-25lib/libc/tests/string: add unit test for strlcpyRobert Clausecker
2023-12-25lib/libc/tests/string/stpncpy_test.c: extend for upcoming SSE implementationRobert Clausecker
2023-12-25lib/libc/tests/string: add unit tests for strncmp(3)Robert Clausecker
2023-12-21lib/libc/tests/string/strcspn_test.c: add test for correct match orderRobert Clausecker
2023-11-14lib/libc/tests/string: add extended unit tests for strcmp()Robert Clausecker
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-10-02lib/libc/tests/string: expand memcmp test to bcmp, timingsafe_{b,mem}cmpRobert Clausecker
2023-10-02lib/libc/tests/string/memcmp_test.c: extend test to support custom memcmp fun...Robert Clausecker
2023-09-16lib/libc/tests/string/strcspn_test.c: extend tests to catch previous bugRobert Clausecker
2023-09-08lib/libc/tests/string: derive strspn(3) tests from strcspn(3) testsRobert Clausecker
2023-09-08lib/libc/tests/string: add unit tests for strcspn(3)Robert Clausecker
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-03lib/libc/tests/string: add unit tests for ffs, ffsl, ffsll, fls, flsl, and flsllRobert Clausecker
2023-02-02libc: Add tests for strchrnul(3).Dag-Erling Smørgrav
2022-08-25libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo
2022-04-07Have stpncpy tests ask the kernel for the page sizeAndrew Turner
2019-07-19Avoid copying too much from the input string.Brooks Davis
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-12Improve standard compliance for memset_s() and abort_handler_s().Konstantin Belousov
2017-04-16Fix strcoll_l disagreeing with strxfrm by reworking the forward order case inBaptiste Daroussin
2017-03-30Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov
2016-07-15Add a regression test to make sure the Russian collation is actually workingBaptiste Daroussin
2016-07-15Add a regression test about the crash with strxfrm and ISO8859-5 localesBaptiste Daroussin
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-03-07MFHGlen Barber
2016-03-06libc: Add some tests for memcmp().Jilles Tjoelker
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-12-04Fix LDADD/DPADD that should be LIBADD.Bryan Drewery
2015-11-08Integrate tools/regression/lib/libc/string into the FreeBSD test suiteEnji Cooper
2015-11-02Add _test suffix to multiple tests in lib/libc to conform to the design notedEnji Cooper
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
2014-11-04Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approxim...Enji Cooper