summaryrefslogtreecommitdiff
path: root/include/wctype.h
AgeCommit message (Collapse)AuthorLines
2011-09-26fix ctype macros to cast argument to (unsigned) firstRich Felker-1/+1
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-14more header fixes, minor warning fixRich Felker-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+44