summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/multibyte_citrus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* New POSIX xlocale implementation written from scratch.schwarze2017-09-051-6/+6
* Delete some abstraction that we don't and won't need.schwarze2016-09-051-28/+16
* Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go directguenther2015-09-121-1/+8
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-051-2/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* remove unused variablechl2012-08-141-2/+1
* Add support for mbsnrtowcs() and wcsnrtombs() to libc.matthew2012-06-061-5/+31
* Replace the single-byte placeholders for the multi-byte/wide-characterstsp2010-07-271-0/+101