NetBSD/lib/libc/locale
jdolecek 9fc25cf0bc when loading all locale categories (called with LC_ALL), ignore if
loadlocale() fails - since only LC_CTYPE is implemented and all
other categories return error, code never got to actually
load the ctype locales, as first category tried was LC_COLLATE
and it always failed
1999-10-15 17:17:07 +00:00
..
Makefile.inc use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriate 1999-02-24 15:05:20 +00:00
_def_messages.c fix typo; something called 'yesexpr' shouldn't have a 'n' in it 1997-10-18 05:08:32 +00:00
_def_monetary.c RCSid police. 1997-04-29 16:40:13 +00:00
_def_numeric.c RCSid police. 1997-04-29 16:40:13 +00:00
_def_time.c RCSid police. 1997-04-29 16:40:13 +00:00
ctypeio.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
ctypeio.h Add support for localized character sets (a.k.a. LC_CTYPE). 1997-06-02 09:52:36 +00:00
localeconv.c delint 1998-11-13 15:46:52 +00:00
nl_langinfo.3 Don't require inclusion of <nl_types.h>. 1999-09-05 09:18:11 +00:00
nl_langinfo.c delint 1998-11-13 15:46:52 +00:00
setlocale.3 Xref nl_langinfo(3). 1999-09-05 09:19:35 +00:00
setlocale.c when loading all locale categories (called with LC_ALL), ignore if 1999-10-15 17:17:07 +00:00