Date: Sat, 21 Sep 2002 06:00:31 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.h src/lib/libc/stdio Makefile.inc fwprintf.c local.h stdio.3 swprintf.c vfwprintf.c vswprintf.c vwprintf.c wprintf.3 wprintf.c Message-ID: <200209211300.g8LD0Vkj074312@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/09/21 06:00:31 PDT
Modified files:
include wchar.h
lib/libc/stdio Makefile.inc local.h stdio.3
Added files:
lib/libc/stdio fwprintf.c swprintf.c vfwprintf.c
vswprintf.c vwprintf.c wprintf.3
wprintf.c
Log:
Add implementations of the wprintf() family of functions, which perform
formatted wide-character output.
Revision Changes Path
1.28 +9 -0 src/include/wchar.h
1.24 +8 -4 src/lib/libc/stdio/Makefile.inc
1.1 +45 -0 src/lib/libc/stdio/fwprintf.c (new)
1.16 +1 -0 src/lib/libc/stdio/local.h
1.20 +6 -0 src/lib/libc/stdio/stdio.3
1.1 +45 -0 src/lib/libc/stdio/swprintf.c (new)
1.1 +1538 -0 src/lib/libc/stdio/vfwprintf.c (new)
1.1 +89 -0 src/lib/libc/stdio/vswprintf.c (new)
1.1 +39 -0 src/lib/libc/stdio/vwprintf.c (new)
1.1 +618 -0 src/lib/libc/stdio/wprintf.3 (new)
1.1 +45 -0 src/lib/libc/stdio/wprintf.c (new)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209211300.g8LD0Vkj074312>
