32 Commits (8ef9d46f4d0ff4f0073da6bee7ed0cb5f9035ead)

Author SHA1 Message Date
Rich Felker 70d8060955 fix wcwidth wrongly returning 0 for most of planes 4 and up 6 years ago
Rich Felker 06d4075a50 update case mappings to unicode 12.1.0 7 years ago
u_quark e95538fa07 update ctype data to unicode 12.1.0 7 years ago
Rich Felker a11a6246c6 overhaul wide character case mapping implementation 7 years ago
Rich Felker e8aba58ab1 add missing case mapping between U+03F3 and U+037F 7 years ago
Rich Felker 5ce3737931 reduce spurious inclusion of libc.h 8 years ago
Rich Felker 54941eddfd update case mappings to unicode 10.0 9 years ago
Rich Felker c72c1c52bc update ctype tables to unicode 10.0 9 years ago
Rich Felker d3f23337ee reformat ctype tables to be diff-friendly, match tool output 9 years ago
Natanael Copa 179766aa2e towupper/towlower: fast path for ascii chars 9 years ago
Rich Felker 1507ebf837 byte-based C locale, phase 1: multibyte character handling functions 11 years ago
Rich Felker 3d7e32d28d add macro version of ctype.h isascii function 11 years ago
Rich Felker 4674809bdf fix case mapping for U+00DF (ß) 12 years ago
Szabolcs Nagy b04971d91a add inline isspace in ctype.h as an optimization 12 years ago
Rich Felker d89fdec51b consolidate *_l ctype/wctype functions into their non-_l source files 12 years ago
Szabolcs Nagy 571744447c include cleanups: remove unused headers and add feature test macros 13 years ago
rofl0r d8e8f1464c iswspace: fix handling of 0 13 years ago
Rich Felker da1442c9a8 fix types for wctype_t and wctrans_t 13 years ago
rofl0r c50925071c make some arrays const 13 years ago
Rich Felker b0fc78520d fix argument type error on wcwidth function 14 years ago
Rich Felker ac4fb51dde fix broken wcwidth tables 14 years ago
Rich Felker 908bed20cd fix ctype abi junk (pointer should point to 0 slot, not -128 slot) 14 years ago
Rich Felker 9372655e88 add LSB abi junk for ctype functions 14 years ago
Rich Felker 1b0ce9af6d new wcwidth implementation (fast table-based) 14 years ago
Rich Felker 1a63a9fc30 sync case mappings with unicode 6.1 14 years ago
Rich Felker 38b5d7d052 optimize iswprint 14 years ago
Rich Felker 640fe75ce8 fix spurious punct class for some surrogate codepoints (invalid) 14 years ago
Rich Felker 7e38b1ea2b destubify iswalpha and update iswpunct to unicode 6.1 14 years ago
Rich Felker ed2911a113 document iswspace and remove wrongly-included zwsp character 14 years ago
Rich Felker 520f3ee2b6 fix typo in iswspace space list table 14 years ago
Rich Felker c247ebdd98 more header fixes, minor warning fix 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago