History log of /netbsd-src/include/nl_types.h (Results 1 – 14 of 14)
Revision Date Author Comments
# cddc78ea 30-Oct-2024 riastradh <riastradh@NetBSD.org>

Sprinkle <sys/featuretest.h> where _*_SOURCE macros are consulted.

Otherwise, the feature tests might come out wrong. For example,
header files that check for _NETBSD_SOURCE won't get the default w

Sprinkle <sys/featuretest.h> where _*_SOURCE macros are consulted.

Otherwise, the feature tests might come out wrong. For example,
header files that check for _NETBSD_SOURCE won't get the default when
no other _*_SOURCE macros are defined; header files that check for
_POSIX_C_SOURCE might miss _XOPEN_SOURCE, which is supposed to imply
a corresponding _POSIX_C_SOURCE.

PR lib/58752: various header files test _*_SOURCE macros but don't
include sys/featuretest.h

show more ...


# 9c11b124 19-Aug-2013 joerg <joerg@NetBSD.org>

Add nl_langinfo_l, catopen_l and wcsftime_l.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 19b7469a 03-Feb-2005 perry <perry@NetBSD.org>

de-__P -- the hack is long since useless. Discussed with christos,
matt, kleink, others. Approved by christos.


# 23b68ed0 06-Dec-2001 wiz <wiz@NetBSD.org>

Give the struct typedef'd to *nl_catd a name to avoid an error with gcc
2.95.3 ("non-local function `struct {anonymous} *const &
I18n::getCatalogFd() ' uses anonymous type").
Fixes problem reported i

Give the struct typedef'd to *nl_catd a name to avoid an error with gcc
2.95.3 ("non-local function `struct {anonymous} *const &
I18n::getCatalogFd() ' uses anonymous type").
Fixes problem reported in pkg/14477.
Ok'd by kleink.

show more ...


# 54147b08 03-Oct-2000 sommerfeld <sommerfeld@NetBSD.org>

Allow passthrough format-string checking of catgets


# 87f4ccd4 30-Jul-1997 jtc <jtc@NetBSD.org>

Fix files using old TNF copyright notice


# c60b6531 13-Jul-1997 christos <christos@NetBSD.org>

Add missing __{BEGIN,END}_DECLS


# cf7bb6cc 13-May-1996 jtc <jtc@NetBSD.org>

Add data structure declarations used in external message catalog format


# 3f10e2da 01-Mar-1995 jtc <jtc@NetBSD.org>

catclose returns int


# f12a39e9 23-Dec-1994 cgd <cgd@NetBSD.org>

oops; one too many __const's


# 9e3970d8 20-Dec-1994 cgd <cgd@NetBSD.org>

make the char *'s that some of these routines take/return __const.
It quiets some warnings, and is the 'right thing' anyway.


# 4d2cbfce 26-Oct-1994 cgd <cgd@NetBSD.org>

new RCS ID format.


# 64131474 29-May-1994 jtc <jtc@NetBSD.org>

Added nl_types.h for message catalog functions