summaryrefslogtreecommitdiff
path: root/include/ctype.h
AgeCommit message (Collapse)AuthorFilesLines
2011-11-10fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker1-0/+8
patch by Arvid Picciani (aep)
2011-09-26fix ctype macros to cast argument to (unsigned) firstRich Felker1-6/+6
issue reported by nsz, but it's actually not just pedantic. the functions can take input of any arithmetic type, including floating point, and the behavior needs to be as if the conversion implicit in the function call took place.
2011-02-14extensive header cleanup for standards conformance & correctnessRich Felker1-7/+10
thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+53