about summary refs log tree commit diff
path: root/include/strings.h
Commit message (Collapse)AuthorAgeFilesLines
* implement ffsl and ffsll functionsRich Felker2014-07-311-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.
* limit visibility of ffs function declaration to _XOPEN_SOURCERich Felker2014-07-311-0/+2
| | | | | per the standard, ffs is XSI shaded, whereas the other functions in this header are in the base.
* namespace conformance to latest standards in strings.hRich Felker2013-02-261-4/+6
|
* more locale_t interfaces (string stuff) and header updatesRich Felker2012-02-061-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).
* extensive header cleanup for standards conformance & correctnessRich Felker2011-02-141-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
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+36