about summary refs log tree commit diff
path: root/src/multibyte/internal.h
Commit message (Expand)AuthorAgeFilesLines
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+1
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-4/+2
* remove comments on copyright status from UTF-8 implementation filesRich Felker2016-06-211-6/+0
* fix undefined left-shift of negative values in utf-8 state tableRich Felker2015-07-251-1/+1
* byte-based C locale, phase 1: multibyte character handling functionsRich Felker2015-06-161-0/+7
* remove libc.h dependency from otherwise-independent multibyte codeRich Felker2015-04-221-2/+4
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-0/+1
* fix out-of-bounds access in UTF-8 decodingRich Felker2013-04-081-1/+1
* cleanup and work around visibility bug in gcc 3 that affects x86_64Rich Felker2012-02-231-5/+3
* cleanup utf-8 multibyte code, use visibility if possibleRich Felker2011-02-271-41/+4
* 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/+61