22 Commits (2462370b4fad6f7a05abc65407369d4f621bf85e)

Author SHA1 Message Date
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