about summary refs log tree commit diff
path: root/src/multibyte/mbrtowc.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* fix aliasing violations in mbtowc and mbrtowcRich Felker2014-07-011-1/+2
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-3/+0
* mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQRich Felker2013-04-081-1/+1
* optimize mbrtowcRich Felker2013-04-081-3/+2
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* fix all implicit conversion between signed/unsigned pointersRich Felker2011-03-251-1/+1
* cleanup multibyte stuff to remove ugly casts, sanitize the ptr align castsRich Felker2011-02-131-4/+4
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+58