aboutsummaryrefslogtreecommitdiff
path: root/src/string/wmemmove.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* optimize nop case of wmemmoveRich Felker2018-09-231-0/+1
* fix undefined pointer comparison in wmemmoveRich Felker2018-09-231-1/+2
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
* fix wrong return value from wmemmove on forward copiesRich Felker2013-02-211-1/+2
* remove dependency of wmemmove on wmemcpy direction•••unlike the memmove commit, this one should be fine to leave in place. wmemmove is not performance-critical, and even if it were, it's already copying whole 32-bit words at a time instead of bytes. Rich Felker2012-09-061-4/+4
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+11