summaryrefslogtreecommitdiff
path: root/include/strings.h
AgeCommit message (Collapse)AuthorLines
2014-07-31implement ffsl and ffsll functionsRich Felker-0/+2
per the resolution of Austin Group issue #617, these are accepted for XSI option in POSIX future and thus I'm treating them as standard functions.
2014-07-31limit visibility of ffs function declaration to _XOPEN_SOURCERich Felker-0/+2
per the standard, ffs is XSI shaded, whereas the other functions in this header are in the base.
2013-02-26namespace conformance to latest standards in strings.hRich Felker-4/+6
2012-02-06more locale_t interfaces (string stuff) and header updatesRich Felker-0/+4
this should be everything except for some functions where the non-_l version isn't even implemented yet (mainly some non-ISO-C wcs* functions).
2011-02-14extensive header cleanup for standards conformance & correctnessRich Felker-7/+0
thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+36