about summary refs log tree commit diff
path: root/src/ctype/__ctype_b_loc.c
Commit message (Collapse)AuthorAgeFilesLines
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
|
* fix ctype abi junk (pointer should point to 0 slot, not -128 slot)Rich Felker2012-06-051-1/+1
|
* add LSB abi junk for ctype functionsRich Felker2012-06-021-0/+42
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).