From owner-svn-src-all@FreeBSD.ORG Tue Mar 3 13:05:28 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AAF9106564A; Tue, 3 Mar 2009 13:05:28 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (ZIM.MIT.EDU [18.95.3.101]) by mx1.freebsd.org (Postfix) with ESMTP id 474648FC17; Tue, 3 Mar 2009 13:05:27 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (localhost [127.0.0.1]) by zim.MIT.EDU (8.14.3/8.14.2) with ESMTP id n23D8mTT004679; Tue, 3 Mar 2009 08:08:48 -0500 (EST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.3/8.14.2/Submit) id n23D8m0a004678; Tue, 3 Mar 2009 08:08:48 -0500 (EST) (envelope-from das@FreeBSD.ORG) Date: Tue, 3 Mar 2009 08:08:48 -0500 From: David Schultz To: "Simon L. Nielsen" Message-ID: <20090303130848.GA4636@zim.MIT.EDU> Mail-Followup-To: "Simon L. Nielsen" , src-committers@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, svn-src-head@FreeBSD.ORG References: <200903020411.n224BgXF064833@svn.freebsd.org> <20090303091856.GB1190@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090303091856.GB1190@zaphod.nitro.dk> Cc: svn-src-head@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG Subject: Re: svn commit: r189271 - head/lib/libc/stdio X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 13:05:29 -0000 On Tue, Mar 03, 2009, Simon L. Nielsen wrote: > 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. Oops. I wrote this by removing the unnecessarily long OpenBSD implementation, then using `svn cp' to make the new version a 2-line diff against printf.c (which more accurately reflects the provenance of the new implementation.) I guess the exporter didn't like that. How do we fix it?