summaryrefslogtreecommitdiff
path: root/include/string.h
AgeCommit message (Expand)AuthorLines
2012-02-07declare basename in string.h when _GNU_SOURCE is definedRich Felker-0/+1
2012-02-06more locale_t interfaces (string stuff) and header updatesRich Felker-0/+8
2011-09-11add dummied strverscmp (obnoxious GNU function)Rich Felker-0/+1
2011-04-26function signature fix: add const qualifier to mempcpy src argRich Felker-1/+1
2011-04-26typo in prototype for mempcpyRich Felker-1/+1
2011-04-26prototype for mempcpyRich Felker-0/+1
2011-04-13implement memrchr (nonstandard) and optimize strrchr in terms of itRich Felker-0/+1
2011-04-06fix prototype for strsepRich Felker-1/+1
2011-03-30add some missing prototypes for nonstandard functions (strsep, clearenv)Rich Felker-0/+1
2011-02-26fix missing prototype for strsignalRich Felker-0/+1
2011-02-24apply feature test protection to memccpyRich Felker-1/+4
2011-02-15prototype for gnu strcasestr (currently a stub)Rich Felker-0/+1
2011-02-14more header cleanup and conformance fixes - string.hRich Felker-7/+12
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+72