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

RE: path canonicalization problem (issue #559)

From: Sander Striker <striker_at_apache.org>
Date: 2002-01-23 09:05:16 CET

> On Mon, 21 Jan 2002, Justin Erenkrantz wrote:
>
> > > ... then of course, not all systems *have* memmove()! ;-) SunOS 4 pops to
> > > my mind.
> > >
> > > Ain't portable coding fun?
> >
> > FWIW, APR handles this for ya by calling bcopy on those lame platforms.
> > (bcopy is guaranteed to handle overlapping strings.)
>
> More specificly, which APR function offers this?

heh heh. No, APR _handles_ this for you. Just include apr_general.h and
all is well. memmove is defined to bcopy in there, when appropiate.
 
> > Isn't APR fun? =) -- justin
>
> It is. I'm just totally lost among the vast amount of functions and I have a
> hard time finding out how to do things the APR way. Another APR question mail
> follows later.

Ok :)

Btw, Ian is going to update the doxygen docs real soon now(tm). So, this
page: http://apr.apache.org/docs/apr/index.html will be up to date again
then.

> Daniel Stenberg

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:58 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.