aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs/mbrtoc16.c
AgeCommit message (Collapse)AuthorFilesLines
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-04-03Handle mblen return code when n is zero.Ondřej Bílka1-0/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-09-12Complete the removal of __gconv_translit_findFlorian Weimer1-1/+0
Prior to the 2.20 release, the function was just changed to fail unconditionally, in commit a1a6a401ab0a3c9f15fb7eaebbdcee24192254e8. This commit removes the function completely, including gconv bits which depend on it. This changes the gconv ABI, which is not a public interface.
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-08Simplify char16_t implementationUlrich Drepper1-41/+34
2012-01-07More char16_t and char32_t supportUlrich Drepper1-7/+45
It works now for UTF-8 locales
2012-01-03Typo in test for C11-capable compilerUlrich Drepper1-2/+2
2012-01-01Add uchar.h support, part 1Ulrich Drepper1-0/+122
c16 support for locales other than the C locale is still missing.