about summary refs log tree commit diff
path: root/src/multibyte
Commit message (Expand)AuthorAgeFilesLines
* fix failure of mbsinit(0) (not UB; required to return nonzero)Rich Felker2012-05-261-1/+1
* fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombsRich Felker2012-05-022-4/+9
* new attempt at working around the gcc 3 visibility bugRich Felker2012-02-241-0/+4
* remove useless attribute visibility from definitionsRich Felker2012-02-241-1/+1
* cleanup and work around visibility bug in gcc 3 that affects x86_64Rich Felker2012-02-232-6/+4
* fix all implicit conversion between signed/unsigned pointersRich Felker2011-03-251-1/+1
* cleanup utf-8 multibyte code, use visibility if possibleRich Felker2011-02-273-84/+5
* remove sample utf-8 code that's not part of the standard libraryRich Felker2011-02-211-47/+0
* cleanup multibyte stuff to remove ugly casts, sanitize the ptr align castsRich Felker2011-02-133-27/+27
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-1218-0/+694