about summary refs log tree commit diff
path: root/include/ctype.h
Commit message (Expand)AuthorAgeFilesLines
* add macro version of ctype.h isascii functionRich Felker2015-06-061-0/+1
* improve ctype.h macros to diagnose errorsRich Felker2015-04-171-6/+6
* suppress macro definitions of ctype functions under C++Rich Felker2014-10-141-0/+2
* add inline isspace in ctype.h as an optimizationSzabolcs Nagy2014-08-131-1/+6
* default features: make musl usable without feature test macrosRich Felker2012-09-071-0/+2
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-1/+2
* fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker2011-11-101-0/+8
* fix ctype macros to cast argument to (unsigned) firstRich Felker2011-09-261-6/+6
* extensive header cleanup for standards conformance & correctnessRich Felker2011-02-141-7/+10
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+53