aboutsummaryrefslogtreecommitdiff
path: root/include/ctype.h
AgeCommit message (Expand)Author
2021-02-25suppress isascii() macro for C++Érico Rolim
2015-06-06add macro version of ctype.h isascii functionRich Felker
2015-04-17improve ctype.h macros to diagnose errorsRich Felker
2014-10-14suppress macro definitions of ctype functions under C++Rich Felker
2014-08-13add inline isspace in ctype.h as an optimizationSzabolcs Nagy
2012-09-07default features: make musl usable without feature test macrosRich Felker
2012-05-22support _BSD_SOURCE feature test macroRich Felker
2011-11-10fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker
2011-09-26fix ctype macros to cast argument to (unsigned) firstRich Felker
2011-02-14extensive header cleanup for standards conformance & correctnessRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker