Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/21/2001 05:49:03
Module Name:	basesrc
Committed By:	itojun
Date:		Sun Jan 21 03:49:03 UTC 2001

Modified Files:
	basesrc/lib/libc/locale: rune.c runeglue.c

Log Message:
workaround for PR 11993.  when we read in old locale file,
- don't really trust _B in the file.
- generate derived bits at runtime - like _CTYPE_R.

TODO: update ctype.h so that it look at RunLocale table.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/lib/libc/locale/rune.c \
    basesrc/lib/libc/locale/runeglue.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.