about summary refs log tree commit diff
path: root/src/locale/strcasecmp_l.c
Commit message (Collapse)AuthorAgeFilesLines
* consolidate str[n]casecmp_l into str[n]casecmp source filesRich Felker2014-07-021-6/+0
| | | | | this is mainly done for consistency with the ctype functions and to declutter the src/locale directory.
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
|
* more locale_t interfaces (string stuff) and header updatesRich Felker2012-02-061-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).