aboutsummaryrefslogtreecommitdiff
path: root/string/test-memmove.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-04-06tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar1-3/+3
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-11-06string: Make tests birdirectional test-memcpy.cNoah Goldstein1-2/+73
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-08-26Fix error message in memmove test to display correct src pointerSunil K Pandey1-1/+1
2021-08-20Update string/test-memmove.c to cover 16KB copyH.J. Lu1-0/+48
2021-04-19Reindent string/test-memmove.cH.J. Lu1-15/+15
2021-04-16x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.cnoah1-27/+41
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-03-23Fix i386 memmove issue (bug 22644).Andrew Senkevich1-0/+58
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-03-23Update string tests to use the support test driver.Wainer dos Santos Moschetta1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-05-18Clear destination buffer updated by the previous runH.J. Lu1-0/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-20Fix loop construction to functions callsAdhemerval Zanella1-0/+1
2013-06-11Remove performance-related bits from string testsSiddhesh Poyarekar1-28/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-19Add string IFUNC testsH.J. Lu1-0/+5
2012-10-11Use IFUNC memmove/memset in x86-64 bcopy/bzeroH.J. Lu1-3/+32
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2005-12-27* posix/tst-execle1.c (do_test): Add a const.Roland McGrath1-4/+6
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-6/+4
2007-07-122.5-18.1Jakub Jelinek1-4/+6
2003-04-17Update.Ulrich Drepper1-2/+4
2002-11-07* string/test-string.h: New file.Roland McGrath1-0/+279