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

Re: APR version/API compatibility issues

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-09-21 18:50:46 CEST

On 9/21/06, Daniel Rall <dlr@collab.net> wrote:

> How about the svn_hash_clear() function I committed to
> svn_hash.h/hash.c a couple days ago? It's basically just a wrapper
> around or re-implementation of APR's apr_hash_clear() API (also found
> in APR 1.3.0). Should I then do away with svn_hash_clear(), and
> conditionally define apr_hash_clear() in svn_compat.h?

Macros are one thing, they're compile-time-only and we can restrict
them to places that users don't see (now, we didn't do that for
APR_ARRAY_IDX and friends, but we probably should have). I'd be less
thrilled with the idea of us exposing actual symbols prefixed with
apr_foo.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 21 18:51:06 2006

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.