summaryrefslogtreecommitdiff
path: root/src/multibyte
AgeCommit message (Expand)AuthorFilesLines
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy13-51/+3
2013-09-27fix buffer overflow in mbsrtowcsRich Felker1-1/+1
2013-06-29fix failure of mbsrtowcs to record stop position when dest is fullRich Felker1-1/+4
2013-04-08mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQRich Felker1-1/+1
2013-04-08implement mbtowc directly, not as a wrapper for mbrtowcRich Felker1-5/+39
2013-04-08optimize mbrtowcRich Felker1-3/+2
2013-04-08fix out-of-bounds access in UTF-8 decodingRich Felker1-1/+1
2013-04-04cleanup wcstombsRich Felker1-12/+1
2013-04-04cleanup mbstowcs wrapperRich Felker1-10/+0
2013-04-04minor optimization to mbstowcsRich Felker1-2/+1
2013-04-04fix incorrect range checks in wcsrtombsRich Felker1-3/+3
2013-04-04overhaul mbsrtowcsRich Felker1-69/+64
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker10-11/+12
2012-05-26fix failure of mbsinit(0) (not UB; required to return nonzero)Rich Felker1-1/+1
2012-05-02fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombsRich Felker2-4/+9
2012-02-24new attempt at working around the gcc 3 visibility bugRich Felker1-0/+4
2012-02-24remove useless attribute visibility from definitionsRich Felker1-1/+1
2012-02-23cleanup and work around visibility bug in gcc 3 that affects x86_64Rich Felker2-6/+4
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker1-1/+1
2011-02-27cleanup utf-8 multibyte code, use visibility if possibleRich Felker3-84/+5
2011-02-21remove sample utf-8 code that's not part of the standard libraryRich Felker1-47/+0
2011-02-13cleanup multibyte stuff to remove ugly casts, sanitize the ptr align castsRich Felker3-27/+27
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker18-0/+694