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

Re: svn commit: r1190575 - in /subversion/branches/integrate-string-improvements/subversion: include/svn_string.h libsvn_subr/svn_string.c

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 28 Oct 2011 23:47:04 +0200

On Fri, Oct 28, 2011 at 09:09:29PM -0000, stefan2_at_apache.org wrote:
> Author: stefan2
> Date: Fri Oct 28 21:09:28 2011
> New Revision: 1190575
>
> URL: http://svn.apache.org/viewvc?rev=1190575&view=rev
> Log:
> Similar to svn_stringbuf_create_empty, introduce svn_string_create_empty.

> +/** Create a truely empty string object (length and blocksize are 0)
> + * @since New in 1.7.
> + */
> +svn_string_t *
> +svn_string_create_empty(apr_pool_t *pool);

Shouldn't this say "New in 1.8"?
Received on 2011-10-28 23:47:43 CEST

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.