Subject: CVS commit: src/lib/libc/stdio
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/14/2005 23:51:02
Module Name:	src
Committed By:	christos
Date:		Sat May 14 23:51:02 UTC 2005

Modified Files:
	src/lib/libc/stdio: Makefile.inc fgetstr.c floatio.h local.h
Added Files:
	src/lib/libc/stdio: fgetwln.3 fgetwln.c fwprintf.c fwscanf.c swprintf.c
	    swscanf.c vfwprintf.c vfwscanf.c vswprintf.c vswscanf.c vwprintf.c
	    vwscanf.c wprintf.3 wprintf.c wscanf.3 wscanf.c

Log Message:
Add the missing wide char support functions from freebsd.
XXX: long double support is missing until we get gdtoa, and add the
necessary wide functions.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/lib/libc/stdio/Makefile.inc
cvs rdiff -r1.2 -r1.3 src/lib/libc/stdio/fgetstr.c
cvs rdiff -r0 -r1.1 src/lib/libc/stdio/fgetwln.3 src/lib/libc/stdio/fgetwln.c \
    src/lib/libc/stdio/fwprintf.c src/lib/libc/stdio/fwscanf.c \
    src/lib/libc/stdio/swprintf.c src/lib/libc/stdio/swscanf.c \
    src/lib/libc/stdio/vfwprintf.c src/lib/libc/stdio/vfwscanf.c \
    src/lib/libc/stdio/vswprintf.c src/lib/libc/stdio/vswscanf.c \
    src/lib/libc/stdio/vwprintf.c src/lib/libc/stdio/vwscanf.c \
    src/lib/libc/stdio/wprintf.3 src/lib/libc/stdio/wprintf.c \
    src/lib/libc/stdio/wscanf.3 src/lib/libc/stdio/wscanf.c
cvs rdiff -r1.4 -r1.5 src/lib/libc/stdio/floatio.h
cvs rdiff -r1.19 -r1.20 src/lib/libc/stdio/local.h

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