History log of /openbsd/lib/libc/string/strcasecmp.3 (Results 1 – 14 of 14)
Revision Date Author Comments
# 3a628b46 05-Sep-2017 schwarze <schwarze@openbsd.org>

New POSIX xlocale implementation written from scratch.
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

New POSIX xlocale implementation written from scratch.
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.

show more ...


# 7a85a27d 24-Nov-2015 daniel <daniel@openbsd.org>

Document that these functions are now in strings.h.

ok millert@


# 64d4e987 05-Jun-2013 tedu <tedu@openbsd.org>

Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze


# 8c40de08 25-Jul-2011 schwarze <schwarze@openbsd.org>

update HISTORY and SEE ALSO for all of string(3), together with various
smaller improvements; jmc@ and nicm@ both ask me to get this in because
further tweaking will be easier in-tree


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 1e5ede29 25-Feb-2005 cloder <cloder@openbsd.org>

Be correct in our man pages when talking about NUL termination (that is,
termination with '\0') vs. null termination.
Input from krw@, jaredy@, jmc@. OK deraadt@


# 6580fee3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 28cc23cd 10-May-2003 jmc <jmc@openbsd.org>

typos;


# 60ab2826 21-Apr-2000 aaron <aaron@openbsd.org>

Flesh out libc string function man pages.


# 65adce91 06-Jun-1999 aaron <aaron@openbsd.org>

some NAME section cleanup


# a873166d 15-Jun-1998 mickey <mickey@openbsd.org>

use Bx macro for BSD versions


# a2260c1d 20-Aug-1997 millert <millert@openbsd.org>

Update man page and sccs tags from lite2.


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree