about summary refs log tree commit diff
path: root/include/wctype.h
Commit message (Collapse)AuthorAgeFilesLines
* fix some omissions and mistakes in locale_t interface definitionsRich Felker2012-02-061-0/+24
|
* add more of the locale_t interfaces, all dummied out to ignore the localeRich Felker2012-02-061-0/+5
|
* 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