about summary refs log tree commit diff
path: root/src/multibyte/mbsrtowcs.c
Commit message (Expand)AuthorAgeFilesLines
* fix aliasing-based undefined behavior in mbsrtowcsRich Felker2019-10-131-2/+8
* remove comments on copyright status from UTF-8 implementation filesRich Felker2016-06-211-6/+0
* byte-based C locale, phase 1: multibyte character handling functionsRich Felker2015-06-161-0/+19
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-3/+1
* fix buffer overflow in mbsrtowcsRich Felker2013-09-271-1/+1
* fix failure of mbsrtowcs to record stop position when dest is fullRich Felker2013-06-291-1/+4
* overhaul mbsrtowcsRich Felker2013-04-041-69/+64
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* cleanup utf-8 multibyte code, use visibility if possibleRich Felker2011-02-271-16/+0
* cleanup multibyte stuff to remove ugly casts, sanitize the ptr align castsRich Felker2011-02-131-19/+19
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+121