about summary refs log tree commit diff
path: root/string/test-memmove.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar2022-04-061-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* string: Make tests birdirectional test-memcpy.cNoah Goldstein2021-11-061-2/+73
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Fix error message in memmove test to display correct src pointerSunil K Pandey2021-08-261-1/+1
* Update string/test-memmove.c to cover 16KB copyH.J. Lu2021-08-201-0/+48
* Reindent string/test-memmove.cH.J. Lu2021-04-191-15/+15
* x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.cnoah2021-04-161-27/+41
* 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
* Fix i386 memmove issue (bug 22644).Andrew Senkevich2018-03-231-0/+58
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* 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
* Clear destination buffer updated by the previous runH.J. Lu2016-05-181-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* 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
* Fix loop construction to functions callsAdhemerval Zanella2013-06-201-0/+1
* Remove performance-related bits from string testsSiddhesh Poyarekar2013-06-111-28/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add string IFUNC testsH.J. Lu2012-10-191-0/+5
* Use IFUNC memmove/memset in x86-64 bcopy/bzeroH.J. Lu2012-10-111-3/+32
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* * posix/tst-execle1.c (do_test): Add a const.Roland McGrath2005-12-271-4/+6
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-6/+4
* 2.5-18.1Jakub Jelinek2007-07-121-4/+6
* Update.Ulrich Drepper2003-04-171-2/+4
* * string/test-string.h: New file.Roland McGrath2002-11-071-0/+279