summaryrefslogtreecommitdiff
path: root/lib/libc/locale/rune.c
AgeCommit message (Expand)Author
2024-08-18Adjust locale/rune*.h files so <stdio.h> and <wchar.h> get pulledPhilip Guenther
2022-07-27Since we only do US-ASCII and UTF-8, several parts of the localePhilip Guenther
2022-07-25Simplify wctype() and wctype_l(): we have one set of classificationPhilip Guenther
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2016-09-05Delete some abstraction that we don't and won't need.Ingo Schwarze
2016-02-05avoid an uninitialised value in a return path added in rev 1.5Jonathan Gray
2015-12-06Validate input files to prevent out of boundary accesses.Tobias Stoeckmann
2014-05-25use calloc, from Benjamin BaierTed Unangst
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2006-04-02malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksDamien Miller
2005-08-07commit LC_CTYPE files from NetBSD/citrus, not yet linked in.Marc Espie