summaryrefslogtreecommitdiffstats
path: root/libc/string
Commit message (Expand)AuthorAgeFilesLines
* libc: optimize memmove() with memcpy() if possible.David 'Digit' Turner2010-10-071-1/+4
* Revert "libc: memmove(): non-overlapping block optim."Marco Nelissen2010-09-281-5/+1
* libc: memmove(): non-overlapping block optim.David 'Digit' Turner2010-09-271-1/+5
* Fix return value.rich cannings2010-08-311-10/+1
* Merge "string: tidy up strndup()"David Turner2010-05-101-4/+6
|\
| * string: tidy up strndup()André Goddard Rosa2010-01-301-4/+6
* | Merge changes Ibdc6e3c8,I9bcb91a2David Turner2010-03-292-5/+5
|\ \ | |/ |/|
| * Correct generic memset implementationChris Dearman2010-02-051-4/+4
| * Generic memcpy should define MEMCOPY before including bcopy.cChris Dearman2010-02-051-1/+1
* | improve readability of string: fix indentation and remove trailing spacesAndré Goddard Rosa2010-01-3013-18/+17
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0338-0/+2195
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0338-2195/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-102-0/+87
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-2136-0/+2108