From owner-cvs-all Sat Sep 21 6: 0:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E027537B401; Sat, 21 Sep 2002 06:00:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1482743E77; Sat, 21 Sep 2002 06:00:32 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8LD0VCo074313; Sat, 21 Sep 2002 06:00:31 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8LD0Vkj074312; Sat, 21 Sep 2002 06:00:31 -0700 (PDT) Message-Id: <200209211300.g8LD0Vkj074312@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 21 Sep 2002 06:00:31 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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