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

Re: [PATCH] remove svn__strtol() and svn__strtoul()

From: Branko Čibej <brane_at_wandisco.com>
Date: Thu, 07 Aug 2014 01:34:40 +0200

On 06.08.2014 23:23, Stefan Sperling wrote:
> How about I commit my patch, and then someone else (you? Bert?) tunes
> the implementations of svn_cstring_atoi*, perhaps reusing code from
> svn__strto* but keeping the API promises intact?

You'd be silently changing the semantics of public APIs. These are not
currently documented to be equivalent to strtol & co., but they're
implemented in terms of apr_strtol & co., which are just replacements
for those platforms that do not have the standard <string.h> header.

-- Brane

-- 
Branko Čibej | Director of Subversion
WANdisco | Realising the impossibilities of Big Data
e. brane_at_wandisco.com
Received on 2014-08-07 01:34:45 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.