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