summaryrefslogtreecommitdiff
path: root/src/ctype
AgeCommit message (Expand)AuthorLines
2021-12-27fix wcwidth of hangul combining (vowel/final) lettersRich Felker-58/+60
2020-01-01fix wcwidth wrongly returning 0 for most of planes 4 and upRich Felker-1/+1
2019-10-25update case mappings to unicode 12.1.0Rich Felker-85/+92
2019-10-25update ctype data to unicode 12.1.0u_quark-201/+232
2019-10-25overhaul wide character case mapping implementationRich Felker-290/+345
2019-10-25add missing case mapping between U+03F3 and U+037FRich Felker-0/+1
2018-09-12reduce spurious inclusion of libc.hRich Felker-29/+1
2017-12-18update case mappings to unicode 10.0Rich Felker-2/+41
2017-12-18update ctype tables to unicode 10.0Rich Felker-220/+305
2017-12-18reformat ctype tables to be diff-friendly, match tool outputRich Felker-263/+276
2017-05-31towupper/towlower: fast path for ascii charsNatanael Copa-3/+3
2015-06-16byte-based C locale, phase 1: multibyte character handling functionsRich Felker-2/+3
2015-06-06add macro version of ctype.h isascii functionRich Felker-0/+1
2014-09-05fix case mapping for U+00DF (ß)Rich Felker-2/+1
2014-08-13add inline isspace in ctype.h as an optimizationSzabolcs Nagy-0/+1
2014-07-02consolidate *_l ctype/wctype functions into their non-_l source filesRich Felker-9/+256
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-6/+3
2013-11-11iswspace: fix handling of 0rofl0r-2/+1
2013-03-04fix types for wctype_t and wctrans_tRich Felker-4/+4
2013-02-02make some arrays constrofl0r-4/+4
2012-08-02fix argument type error on wcwidth functionRich Felker-2/+2
2012-06-20fix broken wcwidth tablesRich Felker-7/+8
2012-06-05fix ctype abi junk (pointer should point to 0 slot, not -128 slot)Rich Felker-3/+3
2012-06-02add LSB abi junk for ctype functionsRich Felker-0/+104
2012-04-24new wcwidth implementation (fast table-based)Rich Felker-179/+125
2012-04-23sync case mappings with unicode 6.1Rich Felker-8/+30
2012-04-23optimize iswprintRich Felker-3/+12
2012-04-23fix spurious punct class for some surrogate codepoints (invalid)Rich Felker-59/+56
2012-04-23destubify iswalpha and update iswpunct to unicode 6.1Rich Felker-135/+252
2012-02-09document iswspace and remove wrongly-included zwsp characterRich Felker-1/+5
2012-02-09fix typo in iswspace space list tableRich Felker-1/+1
2011-02-14more header fixes, minor warning fixRich Felker-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+854