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

Re: svn commit: r1002898 - in /subversion/trunk: ./ subversion/include/svn_string.h subversion/libsvn_subr/svn_string.c

From: Blair Zajac <blair_at_orcaware.com>
Date: Fri, 01 Oct 2010 10:03:56 -0700

On 10/01/2010 01:36 AM, Stefan Fuhrmann wrote:
>
> On 30.09.2010 02:12, Blair Zajac wrote:
>> On 09/29/2010 05:01 PM, stefan2_at_apache.org wrote:
>>> Author: stefan2
>>> Date: Thu Sep 30 00:01:45 2010
>>> New Revision: 1002898
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1002898&view=rev
>>> Log:
>>> Merge r1001413 from the perform struct

>
> -- Stefan^2.
>
ance branch.
>>>
>>> Improve documentation on svn_stringbuf_appendbyte.
>>>
>>> Approved by: Hyrum K. Wright<hyrum_wright_at_mail.utexas.edu>
>>>
>>
>>> /** Append a single character @a byte onto @a targetstr.
>>> + * This is an optimized version of @ref svn_stringbuf_appendbytes
>>> + * that is much faster to call and execute. Gains vary with the ABI.
>>
>> When you say ABI, you actually mean the C calling convention ABI, not
>> the Subversion ABI? I think this would be a good distinction to
>> document here, since Subversion has its own ABI that we strictly
>> maintain.
>
> I mean calling convention. Where is the Subversion ABI defined?

By ABI, I mean everything in subversion/include. We can't change
function definitions or modify structures in such a way that breaks the ABI.

Blair
Received on 2010-10-01 19:04:41 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.