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