From owner-cvs-all@FreeBSD.ORG Sun Apr 6 23:48:48 2003 Return-Path: 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 690B837B401; Sun, 6 Apr 2003 23:48:48 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE2F43F75; Sun, 6 Apr 2003 23:48:47 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (210.50.253.1) by smtp01.syd.iprimus.net.au (7.0.012) id 3E8A144A00127D2D; Mon, 7 Apr 2003 16:48:46 +1000 Received: by dilbert.robbins.dropbear.id.au (Postfix, from userid 1000) id BC162C90D; Mon, 7 Apr 2003 16:48:49 +1000 (EST) Date: Mon, 7 Apr 2003 16:48:49 +1000 From: Tim Robbins To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20030407164849.A81391@dilbert.robbins.dropbear.id.au> References: <200304070636.h376anIZ039009@repoman.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: <200304070636.h376anIZ039009@repoman.freebsd.org>; from tjr@FreeBSD.org on Sun, Apr 06, 2003 at 11:36:49PM -0700 Subject: Re: cvs commit: src/lib/libc/stdio vfwprintf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 06:48:49 -0000 On Sun, Apr 06, 2003 at 11:36:49PM -0700, Tim J. Robbins wrote: > tjr 2003/04/06 23:36:49 PDT > > FreeBSD src repository > > Modified files: > lib/libc/stdio vfwprintf.c > Log: > Catch up with recent vfprintf.c changes. This (and vfprintf.c) have evolved into something utterly disgusting and could probably do with a rewrite using a suitable structure, instead of "one big function with one big switch statement". Tim