summaryrefslogtreecommitdiff
path: root/src/multibyte/internal.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-12reduce spurious inclusion of libc.hRich Felker1-1/+1
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker1-4/+2
2016-06-21remove comments on copyright status from UTF-8 implementation filesRich Felker1-6/+0
2015-07-25fix undefined left-shift of negative values in utf-8 state tableRich Felker1-1/+1
2015-06-16byte-based C locale, phase 1: multibyte character handling functionsRich Felker1-0/+7
2015-04-22remove libc.h dependency from otherwise-independent multibyte codeRich Felker1-2/+4
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy1-0/+1
2013-04-08fix out-of-bounds access in UTF-8 decodingRich Felker1-1/+1
2012-02-23cleanup and work around visibility bug in gcc 3 that affects x86_64Rich Felker1-5/+3
2011-02-27cleanup utf-8 multibyte code, use visibility if possibleRich Felker1-41/+4
2011-02-13cleanup multibyte stuff to remove ugly casts, sanitize the ptr align castsRich Felker1-4/+4
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+61