[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH 2] Allocating large buffers on the stack was: Re: Subversion 1.2.0 RC3 (final candidate) on Monday?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-08 16:22:10 CEST

On May 8, 2005, at 9:04 AM, Patrick Mayweg wrote:
>
> * subversion/include/svn_subst.h
> (svn_subst_translate_stream) : add new apr_pool parameter.
>

The spirit of this patch is good, but it's illegal (by our
compatibility rules) to change the interface of an already-released
public API.

What you need to do is create a new svn_subst_translate_stream2(),
and make the old API just a dumb-wrapper around the new API.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 8 16:24:19 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.