svn commit: r189271 - head/lib/libc/stdio

Simon L. Nielsen simon at FreeBSD.org
Tue Mar 3 06:09:11 PST 2009


On 2009.03.03 08:08:48 -0500, David Schultz wrote:
> 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?

I don't think you did anything wrong, the svn2cvs exporter just gets
rather unhappy if subversion says the same file is deleted and added
in the same changeset which seems to happen for cases like this.

Anyway, I first want to see if peter@ is around - if not I will have a
look at it...

-- 
Simon L. Nielsen


More information about the svn-src-all mailing list