dns response handling: ignore presence of wrong-type RRs
[musl] / src / ctype /
2021-12-28 Rich Felkerfix wcwidth of hangul combining (vowel/final) letters
2020-01-02 Rich Felkerfix wcwidth wrongly returning 0 for most of planes...
2019-10-25 Rich Felkerupdate case mappings to unicode 12.1.0
2019-10-25 u_quarkupdate ctype data to unicode 12.1.0
2019-10-25 Rich Felkeroverhaul wide character case mapping implementation
2019-10-25 Rich Felkeradd missing case mapping between U+03F3 and U+037F
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2017-12-19 Rich Felkerupdate case mappings to unicode 10.0
2017-12-18 Rich Felkerupdate ctype tables to unicode 10.0
2017-12-18 Rich Felkerreformat ctype tables to be diff-friendly, match tool...
2017-06-01 Natanael Copatowupper/towlower: fast path for ascii chars
2015-06-16 Rich Felkerbyte-based C locale, phase 1: multibyte character handl...
2015-06-06 Rich Felkeradd macro version of ctype.h isascii function
2014-09-05 Rich Felkerfix case mapping for U+00DF (ß)
2014-08-13 Szabolcs Nagyadd inline isspace in ctype.h as an optimization
2014-07-03 Rich Felkerconsolidate *_l ctype/wctype functions into their non...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-11-11 rofl0riswspace: fix handling of 0
2013-03-05 Rich Felkerfix types for wctype_t and wctrans_t
2013-02-02 rofl0rmake some arrays const
2012-08-03 Rich Felkerfix argument type error on wcwidth function
2012-06-20 Rich Felkerfix broken wcwidth tables
2012-06-05 Rich Felkerfix ctype abi junk (pointer should point to 0 slot...
2012-06-02 Rich Felkeradd LSB abi junk for ctype functions
2012-04-24 Rich Felkernew wcwidth implementation (fast table-based)
2012-04-23 Rich Felkersync case mappings with unicode 6.1
2012-04-23 Rich Felkeroptimize iswprint
2012-04-23 Rich Felkerfix spurious punct class for some surrogate codepoints...
2012-04-23 Rich Felkerdestubify iswalpha and update iswpunct to unicode 6.1
2012-02-09 Rich Felkerdocument iswspace and remove wrongly-included zwsp...
2012-02-09 Rich Felkerfix typo in iswspace space list table
2011-02-15 Rich Felkermore header fixes, minor warning fix
2011-02-12 Rich Felkerinitial check-in, version 0.5.0