summaryrefslogtreecommitdiff
path: root/src/ctype/__ctype_tolower_loc.c
AgeCommit message (Collapse)AuthorLines
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-2/+1
2012-06-05fix ctype abi junk (pointer should point to 0 slot, not -128 slot)Rich Felker-1/+1
2012-06-02add LSB abi junk for ctype functionsRich Felker-0/+31
this should be the last major fix needed to support running glibc-linked conforming POSIX programs with musl in place of glibc, as long as musl provides the features they need and they don't use pthread cancellation (which is implemented as c++ exceptions in glibc, and fundamentally incompatible with musl).