about summary refs log tree commit diff
path: root/src/ctype
Commit message (Expand)AuthorAgeFilesLines
* fix wcwidth wrongly returning 0 for most of planes 4 and upRich Felker2020-01-011-1/+1
* update case mappings to unicode 12.1.0Rich Felker2019-10-251-85/+92
* update ctype data to unicode 12.1.0u_quark2019-10-254-201/+232
* overhaul wide character case mapping implementationRich Felker2019-10-252-290/+345
* add missing case mapping between U+03F3 and U+037FRich Felker2019-10-251-0/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-1229-29/+1
* update case mappings to unicode 10.0Rich Felker2017-12-181-2/+41
* update ctype tables to unicode 10.0Rich Felker2017-12-184-220/+305
* reformat ctype tables to be diff-friendly, match tool outputRich Felker2017-12-184-263/+276
* towupper/towlower: fast path for ascii charsNatanael Copa2017-05-311-3/+3
* byte-based C locale, phase 1: multibyte character handling functionsRich Felker2015-06-161-2/+3
* add macro version of ctype.h isascii functionRich Felker2015-06-061-0/+1
* fix case mapping for U+00DF (ß)Rich Felker2014-09-052-2/+1
* add inline isspace in ctype.h as an optimizationSzabolcs Nagy2014-08-131-0/+1
* consolidate *_l ctype/wctype functions into their non-_l source filesRich Felker2014-07-0229-9/+256
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-124-6/+3
* iswspace: fix handling of 0rofl0r2013-11-111-2/+1
* fix types for wctype_t and wctrans_tRich Felker2013-03-041-4/+4
* make some arrays constrofl0r2013-02-023-4/+4
* 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