musl/src/ctype
Rich Felker 54941eddfd update case mappings to unicode 10.0
the mapping tables and code are not automatically generated; they were
produced by comparing the output of towupper/towlower against the
mappings in the UCD, ignoring characters that were previously excluded
from case mappings or from alphabetic status (micro sign and circled
letters), and adding table entries or code for everything else
missing.

based very loosely on a patch by Reini Urban.
2017-12-18 19:34:21 -05:00
..
__ctype_b_loc.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
__ctype_get_mb_cur_max.c byte-based C locale, phase 1: multibyte character handling functions 2015-06-16 05:28:48 +00:00
__ctype_tolower_loc.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
__ctype_toupper_loc.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
alpha.h update ctype tables to unicode 10.0 2017-12-18 18:05:23 -05:00
isalnum.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
isalpha.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
isascii.c add macro version of ctype.h isascii function 2015-06-06 18:16:22 +00:00
isblank.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
iscntrl.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
isdigit.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
isgraph.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
islower.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
isprint.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
ispunct.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
isspace.c add inline isspace in ctype.h as an optimization 2014-08-13 16:47:51 +02:00
isupper.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
iswalnum.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
iswalpha.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
iswblank.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
iswcntrl.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
iswctype.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
iswdigit.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
iswgraph.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
iswlower.c fix case mapping for U+00DF (ß) 2014-09-05 03:28:00 -04:00
iswprint.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
iswpunct.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
iswspace.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
iswupper.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
iswxdigit.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
isxdigit.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
nonspacing.h update ctype tables to unicode 10.0 2017-12-18 18:05:23 -05:00
punct.h update ctype tables to unicode 10.0 2017-12-18 18:05:23 -05:00
toascii.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
tolower.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
toupper.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
towctrans.c update case mappings to unicode 10.0 2017-12-18 19:34:21 -05:00
wcswidth.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
wctrans.c consolidate *_l ctype/wctype functions into their non-_l source files 2014-07-02 21:16:05 -04:00
wcwidth.c make some arrays const 2013-02-02 03:19:25 +01:00
wide.h update ctype tables to unicode 10.0 2017-12-18 18:05:23 -05:00