summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcscasecmp.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New POSIX xlocale implementation written from scratch.libressl-v2.6.1schwarze2017-09-051-18/+58
| | | | | | | | | | | | Complete in the sense that all POSIX *locale(3) and *_l(3) functions are included, but in OpenBSD, we of course only really care about LC_CTYPE and we only support ASCII and UTF-8. With important help from kettenis@, guenther@, and jca@. Repeated testing in ports bulk builds by naddy@. Additional testing by jca@, sebastia@, dcoppa@, and others. OK kettenis@ dcoppa@, and guenther@ on an earlier version. Riding guenther@'s libc/librthread major bump.
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
|
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* update HISTORY and SEE ALSO for all of string(3), together with variousschwarze2011-07-251-2/+19
| | | | | smaller improvements; jmc@ and nicm@ both ask me to get this in because further tweaking will be easier in-tree
* Instead of documenting all the wide string functions in wmemchr(3), addnicm2011-07-091-0/+77
individual pages (based on the existing string man pages). By Tim van der Molen (tbvdm at xs4all dot nl) after a suggestion by millert@. ok deraadt