Subject: CVS commit: [netbsd-3] src/lib/libc/citrus
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 03/30/2005 09:59:37
Module Name:	src
Committed By:	tron
Date:		Wed Mar 30 09:59:37 UTC 2005

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

Log Message:
Pull up revision 1.13 (requested by christos in ticket #68):
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.6.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.