You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Stefan Sperling <st...@elego.de> on 2011/10/28 23:47:04 UTC

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

On Fri, Oct 28, 2011 at 09:09:29PM -0000, stefan2@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"?

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

Posted by Stefan Fuhrmann <eq...@web.de>.
On 28.10.2011 23:47, Stefan Sperling wrote:
> On Fri, Oct 28, 2011 at 09:09:29PM -0000, stefan2@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.