aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/strings.h
Commit message (Expand)AuthorAgeFilesLines
* Implement all the POSIX _l functions.Elliott Hughes2014-11-061-7/+8
* Use __builtin_*_chk for bcopy/bzero.Dan Albert2014-06-231-2/+10
* Removes index() from bionic.Dan Albert2014-06-051-1/+0
* Removes bcopy and bzero from bionic.Dan Albert2014-06-031-9/+3
* More FORTIFY_SOURCE functions under clangNick Kralevich2013-06-291-2/+2
* libc: add limited FORTIFY_SOURCE support for clangNick Kralevich2013-06-181-2/+2
* Fix builds where _FORTIFY_SOURCE is off.Elliott Hughes2013-03-221-2/+2
* Stop advertising rindex(3), which is both deprecated and unimplemented.Elliott Hughes2013-02-211-1/+0
* libc: remove bcmp prototypeNick Kralevich2013-02-211-1/+0
* _FORTIFY_SOURCE: add memset / bzero supportNick Kralevich2012-06-071-0/+8
* Make sure size_t is defined before used in strings.hMartin Storsjo2009-07-221-0/+1
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+55