From owner-cvs-all Mon Sep 23 5:55: 4 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 BA59A37B401; Mon, 23 Sep 2002 05:55:03 -0700 (PDT) Received: from smtp02.iprimus.net.au (smtp02.iprimus.net.au [210.50.76.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C0D43E75; Mon, 23 Sep 2002 05:55:02 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au ([210.50.81.159]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.4617); Mon, 23 Sep 2002 22:55:00 +1000 Received: from dilbert.robbins.dropbear.id.au (fli5c52iqeml4iy6@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id g8NCsvCj026077; Mon, 23 Sep 2002 22:54:58 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id g8NCsumn026076; Mon, 23 Sep 2002 22:54:56 +1000 (EST) (envelope-from tim) Date: Mon, 23 Sep 2002 22:54:56 +1000 From: Tim Robbins To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include wchar.h src/lib/libc/stdio Makefile.inc fwscanf.c local.h swscanf.c vfwscanf.c vswscanf.c vwscanf.c wscanf.3 wscanf.c Message-ID: <20020923225456.A25957@dilbert.robbins.dropbear.id.au> References: <200209231240.g8NCe7hP096698@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209231240.g8NCe7hP096698@freefall.freebsd.org>; from tjr@FreeBSD.org on Mon, Sep 23, 2002 at 05:40:07AM -0700 X-OriginalArrivalTime: 23 Sep 2002 12:55:00.0973 (UTC) FILETIME=[6D99A1D0:01C26300] 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 On Mon, Sep 23, 2002 at 05:40:07AM -0700, Tim J. Robbins wrote: > tjr 2002/09/23 05:40:07 PDT > > Modified files: > include wchar.h > lib/libc/stdio Makefile.inc local.h > Added files: > lib/libc/stdio fwscanf.c swscanf.c vfwscanf.c vswscanf.c > vwscanf.c wscanf.3 wscanf.c > Log: > Add implementations of wscanf() and related functions: fwscanf(), swscanf(), > vfwscanf(), vswscanf(), vwscanf(). As the name suggests, these are wide- > character versions of the scanf() family of functions. Now the only functions missing from are wcscoll() and wcsxfrm(). We're almost there :-) Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message