summaryrefslogtreecommitdiff
path: root/src/string/memmove.c
AgeCommit message (Collapse)AuthorLines
2012-09-06remove dependency of memmove on memcpy directionRich Felker-5/+4
this commit introduces a performance regression in many uses of memmove, which will need to be addressed before the next release. i'm making it as a temporary measure so that the restrict patch can be committed without invoking undefined behavior when memmove calls memcpy with overlapping regions.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+14