summaryrefslogtreecommitdiff
path: root/src/locale/strncasecmp_l.c
AgeCommit message (Collapse)AuthorLines
2014-07-02consolidate str[n]casecmp_l into str[n]casecmp source filesRich Felker-7/+0
this is mainly done for consistency with the ctype functions and to declutter the src/locale directory.
2012-02-06more locale_t interfaces (string stuff) and header updatesRich Felker-0/+7
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).