summaryrefslogtreecommitdiff
path: root/src/multibyte/mbsrtowcs.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/+19
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-3/+1
2013-09-27fix buffer overflow in mbsrtowcsRich Felker-1/+1
2013-06-29fix failure of mbsrtowcs to record stop position when dest is fullRich Felker-1/+4
2013-04-04overhaul mbsrtowcsRich Felker-69/+64
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2011-02-27cleanup utf-8 multibyte code, use visibility if possibleRich Felker-16/+0
2011-02-13cleanup multibyte stuff to remove ugly casts, sanitize the ptr align castsRich Felker-19/+19
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+121