Subject: CVS commit: basesrc/lib/libc/locale
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 10/20/2001 08:59:35
Module Name:	basesrc
Committed By:	jmc
Date:		Sat Oct 20 05:59:35 UTC 2001

Modified Files:
	basesrc/lib/libc/locale: rune.h runetable.c

Log Message:
Change the magic -3 for the invalid rune to

#define _DEFAULT_INVALID_RUNE -3

and use it accordingly. Also provides a representation programs such as
mklocale can reference when filling out a new locale from a definition.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 basesrc/lib/libc/locale/rune.h
cvs rdiff -r1.6 -r1.7 basesrc/lib/libc/locale/runetable.c

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