summaryrefslogtreecommitdiff
path: root/src/multibyte/mbsrtowcs.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-13fix aliasing-based undefined behavior in mbsrtowcsRich Felker1-2/+8
2016-06-21remove comments on copyright status from UTF-8 implementation filesRich Felker1-6/+0
2015-06-16byte-based C locale, phase 1: multibyte character handling functionsRich Felker1-0/+19
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy1-3/+1
2013-09-27fix buffer overflow in mbsrtowcsRich Felker1-1/+1
2013-06-29fix failure of mbsrtowcs to record stop position when dest is fullRich Felker1-1/+4
2013-04-04overhaul mbsrtowcsRich Felker1-69/+64
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-1/+1
2011-02-27cleanup utf-8 multibyte code, use visibility if possibleRich Felker1-16/+0
2011-02-13cleanup multibyte stuff to remove ugly casts, sanitize the ptr align castsRich Felker1-19/+19
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+121