Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/15/1999 10:17:07
Module Name: basesrc
Committed By: jdolecek
Date: Fri Oct 15 17:17:07 UTC 1999
Modified Files:
basesrc/lib/libc/locale: setlocale.c
Log Message:
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
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 basesrc/lib/libc/locale/setlocale.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.