<string.h>: Make strchrnul, strcasestr, memmem available by default
[platform/upstream/glibc.git] / string / test-strncmp.c
2023-02-06 Adhemerval Zanellastring: Hook up the default implementation on test...
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-04-06 Siddhesh Poyarekartests/string: Drop simple/stupid/builtin tests
2022-04-01 Szabolcs NagyIncrease the test timeout of some string tests
2022-03-25 Noah Goldsteinstring: Expand page cross test cases in test-strncmp.c
2022-02-17 H.J. Lustring: Add a testcase for wcsncmp with SIZE_MAX [BZ...
2022-02-16 Noah Goldsteinx86: Fix bug in strncmp-evex and strncmp-avx2 [BZ ...
2022-02-11 Noah GoldsteinString: Ensure 'MIN_PAGE_SIZE' is multiple of 'getpagesize'
2022-02-03 Noah Goldsteinstring: Improve coverage in test-strcmp.c and test...
2022-02-03 Noah Goldsteinstring/test-str*cmp: remove stupid_[strcmp, strncmp...
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-09-24 H.J. Lustrncmp: Add a testcase for page boundary [BZ #25933]
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-03-23 Wainer dos Santos... Update string tests to use the support test driver.
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-08-03 David S. MillerFix wide-char testsuite SIGBUS on platforms such as...
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-04-13 Stefan LieblerUse correct signedness in wcsncmp
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-06-11 Siddhesh PoyarekarRemove performance-related bits from string tests
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-10-20 H.J. LuAdd string IFUNC tests
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2011-04-07 Andreas SchwabRevert "Fix strncmp page test to limit length to size...
2011-04-05 Andreas SchwabFix strncmp page test to limit length to size of object
2011-03-21 Ulrich DrepperFix whitespace issue.
2011-03-21 H.J. LuHandle page boundaries in x86 SSE4.2 strncmp.
2010-04-15 H.J. LuFix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.S
2005-11-18 Ulrich Drepper[BZ #1877]
2005-11-17 Ulrich Drepper[BZ #1877]
2004-12-22 Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12 Jakub Jelinek2.5-18.1
2003-04-17 Ulrich DrepperUpdate.
2003-04-11 Roland McGrath* string/test-strcmp.c (do_random_tests): Test whether...
2002-11-09 Roland McGrath* string/test-strspn.c (do_test): Ensure zero termination.
2002-11-08 Roland McGrath* string/test-strchr.c (stupid_strchr): New function.
2002-11-07 Roland McGrath* string/test-string.h: New file.