History log of /openbsd-src/lib/libc/nls/catopen.3 (Results 1 – 8 of 8)
Revision Date Author Comments
# 64d4e987 05-Jun-2013 tedu <tedu@openbsd.org>

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


# e62104c6 01-Jun-2013 stsp <stsp@openbsd.org>

Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008.

Catalogs had an arbitrary character set which was used regardless of locale.
Add UTF-8-encoded catalogs for libc error m

Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008.

Catalogs had an arbitrary character set which was used regardless of locale.
Add UTF-8-encoded catalogs for libc error messages, and rename existing ones
to indicate their character sets. catopen(3) now chooses a catalog which
matches the locale's encoding, if available.

help & ok matthew, man page bits ok jmc, input from naddy and bluhm

show more ...


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

convert to new .Dd format;


# 1106d8b7 31-Aug-1999 aaron <aaron@openbsd.org>

Consistify naming of RETURN VALUES section.


# 757f10c6 05-Jul-1999 aaron <aaron@openbsd.org>

repairs


# acdd3053 04-Nov-1998 aaron <aaron@openbsd.org>

availiable -> available


# 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