Subject: CVS commit: [netbsd-2] src/lib/libc/citrus
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/10/2005 23:53:08
Module Name:	src
Committed By:	riz
Date:		Tue May 10 23:53:08 UTC 2005

Modified Files:
	src/lib/libc/citrus [netbsd-2]: citrus_none.c

Log Message:
Pull up revision 1.13 (requested by christos in ticket #1361):
Don't sign extend characters when they get converted to wide characters in
mbtowc. Otherwise you are not going to be able to wctomb them. Added
regression test. From kim, many thanks.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.12.4.1 src/lib/libc/citrus/citrus_none.c

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