about summary refs log tree commit diff
path: root/src/ctype/towctrans.c
Commit message (Expand)AuthorAgeFilesLines
* overhaul wide character case mapping implementationRich Felker2019-10-251-290/+55
* add missing case mapping between U+03F3 and U+037FRich Felker2019-10-251-0/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+1
* update case mappings to unicode 10.0Rich Felker2017-12-181-2/+41
* towupper/towlower: fast path for ascii charsNatanael Copa2017-05-311-3/+3
* fix case mapping for U+00DF (ß)Rich Felker2014-09-051-1/+0
* consolidate *_l ctype/wctype functions into their non-_l source filesRich Felker2014-07-021-2/+14
* sync case mappings with unicode 6.1Rich Felker2012-04-231-7/+29
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+246