aboutsummaryrefslogtreecommitdiff
path: root/include/string.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add dummied strverscmp (obnoxious GNU function)•••programs that use this tend to horribly botch international text support, so it's questionable whether we want to support it even in the long term... for now, it's just a dummy that calls strcmp. Rich Felker2011-09-111-0/+1
* function signature fix: add const qualifier to mempcpy src argRich Felker2011-04-261-1/+1
* typo in prototype for mempcpyRich Felker2011-04-261-1/+1
* prototype for mempcpyRich Felker2011-04-261-0/+1
* implement memrchr (nonstandard) and optimize strrchr in terms of itRich Felker2011-04-131-0/+1
* fix prototype for strsepRich Felker2011-04-061-1/+1
* add some missing prototypes for nonstandard functions (strsep, clearenv)Rich Felker2011-03-301-0/+1
* fix missing prototype for strsignalRich Felker2011-02-261-0/+1
* apply feature test protection to memccpyRich Felker2011-02-241-1/+4
* prototype for gnu strcasestr (currently a stub)Rich Felker2011-02-151-0/+1
* more header cleanup and conformance fixes - string.hRich Felker2011-02-141-7/+12
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+72