about summary refs log tree commit diff
path: root/src/string/memmove.c
Commit message (Collapse)AuthorAgeFilesLines
* remove dependency of memmove on memcpy directionRich Felker2012-09-061-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.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+14