From owner-svn-src-head@FreeBSD.ORG Tue Mar 3 09:18:59 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39ADA10656D1; Tue, 3 Mar 2009 09:18:59 +0000 (UTC) (envelope-from simon@benji.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.freebsd.org (Postfix) with ESMTP id E8D568FC14; Tue, 3 Mar 2009 09:18:58 +0000 (UTC) (envelope-from simon@benji.nitro.dk) Received: from benji.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 4B9BB2D484B; Tue, 3 Mar 2009 09:18:58 +0000 (UTC) Received: by benji.nitro.dk (Postfix, from userid 2000) id 59C56FD38; Tue, 3 Mar 2009 10:18:57 +0100 (CET) Date: Tue, 3 Mar 2009 10:18:57 +0100 From: "Simon L. Nielsen" To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <20090303091856.GB1190@zaphod.nitro.dk> References: <200903020411.n224BgXF064833@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200903020411.n224BgXF064833@svn.freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: svn commit: r189271 - head/lib/libc/stdio X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 09:19:02 -0000 On 2009.03.02 04:11:42 +0000, David Schultz wrote: > Author: das > Date: Mon Mar 2 04:11:42 2009 > New Revision: 189271 > URL: http://svn.freebsd.org/changeset/base/189271 > > Log: > Rewrite asprintf() as a wrapper around vasprintf(), thus reducing the > number of functions that have an incestuous relationship with the > arcane innards of stdio. > > Replaced: > head/lib/libc/stdio/asprintf.c (contents, props changed) > - copied, changed from r189249, head/lib/libc/stdio/printf.c Just FYI, this commit "broke" (exposed a bug) in the svn2cvs exporter, so it's not running right now. -- Simon L. Nielsen