musl/src/ctype
Rich Felker b0fc78520d fix argument type error on wcwidth function
since the correct declaration was not visible, and since the
representation of the types wchar_t and wint_t always match, a
compiler would have to go out of its way to make this bug manifest,
but better to fix it anyway.
2012-08-02 21:02:34 -04:00
..
__ctype_b_loc.c fix ctype abi junk (pointer should point to 0 slot, not -128 slot) 2012-06-05 19:42:33 -04:00
__ctype_get_mb_cur_max.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
__ctype_tolower_loc.c fix ctype abi junk (pointer should point to 0 slot, not -128 slot) 2012-06-05 19:42:33 -04:00
__ctype_toupper_loc.c fix ctype abi junk (pointer should point to 0 slot, not -128 slot) 2012-06-05 19:42:33 -04:00
alpha.h destubify iswalpha and update iswpunct to unicode 6.1 2012-04-23 15:25:23 -04:00
isalnum.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isalpha.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isascii.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isblank.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
iscntrl.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isdigit.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isgraph.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
islower.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isprint.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
ispunct.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isspace.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isupper.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
iswalnum.c destubify iswalpha and update iswpunct to unicode 6.1 2012-04-23 15:25:23 -04:00
iswalpha.c destubify iswalpha and update iswpunct to unicode 6.1 2012-04-23 15:25:23 -04:00
iswblank.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
iswcntrl.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
iswctype.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
iswdigit.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
iswgraph.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
iswlower.c sync case mappings with unicode 6.1 2012-04-23 19:19:26 -04:00
iswprint.c optimize iswprint 2012-04-23 16:10:36 -04:00
iswpunct.c destubify iswalpha and update iswpunct to unicode 6.1 2012-04-23 15:25:23 -04:00
iswspace.c document iswspace and remove wrongly-included zwsp character 2012-02-09 00:27:19 -05:00
iswupper.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
iswxdigit.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
isxdigit.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
nonspacing.h new wcwidth implementation (fast table-based) 2012-04-24 04:23:55 -04:00
punct.h fix spurious punct class for some surrogate codepoints (invalid) 2012-04-23 16:02:46 -04:00
toascii.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
tolower.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
toupper.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
towctrans.c sync case mappings with unicode 6.1 2012-04-23 19:19:26 -04:00
wcswidth.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
wctrans.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
wcwidth.c fix argument type error on wcwidth function 2012-08-02 21:02:34 -04:00
wide.h fix broken wcwidth tables 2012-06-20 15:22:03 -04:00