summaryrefslogtreecommitdiff
path: root/src/multibyte
AgeCommit message (Expand)AuthorLines
2012-05-26fix failure of mbsinit(0) (not UB; required to return nonzero)Rich Felker-1/+1
2012-05-02fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombsRich Felker-4/+9
2012-02-24new attempt at working around the gcc 3 visibility bugRich Felker-0/+4
2012-02-24remove useless attribute visibility from definitionsRich Felker-1/+1
2012-02-23cleanup and work around visibility bug in gcc 3 that affects x86_64Rich Felker-6/+4
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker-1/+1
2011-02-27cleanup utf-8 multibyte code, use visibility if possibleRich Felker-84/+5
2011-02-21remove sample utf-8 code that's not part of the standard libraryRich Felker-47/+0
2011-02-13cleanup multibyte stuff to remove ugly casts, sanitize the ptr align castsRich Felker-27/+27
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+694