summaryrefslogtreecommitdiff
path: root/src/ctype
AgeCommit message (Expand)AuthorFilesLines
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy4-6/+3
2013-11-11iswspace: fix handling of 0rofl0r1-2/+1
2013-03-04fix types for wctype_t and wctrans_tRich Felker1-4/+4
2013-02-02make some arrays constrofl0r3-4/+4
2012-08-02fix argument type error on wcwidth functionRich Felker1-2/+2
2012-06-20fix broken wcwidth tablesRich Felker1-7/+8
2012-06-05fix ctype abi junk (pointer should point to 0 slot, not -128 slot)Rich Felker3-3/+3
2012-06-02add LSB abi junk for ctype functionsRich Felker3-0/+104
2012-04-24new wcwidth implementation (fast table-based)Rich Felker3-179/+125
2012-04-23sync case mappings with unicode 6.1Rich Felker2-8/+30
2012-04-23optimize iswprintRich Felker1-3/+12
2012-04-23fix spurious punct class for some surrogate codepoints (invalid)Rich Felker1-59/+56
2012-04-23destubify iswalpha and update iswpunct to unicode 6.1Rich Felker5-135/+252
2012-02-09document iswspace and remove wrongly-included zwsp characterRich Felker1-1/+5
2012-02-09fix typo in iswspace space list tableRich Felker1-1/+1
2011-02-14more header fixes, minor warning fixRich Felker1-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker34-0/+854