about summary refs log tree commit diff
path: root/include/wctype.h
Commit message (Collapse)AuthorAgeFilesLines
* fix ctype macros to cast argument to (unsigned) firstRich Felker2011-09-261-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.
* more header fixes, minor warning fixRich Felker2011-02-141-0/+1
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+44