about summary refs log tree commit diff
path: root/src/ctype
Commit message (Expand)AuthorAgeFilesLines
* fix argument type error on wcwidth functionRich Felker2012-08-021-2/+2
* fix broken wcwidth tablesRich Felker2012-06-201-7/+8
* fix ctype abi junk (pointer should point to 0 slot, not -128 slot)Rich Felker2012-06-053-3/+3
* add LSB abi junk for ctype functionsRich Felker2012-06-023-0/+104
* new wcwidth implementation (fast table-based)Rich Felker2012-04-243-179/+125
* sync case mappings with unicode 6.1Rich Felker2012-04-232-8/+30
* optimize iswprintRich Felker2012-04-231-3/+12
* fix spurious punct class for some surrogate codepoints (invalid)Rich Felker2012-04-231-59/+56
* destubify iswalpha and update iswpunct to unicode 6.1Rich Felker2012-04-235-135/+252
* document iswspace and remove wrongly-included zwsp characterRich Felker2012-02-091-1/+5
* fix typo in iswspace space list tableRich Felker2012-02-091-1/+1
* more header fixes, minor warning fixRich Felker2011-02-141-0/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-1234-0/+854