about summary refs log tree commit diff
path: root/string/test-strnlen.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* string: Hook up the default implementation on test-strnlenAdhemerval Zanella2023-02-061-11/+24
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-09-281-29/+41
* String: Improve overflow test coverage for strnlenSunil K Pandey2022-05-251-0/+2
* tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar2022-04-061-2/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* String: Add three more overflow tests cases to test-strnlen.cNoah Goldstein2021-06-241-0/+4
* String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein2021-06-231-0/+33
* Improve test coverage of strnlen functionSunil K Pandey2021-06-031-1/+10
* test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu2021-03-271-0/+30
* test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu2021-03-271-1/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Add page tests to string/test-strnlen.Wainer dos Santos Moschetta2017-04-051-0/+54
* Update string tests to use the support test driver.Wainer dos Santos Moschetta2017-03-231-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* S390: Optimize strnlen and wcsnlen.Stefan Liebler2015-08-261-33/+54
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Remove performance-related bits from string testsSiddhesh Poyarekar2013-06-111-24/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add string IFUNC testsH.J. Lu2012-10-191-1/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Add optimized x86-64 implementation of strnlen.Ulrich Drepper2010-07-261-0/+197