Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix strings.h feature test macro usage due to missing features.h | Michael Pratt | 2022-08-01 | 1 | -0/+1 |
| | |||||
* | implement ffsl and ffsll functions | Rich Felker | 2014-07-31 | 1 | -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_SOURCE | Rich Felker | 2014-07-31 | 1 | -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.h | Rich Felker | 2013-02-26 | 1 | -4/+6 |
| | |||||
* | more locale_t interfaces (string stuff) and header updates | Rich Felker | 2012-02-06 | 1 | -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 & correctness | Rich Felker | 2011-02-14 | 1 | -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.0 | Rich Felker | 2011-02-12 | 1 | -0/+36 |