[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 Fuhrmann <eqfox_at_web.de>
Date: Sat, 29 Oct 2011 12:45:55 +0200

On 28.10.2011 23:47, Stefan Sperling wrote:
> 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"?
Oops .. fixed in 1194865.
Thanks for noticing.

-- Stefan^2.
Received on 2011-10-29 12:46:31 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.