summaryrefslogtreecommitdiff
path: root/src/multibyte/mbrtowc.c
AgeCommit message (Expand)AuthorLines
2016-06-21remove comments on copyright status from UTF-8 implementation filesRich Felker-6/+0
2015-06-16byte-based C locale, phase 1: multibyte character handling functionsRich Felker-0/+2
2014-07-01fix aliasing violations in mbtowc and mbrtowcRich Felker-1/+2
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-3/+0
2013-04-08mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQRich Felker-1/+1
2013-04-08optimize mbrtowcRich Felker-3/+2
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker-1/+1
2011-02-13cleanup multibyte stuff to remove ugly casts, sanitize the ptr align castsRich Felker-4/+4
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+58