Subject: CVS commit: src/lib/libc/stdio
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/01/2007 19:23:55
Module Name:	src
Committed By:	christos
Date:		Sun Apr  1 19:23:55 UTC 2007

Modified Files:
	src/lib/libc/stdio: vfscanf.c

Log Message:
bring in FreeBSD's vfscanf() to gain multi-byte/collation support.
Unfortunately it is too difficult to make vfwscanf and this share
the same code like I did with printf, because for string parsing
the code is too different.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/lib/libc/stdio/vfscanf.c

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