Age | Commit message (Expand) | Author | Files | Lines |
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | 29 | -29/+1 |
2017-12-18 | update case mappings to unicode 10.0 | Rich Felker | 1 | -2/+41 |
2017-12-18 | update ctype tables to unicode 10.0 | Rich Felker | 4 | -220/+305 |
2017-12-18 | reformat ctype tables to be diff-friendly, match tool output | Rich Felker | 4 | -263/+276 |
2017-05-31 | towupper/towlower: fast path for ascii chars | Natanael Copa | 1 | -3/+3 |
2015-06-16 | byte-based C locale, phase 1: multibyte character handling functions | Rich Felker | 1 | -2/+3 |
2015-06-06 | add macro version of ctype.h isascii function | Rich Felker | 1 | -0/+1 |
2014-09-05 | fix case mapping for U+00DF (ß) | Rich Felker | 2 | -2/+1 |
2014-08-13 | add inline isspace in ctype.h as an optimization | Szabolcs Nagy | 1 | -0/+1 |
2014-07-02 | consolidate *_l ctype/wctype functions into their non-_l source files | Rich Felker | 29 | -9/+256 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 4 | -6/+3 |
2013-11-11 | iswspace: fix handling of 0 | rofl0r | 1 | -2/+1 |
2013-03-04 | fix types for wctype_t and wctrans_t | Rich Felker | 1 | -4/+4 |
2013-02-02 | make some arrays const | rofl0r | 3 | -4/+4 |
2012-08-02 | fix argument type error on wcwidth function | Rich Felker | 1 | -2/+2 |
2012-06-20 | fix broken wcwidth tables | Rich Felker | 1 | -7/+8 |
2012-06-05 | fix ctype abi junk (pointer should point to 0 slot, not -128 slot) | Rich Felker | 3 | -3/+3 |
2012-06-02 | add LSB abi junk for ctype functions | Rich Felker | 3 | -0/+104 |
2012-04-24 | new wcwidth implementation (fast table-based) | Rich Felker | 3 | -179/+125 |
2012-04-23 | sync case mappings with unicode 6.1 | Rich Felker | 2 | -8/+30 |
2012-04-23 | optimize iswprint | Rich Felker | 1 | -3/+12 |
2012-04-23 | fix spurious punct class for some surrogate codepoints (invalid) | Rich Felker | 1 | -59/+56 |
2012-04-23 | destubify iswalpha and update iswpunct to unicode 6.1 | Rich Felker | 5 | -135/+252 |
2012-02-09 | document iswspace and remove wrongly-included zwsp character | Rich Felker | 1 | -1/+5 |
2012-02-09 | fix typo in iswspace space list table | Rich Felker | 1 | -1/+1 |
2011-02-14 | more header fixes, minor warning fix | Rich Felker | 1 | -0/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 34 | -0/+854 |