aboutsummaryrefslogtreecommitdiff
path: root/include/strings.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* implement ffsl and ffsll functions•••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. Rich Felker2014-07-311-0/+2
* limit visibility of ffs function declaration to _XOPEN_SOURCE•••per the standard, ffs is XSI shaded, whereas the other functions in this header are in the base. Rich Felker2014-07-311-0/+2
* namespace conformance to latest standards in strings.hRich Felker2013-02-261-4/+6
* more locale_t interfaces (string stuff) and header updates•••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). Rich Felker2012-02-061-0/+4
* extensive header cleanup for standards conformance & correctness•••thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based Rich Felker2011-02-141-7/+0
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+36